summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorTim Hudson <tjh@cryptsoft.com>2020-06-01 19:52:23 +1000
committerTim Hudson <tjh@openssl.org>2020-06-01 19:52:23 +1000
commitc7f837cfcc5b2e5cd8eeeff82e0245323f206d02 (patch)
tree73b6c9945e8fbc9e7874973820ed25365822cdf4 /CHANGES.md
parentdc18e4ddfbd55b738dd7ccd9347accf6c5b342f6 (diff)
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 'CHANGES.md')
-rw-r--r--CHANGES.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 10fd8d541d..241d6ca23c 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -542,13 +542,6 @@ OpenSSL 3.0
- SSL_CTX_load_verify_dir()
- SSL_CTX_load_verify_store()
- Also, the following functions are now deprecated:
-
- - X509_STORE_load_locations() (use X509_STORE_load_file(),
- X509_STORE_load_path() or X509_STORE_load_store() instead)
- - SSL_CTX_load_verify_locations() (use SSL_CTX_load_verify_file(),
- SSL_CTX_load_verify_dir() or SSL_CTX_load_verify_store() instead)
-
*Richard Levitte*
* Added a new method to gather entropy on VMS, based on SYS$GET_ENTROPY.