User:Eskuat/WeeklyReports: Difference between revisions

m
no edit summary
mNo edit summary
Line 24: Line 24:
Spent this week writing code for TLS 1.2 PRF function and handshake hashes.
Spent this week writing code for TLS 1.2 PRF function and handshake hashes.
PRF function is used for master secret generation( in [http://mxr.mozilla.org/security/ident?i=ssl3_DeriveMasterSecret ssl3_DeriveMasterSecret]), for final encryption and MAC keys generation (in [http://mxr.mozilla.org/security/ident?i=ssl3_DeriveConnectionKeysPKCS11 ssl3_DeriveConnectionKeysPKCS11]) and also for verify_data generation (in [http://mxr.mozilla.org/security/ident?i=ssl3_ComputeTLSFinished ssl3_ComputeTLSFinished]).
PRF function is used for master secret generation( in [http://mxr.mozilla.org/security/ident?i=ssl3_DeriveMasterSecret ssl3_DeriveMasterSecret]), for final encryption and MAC keys generation (in [http://mxr.mozilla.org/security/ident?i=ssl3_DeriveConnectionKeysPKCS11 ssl3_DeriveConnectionKeysPKCS11]) and also for verify_data generation (in [http://mxr.mozilla.org/security/ident?i=ssl3_ComputeTLSFinished ssl3_ComputeTLSFinished]).
== Coding part Week #5 (June, 20 - 27)  ==
Working on TLS 1.2 proposal for PKCS 11.
40

edits