Create a libctx aware X509_verify_ex()
authorMatt Caswell <matt@openssl.org>
Fri, 3 Apr 2020 17:01:04 +0000 (18:01 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 16 Apr 2020 13:19:51 +0000 (14:19 +0100)
commit0820217441b68724d91b7644f3560e15149a1848
tree7a100589baf22f51c1c28d3041848875248a5cc7
parentb27ed819431fb7f50ded6fcddfd25de079d7e808
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)
crypto/x509/x509_vfy.c
crypto/x509/x_all.c
include/openssl/x509.h
util/libcrypto.num