Remove P-521 from the default supported curves list.

Per review comment on https://boringssl-review.googlesource.com/#/c/2843/.

Change-Id: I84c9320ff908c9f8912e83c6ece89d9b06c32bbf
Reviewed-on: https://boringssl-review.googlesource.com/2860
Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
David Benjamin 2015-01-12 21:54:32 -05:00 committed by Adam Langley
parent 4de5f54e54
commit e9fc3e547e

View File

@ -369,7 +369,6 @@ static const uint8_t ecformats_default[] = {
static const uint16_t eccurves_default[] = {
23, /* X9_64_prime256v1 */
24, /* secp384r1 */
25, /* secp521r1 */
};
int tls1_ec_curve_id2nid(uint16_t curve_id) {