Peter Wu
changed
bug 9144
What |
Removed |
Added |
Attachment #11573 is obsolete |
|
1
|
Attachment #11592 is obsolete |
|
1
|
Attachment #11592 Flags |
review_for_checkin?
|
|
Comment # 21
on bug 9144
from Peter Wu
Created attachment 11609 [details]
[PATCH 2/5] Correct cipher suites list, add TLS_ annotations
Add official TLS_ names as comment and correct:
- 6: RC2 is a block cipher using MD5, not stream+SHA.
- 25,26,27: should be SHA instead of MD5
- 98: DES export is a block cipher using 56-bits[1], not stream.
- 99: DES export should be using 56-bits[1].
- 138: removed commented RC4 cipher because it is not a block cipher
Besides these comments and corrections, there are no further changes.
[1]: http://tools.ietf.org/html/draft-ietf-tls-56-bit-ciphersuites-00
You are receiving this mail because:
- You are watching all bug changes.