Fix more certificate related lib_ctx settings.
authorShane Lontis <shane.lontis@oracle.com>
Wed, 31 Mar 2021 05:10:22 +0000 (15:10 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Thu, 8 Apr 2021 01:30:44 +0000 (11:30 +1000)
commite6c2f96489fc0c006845c8597f8ceed2f01f76ee
tree87b519bbf7cf1a1966d44fbd70121e1ba77d550d
parent09fba0b44032c2f66d5e7e8c732869e031ce74c8
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)
15 files changed:
apps/ca.c
apps/ocsp.c
apps/req.c
crypto/asn1/a_sign.c
crypto/ocsp/ocsp_cl.c
crypto/ocsp/ocsp_local.h
crypto/ocsp/ocsp_srv.c
crypto/ocsp/ocsp_vfy.c
crypto/x509/x509_vfy.c
crypto/x509/x_all.c
crypto/x509/x_crl.c
doc/man3/X509_dup.pod
doc/man3/X509_new.pod
include/openssl/x509.h.in
util/libcrypto.num