Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
AUTHORITY_KEYID_new, AUTHORITY_KEYID_free — X.509 authority key identifier extensionSYNOPSIS
#include <openssl/x509v3.h>AUTHORITY_KEYID_new(void);
AUTHORITY_KEYID_free(AUTHORITY_KEYID *id);
DESCRIPTION
Using the authority key identifier extension, an X.509 certificate or certificate revocation list can specify which key pair was used for signing it.RETURN VALUES
AUTHORITY_KEYID_new() returns the new AUTHORITY_KEYID object or NULL if an error occurs.SEE ALSO
d2i_AUTHORITY_KEYID(3), GENERAL_NAMES_new(3), X509_CRL_new(3), X509_EXTENSION_new(3), X509_new(3)STANDARDS
RFC 5280: Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile:- section 4.2.1.1: Certificate Extensions: Authority Key Identifier
- section 5.2.1: CRL Extensions: Authority Key Identifier