Peter Wu
changed
bug 9144
What |
Removed |
Added |
Attachment #11564 Flags |
|
review_for_checkin?
|
Comment # 1
on bug 9144
from Peter Wu
Created attachment 11564 [details]
Add more TLS cipher suites (SEED, AES-GCM, ECC)
This depends on the previous Camellia patch because of another new cipher
(IDEA).
- cipher suites from `RFC 5246 - TLS 1.2` are verified with the script
- cipher suites 150-155 are taken from: RFC 4162 - SEED for TLS
- cipher suites 156-167 are taken from: RFC 5288 - AES-GCM Cipher suites
- cipher suites 49153-49177 are taken from: RFC 4492 - ECC for TLS
- cipher suites 49195-49202 are taken from RFC 5289 - ECC with
SHA256/384 and AES GCM
I have also found six cipher suites containing wrong information, a patch will
follow later.
You are receiving this mail because:
- You are watching all bug changes.