summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorvl-loz <vlozano@vmware.com>2023-08-09 15:56:27 -0700
committerTomas Mraz <tomas@openssl.org>2023-08-17 21:34:12 +0200
commit4a469cba27cf778f1d97ddeefd3a3a80cd623553 (patch)
tree85fbae5590ca0858fedc9872496edb8d92d21b5c /util
parent51b2a670c8f8499dc4f89efbd711e5b5276791b2 (diff)
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 <todd.short@me.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21737)
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 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: