From a08222b8bebdd9bb3795304dce3e988df2c7595c Mon Sep 17 00:00:00 2001 From: job <> Date: Thu, 23 Feb 2023 18:12:32 +0000 Subject: 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@ --- src/lib/libcrypto/hidden/openssl/x509.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/hidden/openssl/x509.h') diff --git a/src/lib/libcrypto/hidden/openssl/x509.h b/src/lib/libcrypto/hidden/openssl/x509.h index 59af41f917..cdd09b4062 100644 --- a/src/lib/libcrypto/hidden/openssl/x509.h +++ b/src/lib/libcrypto/hidden/openssl/x509.h @@ -1,4 +1,4 @@ -/* $OpenBSD: x509.h,v 1.1 2022/11/14 17:48:49 beck Exp $ */ +/* $OpenBSD: x509.h,v 1.2 2023/02/23 18:12:32 job Exp $ */ /* * Copyright (c) 2022 Bob Beck * @@ -105,6 +105,7 @@ LCRYPTO_USED(X509_TRUST_set); LCRYPTO_USED(X509_NAME_oneline); LCRYPTO_USED(X509_get0_extensions); LCRYPTO_USED(X509_get0_tbs_sigalg); +LCRYPTO_USED(X509_get0_uids); LCRYPTO_USED(X509_set_version); LCRYPTO_USED(X509_get_version); LCRYPTO_USED(X509_set_serialNumber); -- cgit v1.2.3-55-g6feb