diff options
author | Damian Hobson-Garcia <dhobsong@igel.co.jp> | 2021-06-08 10:31:57 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2024-04-24 15:05:35 +0200 |
commit | 0e8020a45b2f24e85769cd2c66c41f0b7ffa21e4 (patch) | |
tree | 80e3c06a6d1fcc4adf19734242f95ec14d9c45ac /util/libcrypto.num | |
parent | x509_acert: Add and retrieve certificate extensions (diff) | |
download | openssl-0e8020a45b2f24e85769cd2c66c41f0b7ffa21e4.tar.xz openssl-0e8020a45b2f24e85769cd2c66c41f0b7ffa21e4.zip |
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/libcrypto.num')
-rw-r--r-- | util/libcrypto.num | 14 |
1 files changed, 14 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: |