summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDamian Hobson-Garcia <dhobsong@igel.co.jp>2021-06-08 17:31:57 +0900
committerMatt Caswell <matt@openssl.org>2024-04-24 14:05:35 +0100
commit0e8020a45b2f24e85769cd2c66c41f0b7ffa21e4 (patch)
tree80e3c06a6d1fcc4adf19734242f95ec14d9c45ac /util
parent1eeec94f1fd7de60248d1093d5552dc1f05c2fc9 (diff)
Add IETFAttrSyntax type support
The IETFAtrrSyntax type is used for the values of several attributes defined in RFC 5755 for use with attribute certificates. Specifically this type is used with the "Charging Identity" and "Group" 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.num14
-rw-r--r--util/other.syms1
2 files changed, 15 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index f9ff950f21..70e5871fb5 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5618,3 +5618,17 @@ X509_ACERT_verify ? 3_4_0 EXIST::FUNCTION:
X509_ACERT_get_ext_d2i ? 3_4_0 EXIST::FUNCTION:
X509_ACERT_add1_ext_i2d ? 3_4_0 EXIST::FUNCTION:
X509_ACERT_get0_extensions ? 3_4_0 EXIST::FUNCTION:
+OSSL_IETF_ATTR_SYNTAX_VALUE_it ? 3_4_0 EXIST::FUNCTION:
+OSSL_IETF_ATTR_SYNTAX_VALUE_free ? 3_4_0 EXIST::FUNCTION:
+OSSL_IETF_ATTR_SYNTAX_VALUE_new ? 3_4_0 EXIST::FUNCTION:
+d2i_OSSL_IETF_ATTR_SYNTAX ? 3_4_0 EXIST::FUNCTION:
+i2d_OSSL_IETF_ATTR_SYNTAX ? 3_4_0 EXIST::FUNCTION:
+OSSL_IETF_ATTR_SYNTAX_free ? 3_4_0 EXIST::FUNCTION:
+OSSL_IETF_ATTR_SYNTAX_new ? 3_4_0 EXIST::FUNCTION:
+OSSL_IETF_ATTR_SYNTAX_it ? 3_4_0 EXIST::FUNCTION:
+OSSL_IETF_ATTR_SYNTAX_get0_policyAuthority ? 3_4_0 EXIST::FUNCTION:
+OSSL_IETF_ATTR_SYNTAX_set0_policyAuthority ? 3_4_0 EXIST::FUNCTION:
+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:
diff --git a/util/other.syms b/util/other.syms
index 4793ca357f..bf6ae33d5a 100644
--- a/util/other.syms
+++ b/util/other.syms
@@ -70,6 +70,7 @@ OSSL_ENCODER_CLEANUP datatype
OSSL_ENCODER_INSTANCE datatype
OSSL_HTTP_bio_cb_t datatype
OSSL_HTTP_REQ_CTX datatype
+OSSL_IETF_ATTR_SYNTAX datatype
OSSL_ITEM datatype
OSSL_LIB_CTX datatype
OSSL_PARAM datatype