From 69842f2ef7daf132291420391b6098aac2e4a7dc Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 2 Mar 2024 09:08:41 +0000 Subject: Remove beck's ASN.1 time API from public visibility This API was needed since OpenSSL didn't have one. We now have variants of OpenSSL's API and will also expose BoringSSL's complementary API. The users of this API were ported to the OpenSSL variants and some may switch to BoringSSL's in the future. Part of it is still used internally. ASN1_time_tm_clamp_notafter() is still used by libtls (and only libtls). This will be fixed in a future bump. ok jsing --- src/lib/libcrypto/Symbols.namespace | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lib/libcrypto/Symbols.namespace') diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index 6bcd61696e..c35225e798 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace @@ -1025,7 +1025,6 @@ _libre_ASN1_TIME_normalize _libre_ASN1_TIME_set_string_X509 _libre_ASN1_TIME_diff _libre_ASN1_TIME_set -_libre_ASN1_TIME_set_tm _libre_ASN1_TIME_adj _libre_ASN1_TIME_check _libre_ASN1_TIME_to_generalizedtime @@ -1103,8 +1102,6 @@ _libre_ASN1_item_print _libre_SMIME_crlf_copy _libre_SMIME_text _libre_ERR_load_ASN1_strings -_libre_ASN1_time_parse -_libre_ASN1_time_tm_cmp _libre_BIO_set_flags _libre_BIO_test_flags _libre_BIO_clear_flags -- cgit v1.2.3-55-g6feb