From 4a469cba27cf778f1d97ddeefd3a3a80cd623553 Mon Sep 17 00:00:00 2001 From: vl-loz Date: Wed, 9 Aug 2023 15:56:27 -0700 Subject: Add X509_STORE_CTX_set_get_crl and X509_STORE_CTX_set_current_reasons This change is for feature request #21679. Adds a couple of setters to aid with custom CRL validation. Reviewed-by: Todd Short Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/21737) --- util/libcrypto.num | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util') diff --git a/util/libcrypto.num b/util/libcrypto.num index b935455974..88ae4880ef 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -5530,3 +5530,5 @@ OSSL_ERR_STATE_restore ? 3_2_0 EXIST::FUNCTION: OSSL_ERR_STATE_free ? 3_2_0 EXIST::FUNCTION: ERR_count_to_mark ? 3_2_0 EXIST::FUNCTION: OSSL_ERR_STATE_save_to_mark ? 3_2_0 EXIST::FUNCTION: +X509_STORE_CTX_set_get_crl ? 3_2_0 EXIST::FUNCTION: +X509_STORE_CTX_set_current_reasons ? 3_2_0 EXIST::FUNCTION: -- cgit v1.2.3