Mingtao Yang 6912debb88 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)

(cherry picked from commit 0124f32a01b2b4f4f7146f226b6a9dfe227c4008)
2018-05-30 15:59:01 +02:00
..
2016-04-20 09:45:40 -04:00
2018-05-20 10:15:49 +02:00
2016-05-21 08:23:39 -04:00
2017-12-16 10:20:12 +01:00
2016-11-16 10:34:41 +00:00
2016-04-20 09:45:40 -04:00
2009-04-06 15:22:01 +00:00
2018-05-20 10:11:23 +02:00