Add X509_get0_authority_key_id() function
authorMassimiliano Pala <director@openca.org>
Mon, 19 Feb 2018 20:47:02 +0000 (15:47 -0500)
committerRich Salz <rsalz@openssl.org>
Mon, 19 Feb 2018 21:04:16 +0000 (16:04 -0500)
commit058f12b7266a21f04893e88d8240b81e7c51fcd5
tree045353a99ff01aec535fa167afbc5507967ac6e8
parentc99eaf2135c9c3ff5a00dccd00d332c0c5351776
Add X509_get0_authority_key_id() function

This function makes it easier to retrieve a reference to the
authority key identifier (akid->keyid) inside a certificate.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5271)

(cherry picked from commit b383aa2081467e8d49c3362d295da7bd5cb4e1d8)
crypto/x509v3/v3_purp.c
doc/crypto/X509_get_extension_flags.pod
include/openssl/x509v3.h
util/libcrypto.num