diff options
author | Damian Hobson-Garcia <dhobsong@igel.co.jp> | 2021-05-13 04:53:59 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2024-04-24 15:05:32 +0200 |
commit | 7dcee34c8f921ad65277e9a75fca4a7337fbed6d (patch) | |
tree | 199b3280d344f059004f29c144bfc9364f3bc13b /util/libcrypto.num | |
parent | Remove all references to FLOSS for NonStop Builds. (diff) | |
download | openssl-7dcee34c8f921ad65277e9a75fca4a7337fbed6d.tar.xz openssl-7dcee34c8f921ad65277e9a75fca4a7337fbed6d.zip |
Add RFC 5755 attribute certificate support
Add support for attribute certificates (v2) as described
in RFC 5755 profile.
Attribute certificates provide a mechanism to manage authorization
information separately from the identity information provided by
public key certificates.
This initial patch adds the ASN.1 definitions
and I/O API. Accessor functions for the certificate fields
will be added in subsequent patches.
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 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num index ec20d5490e..dbba798a3b 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -5550,3 +5550,26 @@ OPENSSL_LH_doall_arg_thunk 5677 3_3_0 EXIST::FUNCTION: OSSL_HTTP_REQ_CTX_set_max_response_hdr_lines 5678 3_3_0 EXIST::FUNCTION:HTTP CRYPTO_atomic_store ? 3_4_0 EXIST::FUNCTION: CRYPTO_aligned_alloc ? 3_4_0 EXIST::FUNCTION: +d2i_X509_ACERT ? 3_4_0 EXIST::FUNCTION: +i2d_X509_ACERT ? 3_4_0 EXIST::FUNCTION: +X509_ACERT_free ? 3_4_0 EXIST::FUNCTION: +X509_ACERT_new ? 3_4_0 EXIST::FUNCTION: +X509_ACERT_it ? 3_4_0 EXIST::FUNCTION: +X509_ACERT_dup ? 3_4_0 EXIST::FUNCTION: +X509_ACERT_INFO_it ? 3_4_0 EXIST::FUNCTION: +X509_ACERT_INFO_free ? 3_4_0 EXIST::FUNCTION: +X509_ACERT_INFO_new ? 3_4_0 EXIST::FUNCTION: +OSSL_OBJECT_DIGEST_INFO_free ? 3_4_0 EXIST::FUNCTION: +OSSL_OBJECT_DIGEST_INFO_new ? 3_4_0 EXIST::FUNCTION: +OSSL_ISSUER_SERIAL_free ? 3_4_0 EXIST::FUNCTION: +OSSL_ISSUER_SERIAL_new ? 3_4_0 EXIST::FUNCTION: +X509_ACERT_ISSUER_V2FORM_free ? 3_4_0 EXIST::FUNCTION: +X509_ACERT_ISSUER_V2FORM_new ? 3_4_0 EXIST::FUNCTION: +d2i_X509_ACERT_fp ? 3_4_0 EXIST::FUNCTION:STDIO +i2d_X509_ACERT_fp ? 3_4_0 EXIST::FUNCTION:STDIO +PEM_read_X509_ACERT ? 3_4_0 EXIST::FUNCTION:STDIO +PEM_write_X509_ACERT ? 3_4_0 EXIST::FUNCTION:STDIO +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: |