diff options
author | Damian Hobson-Garcia <dhobsong@igel.co.jp> | 2023-06-30 23:03:57 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2024-04-24 15:05:35 +0200 |
commit | b97fb22f596bfb528e69402b1bdcdf144a563918 (patch) | |
tree | d1595ff10774bf761f6889e9f2131afff8e741fa /util/libcrypto.num | |
parent | x509_acert: Add, remove and get attribute certificate attributes (diff) | |
download | openssl-b97fb22f596bfb528e69402b1bdcdf144a563918.tar.xz openssl-b97fb22f596bfb528e69402b1bdcdf144a563918.zip |
x509_acert: Add API to sign and verify attribute certificates
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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num index 87657e437a..9b4cd8388b 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -5612,3 +5612,6 @@ X509_ACERT_add1_attr ? 3_4_0 EXIST::FUNCTION: X509_ACERT_add1_attr_by_OBJ ? 3_4_0 EXIST::FUNCTION: X509_ACERT_add1_attr_by_NID ? 3_4_0 EXIST::FUNCTION: X509_ACERT_add1_attr_by_txt ? 3_4_0 EXIST::FUNCTION: +X509_ACERT_sign ? 3_4_0 EXIST::FUNCTION: +X509_ACERT_sign_ctx ? 3_4_0 EXIST::FUNCTION: +X509_ACERT_verify ? 3_4_0 EXIST::FUNCTION: |