summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDamian Hobson-Garcia <dhobsong@igel.co.jp>2023-06-30 17:12:38 -0400
committerMatt Caswell <matt@openssl.org>2024-04-24 14:05:35 +0100
commit62960b8710a39d58fe386a51dccbd35bd973220f (patch)
treebc6dfdf65b953011a67b10dd096d6cdd45fc3691 /util
parent6b167313f422b8744c1f4edc8688f7e6923a3a73 (diff)
x509_acert: Add, remove and get attribute certificate attributes
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15857)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num9
1 files changed, 9 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 222c10ef95..87657e437a 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5603,3 +5603,12 @@ OSSL_ISSUER_SERIAL_set1_serial ? 3_4_0 EXIST::FUNCTION:
OSSL_ISSUER_SERIAL_set1_issuerUID ? 3_4_0 EXIST::FUNCTION:
X509_ACERT_print ? 3_4_0 EXIST::FUNCTION:
X509_ACERT_print_ex ? 3_4_0 EXIST::FUNCTION:
+X509_ACERT_get_attr_count ? 3_4_0 EXIST::FUNCTION:
+X509_ACERT_get_attr_by_NID ? 3_4_0 EXIST::FUNCTION:
+X509_ACERT_get_attr_by_OBJ ? 3_4_0 EXIST::FUNCTION:
+X509_ACERT_get_attr ? 3_4_0 EXIST::FUNCTION:
+X509_ACERT_delete_attr ? 3_4_0 EXIST::FUNCTION:
+X509_ACERT_add1_attr ? 3_4_0 EXIST::FUNCTION:
+X509_ACERT_add1_attr_by_OBJ ? 3_4_0 EXIST::FUNCTION:
+X509_ACERT_add1_attr_by_NID ? 3_4_0 EXIST::FUNCTION:
+X509_ACERT_add1_attr_by_txt ? 3_4_0 EXIST::FUNCTION: