summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-07-31 17:02:45 +0200
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-08-01 11:32:12 +0200
commitafdec13dd972592fd01195cd591538848de5403c (patch)
treec8fdc531bbdf74517071f8b2631acd06440eca8a /util
parent8b9575ba376ecfac7834102ad0c61fd70aeb8934 (diff)
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)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 63cab3225c..e823aba5cf 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4700,3 +4700,5 @@ ERR_new 4809 3_0_0 EXIST::FUNCTION:
ERR_set_debug 4810 3_0_0 EXIST::FUNCTION:
ERR_set_error 4811 3_0_0 EXIST::FUNCTION:
ERR_vset_error 4812 3_0_0 EXIST::FUNCTION:
+X509_get0_authority_issuer 4813 3_0_0 EXIST::FUNCTION:
+X509_get0_authority_serial 4814 3_0_0 EXIST::FUNCTION: