]> git.ipfire.org Git - thirdparty/openssl.git/commit
undeprecate SSL_CTX_load_verify_locations and X509_STORE_load_locations
authorTim Hudson <tjh@cryptsoft.com>
Mon, 1 Jun 2020 09:52:23 +0000 (19:52 +1000)
committerTim Hudson <tjh@openssl.org>
Mon, 1 Jun 2020 09:52:23 +0000 (19:52 +1000)
commitc7f837cfcc5b2e5cd8eeeff82e0245323f206d02
tree73b6c9945e8fbc9e7874973820ed25365822cdf4
parentdc18e4ddfbd55b738dd7ccd9347accf6c5b342f6
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)
CHANGES.md
crypto/x509/x509_d2.c
doc/man3/SSL_CTX_load_verify_locations.pod
doc/man3/X509_STORE_add_cert.pod
include/openssl/ssl.h
include/openssl/x509_vfy.h
ssl/ssl_lib.c
util/libcrypto.num
util/libssl.num