summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-07-07 23:22:45 +0200
committerRichard Levitte <levitte@openssl.org>2016-07-25 17:20:58 +0200
commit1060a50b6d70cf801e08c6b97835397d1c222af9 (patch)
treed0e9fd39c25f02b8888fc67605f509652ec1cb11 /util
parentd49cfa3bd57ffba060f08e4088441fa392c2f9a8 (diff)
Add getters / setters for the X509_STORE_CTX and X509_STORE functions
We only add setters for X509_STORE function pointers except for the verify callback function. The thought is that the function pointers in X509_STORE_CTX are a cache for the X509_STORE functions. Therefore, it's preferable if the user makes the changes in X509_STORE before X509_STORE_CTX_init is called, and otherwise use the verify callback to override any results from OpenSSL's internal calculations. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 0f2d82f03a..6cca35cdb5 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -3454,7 +3454,7 @@ OCSP_REQUEST_get_ext 3401 1_1_0 EXIST::FUNCTION:OCSP
NETSCAPE_SPKAC_new 3402 1_1_0 EXIST::FUNCTION:
EVP_PKEY_meth_get_verify 3403 1_1_0 EXIST::FUNCTION:
CRYPTO_128_wrap 3404 1_1_0 EXIST::FUNCTION:
-X509_STORE_set_lookup_crls_cb 3405 1_1_0 EXIST::FUNCTION:
+X509_STORE_set_lookup_crls 3405 1_1_0 EXIST::FUNCTION:
EVP_CIPHER_meth_get_ctrl 3406 1_1_0 EXIST::FUNCTION:
OCSP_REQ_CTX_set1_req 3407 1_1_0 EXIST::FUNCTION:OCSP
CONF_imodule_get_usr_data 3408 1_1_0 EXIST::FUNCTION: