summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDamian Hobson-Garcia <dhobsong@igel.co.jp>2021-06-18 23:37:18 +0900
committerMatt Caswell <matt@openssl.org>2024-04-24 14:05:35 +0100
commit9e1a8b5ecce7bcf706f48805f2999bbc3d4ef09a (patch)
tree8c16424e6fc4457276bd17905fbeaaf8c91f2936 /util
parent7dcee34c8f921ad65277e9a75fca4a7337fbed6d (diff)
Attribute certificate getter and setter API
Only fields that are allowed by RFC 5755 are accessible through this API. Fields that are only supported in version 1 attribute certificates (e.g. the AttCertIssuer v1Form fields) are not implemented. 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.num28
1 files changed, 28 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index dbba798a3b..57dee34ec0 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5573,3 +5573,31 @@ PEM_read_bio_X509_ACERT ? 3_4_0 EXIST::FUNCTION:
PEM_write_bio_X509_ACERT ? 3_4_0 EXIST::FUNCTION:
d2i_X509_ACERT_bio ? 3_4_0 EXIST::FUNCTION:
i2d_X509_ACERT_bio ? 3_4_0 EXIST::FUNCTION:
+X509_ACERT_get0_holder_entityName ? 3_4_0 EXIST::FUNCTION:
+X509_ACERT_get0_holder_baseCertId ? 3_4_0 EXIST::FUNCTION:
+X509_ACERT_get0_holder_digest ? 3_4_0 EXIST::FUNCTION:
+X509_ACERT_get0_issuerName ? 3_4_0 EXIST::FUNCTION:
+X509_ACERT_get_version ? 3_4_0 EXIST::FUNCTION:
+X509_ACERT_get0_signature ? 3_4_0 EXIST::FUNCTION:
+X509_ACERT_get_signature_nid ? 3_4_0 EXIST::FUNCTION:
+X509_ACERT_get0_info_sigalg ? 3_4_0 EXIST::FUNCTION:
+X509_ACERT_get0_serialNumber ? 3_4_0 EXIST::FUNCTION:
+X509_ACERT_get0_notBefore ? 3_4_0 EXIST::FUNCTION:
+X509_ACERT_get0_notAfter ? 3_4_0 EXIST::FUNCTION:
+X509_ACERT_get0_issuerUID ? 3_4_0 EXIST::FUNCTION:
+X509_ACERT_set_version ? 3_4_0 EXIST::FUNCTION:
+X509_ACERT_set0_holder_entityName ? 3_4_0 EXIST::FUNCTION:
+X509_ACERT_set0_holder_baseCertId ? 3_4_0 EXIST::FUNCTION:
+X509_ACERT_set0_holder_digest ? 3_4_0 EXIST::FUNCTION:
+X509_ACERT_set1_issuerName ? 3_4_0 EXIST::FUNCTION:
+X509_ACERT_set1_serialNumber ? 3_4_0 EXIST::FUNCTION:
+X509_ACERT_set1_notBefore ? 3_4_0 EXIST::FUNCTION:
+X509_ACERT_set1_notAfter ? 3_4_0 EXIST::FUNCTION:
+OSSL_OBJECT_DIGEST_INFO_get0_digest ? 3_4_0 EXIST::FUNCTION:
+OSSL_OBJECT_DIGEST_INFO_set1_digest ? 3_4_0 EXIST::FUNCTION:
+OSSL_ISSUER_SERIAL_get0_issuer ? 3_4_0 EXIST::FUNCTION:
+OSSL_ISSUER_SERIAL_get0_serial ? 3_4_0 EXIST::FUNCTION:
+OSSL_ISSUER_SERIAL_get0_issuerUID ? 3_4_0 EXIST::FUNCTION:
+OSSL_ISSUER_SERIAL_set1_issuer ? 3_4_0 EXIST::FUNCTION:
+OSSL_ISSUER_SERIAL_set1_serial ? 3_4_0 EXIST::FUNCTION:
+OSSL_ISSUER_SERIAL_set1_issuerUID ? 3_4_0 EXIST::FUNCTION: