summaryrefslogtreecommitdiffstats
path: root/util/private.num
diff options
context:
space:
mode:
authorMingtao Yang <mingtao@fb.com>2018-02-09 10:23:18 -0800
committerRichard Levitte <levitte@openssl.org>2018-05-30 15:45:48 +0200
commit0124f32a01b2b4f4f7146f226b6a9dfe227c4008 (patch)
treedeb0b298cd38b1d739c6618ccd6ef7cb8254110b /util/private.num
parentf3a246c63eefc1e5da434df5dc7f48795a12c38b (diff)
Add APIs for custom X509_LOOKUP_METHOD creation
OpenSSL 1.1.0 made the X509_LOOKUP_METHOD structure opaque, so applications that were previously able to define a custom lookup method are not able to be ported. This commit adds getters and setters for each of the current fields of X509_LOOKUP_METHOD, along with getters and setters on several associated opaque types (such as X509_LOOKUP and X509_OBJECT). Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6152)
Diffstat (limited to 'util/private.num')
-rw-r--r--util/private.num5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/private.num b/util/private.num
index 8a461acd41..ac536a56aa 100644
--- a/util/private.num
+++ b/util/private.num
@@ -73,6 +73,11 @@ X509_STORE_CTX_lookup_crls_fn datatype
X509_STORE_CTX_verify_cb datatype
X509_STORE_CTX_verify_fn datatype
X509_STORE_set_verify_cb_func datatype
+X509_LOOKUP_get_by_alias_fn datatype
+X509_LOOKUP_get_by_subject_fn datatype
+X509_LOOKUP_get_by_fingerprint_fn datatype
+X509_LOOKUP_ctrl_fn datatype
+X509_LOOKUP_get_by_issuer_serial_fn datatype
bio_info_cb datatype
BIO_info_cb datatype
custom_ext_add_cb datatype