summaryrefslogtreecommitdiffstats
path: root/crypto/x509/build.info
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 /crypto/x509/build.info
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 'crypto/x509/build.info')
-rw-r--r--crypto/x509/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509/build.info b/crypto/x509/build.info
index 7fc4b45048..afd0b6134e 100644
--- a/crypto/x509/build.info
+++ b/crypto/x509/build.info
@@ -4,7 +4,7 @@ SOURCE[../../libcrypto]=\
x509_obj.c x509_req.c x509spki.c x509_vfy.c \
x509_set.c x509cset.c x509rset.c x509_err.c \
x509name.c x509_v3.c x509_ext.c x509_att.c \
- x509type.c x509_lu.c x_all.c x509_txt.c \
+ x509type.c x509_meth.c x509_lu.c x_all.c x509_txt.c \
x509_trs.c by_file.c by_dir.c x509_vpm.c \
x_crl.c t_crl.c x_req.c t_req.c x_x509.c t_x509.c \
x_pubkey.c x_x509a.c x_attrib.c x_exten.c x_name.c