mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 22:05:40 +00:00
0c05899fa2
1) it adds a new ifdef which enables SSL to limit itself to the 3 Suite B curves. 2) it corrects the creation and parsing of the Supported Curve extension to conform with the lastest definition, by using 2 bytes to encode the list length, 3) it changes the algorithm that picks the curve for ECDHE to choose a curve that is at least as strong as the "weakest link", is mutually supported by client and server, and is the fastest for its size.