From 465f34ed27d54b36b47f98b8ce4b5ec9e33c4f02 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 6 Apr 2020 12:14:30 +0100 Subject: Introduce an internal version of X509_check_issued() The internal version is library context aware. Reviewed-by: Shane Lontis Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/11507) --- include/crypto/x509.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/crypto/x509.h b/include/crypto/x509.h index 560f3abb76..1d2ec3ee52 100644 --- a/include/crypto/x509.h +++ b/include/crypto/x509.h @@ -297,3 +297,7 @@ int x509_set1_time(ASN1_TIME **ptm, const ASN1_TIME *tm); int x509_print_ex_brief(BIO *bio, X509 *cert, unsigned long neg_cflags); void x509_init_sig_info(X509 *x); + + +int x509_check_issued_int(X509 *issuer, X509 *subject, OPENSSL_CTX *libctx, + const char *propq); -- cgit v1.2.3