diff options
author | tb <> | 2024-03-02 09:08:41 +0000 |
---|---|---|
committer | tb <> | 2024-03-02 09:08:41 +0000 |
commit | 571fe2f9899bd7827fb5664d23260ca3313b4042 (patch) | |
tree | 4587a5a5615e0deb2c1e1b46cb85fcf3f88e91e9 /src/lib/libcrypto/Symbols.namespace | |
parent | 072e3a802a3e57c8384497865cc93a9245048694 (diff) | |
download | openbsd-571fe2f9899bd7827fb5664d23260ca3313b4042.tar.gz openbsd-571fe2f9899bd7827fb5664d23260ca3313b4042.tar.bz2 openbsd-571fe2f9899bd7827fb5664d23260ca3313b4042.zip |
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
Diffstat (limited to 'src/lib/libcrypto/Symbols.namespace')
-rw-r--r-- | src/lib/libcrypto/Symbols.namespace | 3 |
1 files changed, 0 insertions, 3 deletions
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 | |||
1025 | _libre_ASN1_TIME_set_string_X509 | 1025 | _libre_ASN1_TIME_set_string_X509 |
1026 | _libre_ASN1_TIME_diff | 1026 | _libre_ASN1_TIME_diff |
1027 | _libre_ASN1_TIME_set | 1027 | _libre_ASN1_TIME_set |
1028 | _libre_ASN1_TIME_set_tm | ||
1029 | _libre_ASN1_TIME_adj | 1028 | _libre_ASN1_TIME_adj |
1030 | _libre_ASN1_TIME_check | 1029 | _libre_ASN1_TIME_check |
1031 | _libre_ASN1_TIME_to_generalizedtime | 1030 | _libre_ASN1_TIME_to_generalizedtime |
@@ -1103,8 +1102,6 @@ _libre_ASN1_item_print | |||
1103 | _libre_SMIME_crlf_copy | 1102 | _libre_SMIME_crlf_copy |
1104 | _libre_SMIME_text | 1103 | _libre_SMIME_text |
1105 | _libre_ERR_load_ASN1_strings | 1104 | _libre_ERR_load_ASN1_strings |
1106 | _libre_ASN1_time_parse | ||
1107 | _libre_ASN1_time_tm_cmp | ||
1108 | _libre_BIO_set_flags | 1105 | _libre_BIO_set_flags |
1109 | _libre_BIO_test_flags | 1106 | _libre_BIO_test_flags |
1110 | _libre_BIO_clear_flags | 1107 | _libre_BIO_clear_flags |