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 20:47:02 +0000 (15:47 -0500)
commitb383aa2081467e8d49c3362d295da7bd5cb4e1d8
tree7d0d94682a592749303e41914413cc4ec75a28d7
parent5f7470df83cb179f793026a5950c1446866c9cab
  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)
crypto/x509v3/v3_purp.c
doc/man3/X509_get_extension_flags.pod
include/openssl/x509v3.h
util/libcrypto.num