Introduce X509_get0_uids() accessor function
authorjob <job@openbsd.org>
Thu, 23 Feb 2023 18:12:32 +0000 (18:12 +0000)
committerjob <job@openbsd.org>
Thu, 23 Feb 2023 18:12:32 +0000 (18:12 +0000)
commit8b6dc78cd2c7bb25ed687e3e9cf9c45ab5aa824d
tree18bfd74e3d73b66306fcdebac9a8ca0935ea9ef6
parentc1e2a033c44582cc125ee9360abe0ac706240d63
Introduce X509_get0_uids() accessor function

By introducing X509_get0_uids(), one can add RPKI profile compliance
checks to conform the absence of the issuerUID and subjectUID.

OK tb@ jsing@
lib/libcrypto/Symbols.namespace
lib/libcrypto/hidden/openssl/x509.h
lib/libcrypto/man/X509V3_get_d2i.3
lib/libcrypto/x509/x509.h
lib/libcrypto/x509/x509_set.c