Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-04-03 12:03:34 +0300
committerMatt Caswell <matt@openssl.org>2018-04-05 17:30:12 +0300
commitfdb8113daedbcc01e3effc5b0a1ed97558d700a5 (patch)
tree5779fbf6ef2747123bbe64c816ae3a54bcf757e4 /CHANGES
parentd8f031e890d35887047c35b60347ac385b989065 (diff)
Document the change in the previous commit about loading the config file
When libssl is initialised it will attempt to load any config file. This ensures any system_default configuration (as per https://github.com/openssl/openssl/pull/4848) is used. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5818)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 40b58239d5..e5f6cb6c9d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,9 @@
in libcrypto when run as setuid/setgid.
[Bernd Edlinger]
+ *) Load any config file by default when libssl is used.
+ [Matt Caswell]
+
*) Added new public header file <openssl/rand_drbg.h> and documentation
for the RAND_DRBG API. See manual page RAND_DRBG(7) for an overview.
[Matthias St. Pierre]