aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl/x509v3.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-09-22 15:19:32 +0100
committerDr. Stephen Henson <steve@openssl.org>2015-09-22 21:15:55 +0100
commitd19a50c9fbd5750f6e75dcca508034e558df7276 (patch)
treeff97c1c3848f9edf761c67d2970fcc0963848196 /include/openssl/x509v3.h
parent2c81e476fab0e3e0b6140652b4577bf6f3b827be (diff)
downloadopenssl-d19a50c9fbd5750f6e75dcca508034e558df7276.tar.gz
New function X509_get0_subject_key_id()
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'include/openssl/x509v3.h')
-rw-r--r--include/openssl/x509v3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/x509v3.h b/include/openssl/x509v3.h
index 280b9c143e..3898426b84 100644
--- a/include/openssl/x509v3.h
+++ b/include/openssl/x509v3.h
@@ -700,6 +700,7 @@ int X509_check_akid(X509 *issuer, AUTHORITY_KEYID *akid);
uint32_t X509_get_extension_flags(X509 *x);
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);
int X509_PURPOSE_get_count(void);
X509_PURPOSE *X509_PURPOSE_get0(int idx);