diff options
author | Tim Hudson <tjh@cryptsoft.com> | 2020-06-01 11:52:23 +0200 |
---|---|---|
committer | Tim Hudson <tjh@openssl.org> | 2020-06-01 11:52:23 +0200 |
commit | c7f837cfcc5b2e5cd8eeeff82e0245323f206d02 (patch) | |
tree | 73b6c9945e8fbc9e7874973820ed25365822cdf4 /util/libssl.num | |
parent | Make BIO_do_connect() and friends handle multiple IP addresses (diff) | |
download | openssl-c7f837cfcc5b2e5cd8eeeff82e0245323f206d02.tar.xz openssl-c7f837cfcc5b2e5cd8eeeff82e0245323f206d02.zip |
undeprecate SSL_CTX_load_verify_locations and X509_STORE_load_locations
The underlying functions remain and these are widely used.
This undoes the deprecation part of PR8442
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12001)
Diffstat (limited to 'util/libssl.num')
-rw-r--r-- | util/libssl.num | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/libssl.num b/util/libssl.num index b8e0982daa..d638088dde 100644 --- a/util/libssl.num +++ b/util/libssl.num @@ -354,7 +354,7 @@ SSL_set_session_id_context 354 3_0_0 EXIST::FUNCTION: SSL_new 355 3_0_0 EXIST::FUNCTION: TLSv1_1_method 356 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_1_1_0,TLS1_1_METHOD SSL_CTX_get_cert_store 357 3_0_0 EXIST::FUNCTION: -SSL_CTX_load_verify_locations 358 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0 +SSL_CTX_load_verify_locations 358 3_0_0 EXIST::FUNCTION: SSL_SESSION_print_fp 359 3_0_0 EXIST::FUNCTION:STDIO SSL_get0_dane_tlsa 360 3_0_0 EXIST::FUNCTION: SSL_CTX_set_generate_session_id 361 3_0_0 EXIST::FUNCTION: |