summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorPaul Yang <kaishen.yy@antfin.com>2020-01-13 14:26:11 +0800
committerPaul Yang <kaishen.yy@antfin.com>2020-01-17 11:30:33 +0800
commitfe4309b0de64502398116f648cc7f2068e1a1537 (patch)
treea4bc6f6fe4b87f1984ae05e94fe1ff2e5362a0c6 /util
parent83c51006759437b8643264c5fb748030fd6aaef5 (diff)
Add duplication APIs to ASN1_TIME and related types
Fixes #10600. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/10823)
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 049380a715..2d034afaa4 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4915,3 +4915,6 @@ EVP_PKEY_CTX_new_from_name ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_CTX_new_from_pkey ? 3_0_0 EXIST::FUNCTION:
OSSL_SELF_TEST_set_callback ? 3_0_0 EXIST::FUNCTION:
OSSL_SELF_TEST_get_callback ? 3_0_0 EXIST::FUNCTION:
+ASN1_TIME_dup ? 3_0_0 EXIST::FUNCTION:
+ASN1_UTCTIME_dup ? 3_0_0 EXIST::FUNCTION:
+ASN1_GENERALIZEDTIME_dup ? 3_0_0 EXIST::FUNCTION: