openssl/crypto/x509
Mingtao Yang 0124f32a01 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)
2018-05-30 15:45:48 +02:00
..
build.info Add APIs for custom X509_LOOKUP_METHOD creation 2018-05-30 15:45:48 +02:00
by_dir.c Add APIs for custom X509_LOOKUP_METHOD creation 2018-05-30 15:45:48 +02:00
by_file.c Update copyright year 2018-05-01 13:34:30 +01:00
t_crl.c
t_req.c
t_x509.c
x509_att.c
x509_cmp.c Update copyright year 2018-05-29 13:16:04 +01:00
x509_d2.c
x509_def.c
x509_err.c Add APIs for custom X509_LOOKUP_METHOD creation 2018-05-30 15:45:48 +02:00
x509_ext.c
x509_lcl.h Add APIs for custom X509_LOOKUP_METHOD creation 2018-05-30 15:45:48 +02:00
x509_lu.c Add APIs for custom X509_LOOKUP_METHOD creation 2018-05-30 15:45:48 +02:00
x509_meth.c Add APIs for custom X509_LOOKUP_METHOD creation 2018-05-30 15:45:48 +02:00
x509_obj.c
x509_r2x.c
x509_req.c
x509_set.c
x509_trs.c
x509_txt.c
x509_v3.c
x509_vfy.c Skip CN DNS name constraint checks when not needed 2018-05-23 11:12:17 -04:00
x509_vpm.c Make X509_VERIFY_PARAM_get_hostflags() take a const arg 2018-05-02 23:43:52 +01:00
x509cset.c
x509name.c Update copyright year 2018-04-17 15:18:40 +02:00
x509rset.c
x509spki.c
x509type.c
x_all.c
x_attrib.c
x_crl.c Update copyright year 2018-05-01 13:34:30 +01:00
x_exten.c
x_name.c Restore check of |*xn| against |name| in X509_NAME_set 2018-05-20 09:48:58 +02:00
x_pubkey.c Update copyright year 2018-05-01 13:34:30 +01:00
x_req.c
x_x509.c Update copyright year 2018-05-01 13:34:30 +01:00
x_x509a.c