aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2020-08-22 14:55:41 +1000
committerShane Lontis <shane.lontis@oracle.com>2020-08-22 14:55:41 +1000
commitc0f39ded68ba0929698a8773e63e9806ec9e5c74 (patch)
treedce39d009fceac112a1d320b5e072d94e22ca27d /util
parenta02c715c183382aa3038fc4d7d463b17e62a24ff (diff)
downloadopenssl-c0f39ded68ba0929698a8773e63e9806ec9e5c74.zip
openssl-c0f39ded68ba0929698a8773e63e9806ec9e5c74.tar.gz
openssl-c0f39ded68ba0929698a8773e63e9806ec9e5c74.tar.bz2
Add Explicit EC parameter support to providers.
This was added for backward compatability. Added EC_GROUP_new_from_params() that supports explicit curve parameters. This fixes the 15-test_genec.t TODO. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12604)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 2d85c13..549ab0a 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5271,3 +5271,4 @@ OSSL_STORE_INFO_get1_PUBKEY ? 3_0_0 EXIST::FUNCTION:
PEM_read_bio_PUBKEY_ex ? 3_0_0 EXIST::FUNCTION:
PEM_read_PUBKEY_ex ? 3_0_0 EXIST::FUNCTION:STDIO
PEM_read_bio_Parameters_ex ? 3_0_0 EXIST::FUNCTION:
+EC_GROUP_new_from_params ? 3_0_0 EXIST::FUNCTION:EC