aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDamian Hobson-Garcia <dhobsong@igel.co.jp>2023-06-30 17:12:57 -0400
committerMatt Caswell <matt@openssl.org>2024-04-24 14:05:35 +0100
commit1eeec94f1fd7de60248d1093d5552dc1f05c2fc9 (patch)
tree7e3a18eb67d62ca5cf68963af1f48ab008c8f2b2 /util
parentb97fb22f596bfb528e69402b1bdcdf144a563918 (diff)
downloadopenssl-1eeec94f1fd7de60248d1093d5552dc1f05c2fc9.tar.gz
x509_acert: Add and retrieve certificate extensions
Add API to manage attribute certificate extensions 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 9b4cd8388b..f9ff950f21 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5615,3 +5615,6 @@ 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:
+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: