summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDamian Hobson-Garcia <dhobsong@igel.co.jp>2023-06-30 17:03:57 -0400
committerMatt Caswell <matt@openssl.org>2024-04-24 14:05:35 +0100
commitb97fb22f596bfb528e69402b1bdcdf144a563918 (patch)
treed1595ff10774bf761f6889e9f2131afff8e741fa /util
parent62960b8710a39d58fe386a51dccbd35bd973220f (diff)
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')
-rw-r--r--util/libcrypto.num3
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: