|
|
|
@ -234,3 +234,24 @@ diff -up ./test/recipes/15-test_genec.t.ec-curves ./test/recipes/15-test_genec.t
|
|
|
|
|
P-224
|
|
|
|
|
P-256
|
|
|
|
|
P-384
|
|
|
|
|
diff -up openssl-3.0.7/crypto/evp/ec_support.c.ec-remove openssl-3.0.7/crypto/evp/ec_support.c
|
|
|
|
|
--- openssl-3.0.7/crypto/evp/ec_support.c.ec-remove 2023-07-06 10:30:10.152621369 +0200
|
|
|
|
|
+++ openssl-3.0.7/crypto/evp/ec_support.c 2023-07-06 10:34:00.557091758 +0200
|
|
|
|
|
@@ -74,17 +74,6 @@ int ossl_ec_curve_name2nid(const char *n
|
|
|
|
|
/* Functions to translate between common NIST curve names and NIDs */
|
|
|
|
|
|
|
|
|
|
static const EC_NAME2NID nist_curves[] = {
|
|
|
|
|
- {"B-163", NID_sect163r2},
|
|
|
|
|
- {"B-233", NID_sect233r1},
|
|
|
|
|
- {"B-283", NID_sect283r1},
|
|
|
|
|
- {"B-409", NID_sect409r1},
|
|
|
|
|
- {"B-571", NID_sect571r1},
|
|
|
|
|
- {"K-163", NID_sect163k1},
|
|
|
|
|
- {"K-233", NID_sect233k1},
|
|
|
|
|
- {"K-283", NID_sect283k1},
|
|
|
|
|
- {"K-409", NID_sect409k1},
|
|
|
|
|
- {"K-571", NID_sect571k1},
|
|
|
|
|
- {"P-192", NID_X9_62_prime192v1},
|
|
|
|
|
{"P-224", NID_secp224r1},
|
|
|
|
|
{"P-256", NID_X9_62_prime256v1},
|
|
|
|
|
{"P-384", NID_secp384r1},
|
|
|
|
|