diff options
author | Shane Lontis <shane.lontis@oracle.com> | 2021-03-31 07:10:22 +0200 |
---|---|---|
committer | Shane Lontis <shane.lontis@oracle.com> | 2021-04-08 03:30:44 +0200 |
commit | e6c2f96489fc0c006845c8597f8ceed2f01f76ee (patch) | |
tree | 87b519bbf7cf1a1966d44fbd70121e1ba77d550d /util/libcrypto.num | |
parent | fix coverity 1466710: resource leak (diff) | |
download | openssl-e6c2f96489fc0c006845c8597f8ceed2f01f76ee.tar.xz openssl-e6c2f96489fc0c006845c8597f8ceed2f01f76ee.zip |
Fix more certificate related lib_ctx settings.
Fixes #13732
Fix a few places that were not using the '_ex' variants of
ASN1_item_sign/verify.
Added X509_CRL_new_ex().
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14752)
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 49fc731085..f8f5b58a94 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -5347,3 +5347,4 @@ EVP_ASYM_CIPHER_description ? 3_0_0 EXIST::FUNCTION: EVP_KEM_description ? 3_0_0 EXIST::FUNCTION: EVP_KEYEXCH_description ? 3_0_0 EXIST::FUNCTION: EVP_KDF_description ? 3_0_0 EXIST::FUNCTION: +X509_CRL_new_ex ? 3_0_0 EXIST::FUNCTION: |