From fbc3ad1ae1976eb5f2bac351260f2c5ee255c27f Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Tue, 10 Sep 2019 17:40:53 +0000 Subject: Import OpenSSL 1.1.1d. --- include/openssl/x509v3.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/openssl/x509v3.h') diff --git a/include/openssl/x509v3.h b/include/openssl/x509v3.h index 9ea20275ac34..6c6eca38a582 100644 --- a/include/openssl/x509v3.h +++ b/include/openssl/x509v3.h @@ -661,6 +661,8 @@ uint32_t X509_get_key_usage(X509 *x); uint32_t X509_get_extended_key_usage(X509 *x); const ASN1_OCTET_STRING *X509_get0_subject_key_id(X509 *x); const ASN1_OCTET_STRING *X509_get0_authority_key_id(X509 *x); +const GENERAL_NAMES *X509_get0_authority_issuer(X509 *x); +const ASN1_INTEGER *X509_get0_authority_serial(X509 *x); int X509_PURPOSE_get_count(void); X509_PURPOSE *X509_PURPOSE_get0(int idx); -- cgit v1.2.3