]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add a CHANGES entry about loading the config file by default
authorMatt Caswell <matt@openssl.org>
Wed, 31 Jul 2019 13:12:15 +0000 (14:12 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 1 Aug 2019 08:59:20 +0000 (09:59 +0100)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9492)

CHANGES

diff --git a/CHANGES b/CHANGES
index dd230d60b53c288696ca97fab771ae06bfd88825..6fbfe0d6664f6592a85995c4d922ce353614bf4c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,12 @@
 
  Changes between 1.1.1 and 3.0.0 [xx XXX xxxx]
 
+  *) Changed the library initialisation so that the config file is now loaded
+     by default. This was already the case for libssl. It now occurs for both
+     libcrypto and libssl. Use the OPENSSL_INIT_NO_LOAD_CONFIG option to
+     OPENSSL_init_crypto() to suppress automatic loading of a config file.
+     [Matt Caswell]
+
   *) Introduced new error raising macros, ERR_raise() and ERR_raise_data(),
      where the former acts as a replacement for ERR_put_error(), and the
      latter replaces the combination ERR_put_error()+ERR_add_error_data().