40
edits
(Created page with '== 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 thoro…') |
No edit summary |
||
| Line 17: | Line 17: | ||
#Alerts MUST now be sent in many cases.<br> | #Alerts MUST now be sent in many cases.<br> | ||
#After a certificate_request, if no certificates are available,<br> clients now MUST send an empty certificate list.<br> | #After a certificate_request, if no certificates are available,<br> clients now MUST send an empty certificate list.<br> | ||
#TLS_RSA_WITH_AES_128_CBC_SHA is now the mandatory to implement<br> cipher suite. Added HMAC-SHA256 cipher suites. Removed IDEA and DES cipher suites. They are now deprecated and will be documented in a separate document. | #TLS_RSA_WITH_AES_128_CBC_SHA is now the mandatory to implement<br> cipher suite. Added HMAC-SHA256 cipher suites. Removed IDEA and DES cipher suites. They are now deprecated and will be documented in a separate document. | ||
#Support for the SSLv2 backward-compatible hello is now a MAY, not<br> a SHOULD, with sending it a SHOULD NOT. Support will probably<br> become a SHOULD NOT in the future.<br> | |||
#Support for the SSLv2 backward-compatible hello is now a MAY, not<br> a SHOULD, with sending it a SHOULD NOT. Support will probably<br> become a SHOULD NOT in the future.<br> | |||
<br> | <br> | ||
edits