summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDamian Hobson-Garcia <dhobsong@igel.co.jp>2021-06-03 15:41:27 +0900
committerMatt Caswell <matt@openssl.org>2024-04-24 14:08:05 +0100
commitdab96a4f60f12b162f02ce2ddf4f70bb1e24bd5b (patch)
treed0f970424887398a3f5c63b63b4e43708da44ede /util
parentd10b020e2e389f4e5f5c84ce8d4512536dd3027a (diff)
x509_acert: Load attributes from config file section
Several of the attribute values defined for use by attribute certificates use multi-valued data in an ASN.1 SEQUENCE. Allow reading of these values from a configuration file, similar to how generic X.509 extensions are handled. 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.num1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 70e5871fb5..77b66ee272 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5632,3 +5632,4 @@ OSSL_IETF_ATTR_SYNTAX_get_value_num ? 3_4_0 EXIST::FUNCTION:
OSSL_IETF_ATTR_SYNTAX_get0_value ? 3_4_0 EXIST::FUNCTION:
OSSL_IETF_ATTR_SYNTAX_add1_value ? 3_4_0 EXIST::FUNCTION:
OSSL_IETF_ATTR_SYNTAX_print ? 3_4_0 EXIST::FUNCTION:
+X509_ACERT_add_attr_nconf ? 3_4_0 EXIST::FUNCTION: