diff options
author | Richard Levitte <levitte@openssl.org> | 2020-03-19 14:02:42 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2020-04-15 11:04:28 +0200 |
commit | 10d756a70e2aeaff0c08e86014075a8623f3e0ab (patch) | |
tree | ecd68e887037765cf453ae5593740002e04d4897 /util/libcrypto.num | |
parent | 1f185f51a7899e1eddc9161d7781e3d5ae86ab78 (diff) | |
download | openssl-new-10d756a70e2aeaff0c08e86014075a8623f3e0ab.tar.gz |
EC: Refactor EVP_PKEY_CTX curve setting macros for param generation
The macros are converted to functions, and are modified to support
provider implementations.
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/11328)
Diffstat (limited to 'util/libcrypto.num')
-rw-r--r-- | util/libcrypto.num | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num index 983c74a6bf..60202b9008 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -5047,3 +5047,6 @@ CTLOG_new_from_base64_with_libctx ? 3_0_0 EXIST::FUNCTION:CT CTLOG_STORE_new_with_libctx ? 3_0_0 EXIST::FUNCTION:CT EVP_PKEY_set_ex_data ? 3_0_0 EXIST::FUNCTION: EVP_PKEY_get_ex_data ? 3_0_0 EXIST::FUNCTION: +EVP_PKEY_CTX_set_ec_paramgen_curve_name ? 3_0_0 EXIST::FUNCTION:EC +EVP_PKEY_CTX_get_ec_paramgen_curve_name ? 3_0_0 EXIST::FUNCTION:EC +EVP_PKEY_CTX_set_ec_paramgen_curve_nid ? 3_0_0 EXIST::FUNCTION:EC |