40
edits
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
== Coding part Week #1 (May, 23 - 30) == | == Coding part Week #1 (May, 23 - 30) == | ||
I've submitted a patch with TLS 1.1 implementation here {{bug|565047}} and asked for review. Then I dedicated rest of the week to thorough review of RFC 5246 and continued learning the codebase.<br> The review is not 100% finished yet, I compared RFC 4346 and RFC 5246 | I've submitted a patch with TLS 1.1 implementation here {{bug|565047}} and asked for review. Then I dedicated rest of the week to thorough review of RFC 5246 and continued learning the codebase.<br> The review is not 100% finished yet, I compared RFC 4346 and RFC 5246.<br> | ||
Some preliminary results below (Changes that doesn't require coding are omitted).<br> | Some preliminary results below (Changes that doesn't require coding are omitted).<br> | ||
| Line 27: | Line 27: | ||
== Coding part Week #5 (June, 20 - 27) == | == Coding part Week #5 (June, 20 - 27) == | ||
Working on TLS 1.2 proposal for PKCS 11. | Working on TLS 1.2 proposal for PKCS 11. | ||
== Coding part Week #6 (June, 27 - July 4) == | |||
Got review on TLS 1.2 proposal for PKCS 11 from mentor. Going to ask for review from Nelson Bolyard and Wan-Teh Chang in a few days. Submitted a patch for | |||
freebl with TLS 1.2 PRF implementation (link: FIXME). Submitted a patch for softoken that implements master and mac/session key derivation (link: FIXME). | |||
edits