From e9fc3e547e557492316932b62881c3386973ceb2 Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Mon, 12 Jan 2015 21:54:32 -0500 Subject: [PATCH] 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 --- ssl/t1_lib.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c index 339c765f..d2d2bc36 100644 --- a/ssl/t1_lib.c +++ b/ssl/t1_lib.c @@ -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) {