summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-04-03 18:01:04 +0100
committerMatt Caswell <matt@openssl.org>2020-04-16 14:19:51 +0100
commit0820217441b68724d91b7644f3560e15149a1848 (patch)
tree7a100589baf22f51c1c28d3041848875248a5cc7 /util
parentb27ed819431fb7f50ded6fcddfd25de079d7e808 (diff)
Create a libctx aware X509_verify_ex()
This is the same as X509_verify() except that it takes a libctx and propq parameter and signature verification is done using those. Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/11507)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index e14688c8ef..adcf408d34 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5072,3 +5072,5 @@ EVP_PKEY_CTX_set_dh_paramgen_generator ? 3_0_0 EXIST::FUNCTION:DH
EVP_PKEY_CTX_set_dh_nid ? 3_0_0 EXIST::FUNCTION:DH
EVP_PKEY_CTX_set_dh_rfc5114 ? 3_0_0 EXIST::FUNCTION:DH
EVP_PKEY_CTX_set_dhx_rfc5114 ? 3_0_0 EXIST::FUNCTION:DH
+X509_verify_ex ? 3_0_0 EXIST::FUNCTION:
+X509_REQ_verify_ex ? 3_0_0 EXIST::FUNCTION: