diff options
author | Oliver Mihatsch <oliver.mihatsch@virtual-solution.com> | 2023-02-02 12:15:14 +0100 |
---|---|---|
committer | Todd Short <todd.short@me.com> | 2023-02-08 16:27:07 +0100 |
commit | a8aad913ecc632405096b2b61942b2c782cc74f4 (patch) | |
tree | 50d837c6a5166070c7012e619c0eece502f92231 /util/libcrypto.num | |
parent | check-format.pl: fix statistics on whitespace and nesting issues (diff) | |
download | openssl-a8aad913ecc632405096b2b61942b2c782cc74f4.tar.xz openssl-a8aad913ecc632405096b2b61942b2c782cc74f4.zip |
New function EC_GROUP_to_params to convert an EC_GROUP to an array of OSSL_PARAM.
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/20205)
Diffstat (limited to '')
-rw-r--r-- | util/libcrypto.num | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num index 2487861a18..78fd4813ee 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -5512,3 +5512,4 @@ BIO_get_wpoll_descriptor ? 3_2_0 EXIST::FUNCTION: ASN1_item_unpack_ex ? 3_2_0 EXIST::FUNCTION: PKCS12_SAFEBAG_get1_cert_ex ? 3_2_0 EXIST::FUNCTION: PKCS12_SAFEBAG_get1_crl_ex ? 3_2_0 EXIST::FUNCTION: +EC_GROUP_to_params ? 3_2_0 EXIST::FUNCTION:EC |