Dr. Matthias St. Pierre afdec13dd9 Add missing accessors for X509 AuthorityKeyIdentifier
Complements commit b383aa208146, which added X509_get0_authority_key_id().

 const ASN1_OCTET_STRING *X509_get0_authority_key_id(X509 *x);
 const GENERAL_NAMES *X509_get0_authority_issuer(X509 *x);      [NEW]
 const ASN1_INTEGER *X509_get0_authority_serial(X509 *x);       [NEW]

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9493)
2019-08-01 11:32:12 +02:00
..
2019-04-19 09:31:54 +01:00
2019-01-21 19:31:32 +01:00
2018-07-11 14:49:02 +02:00
2019-07-19 20:16:30 +02:00
2019-07-01 20:13:03 -04:00