New OPENSSL_LOAD_CONF define to load openssl.cnf
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 91b01bc91935d6e41e238c2bc12b203d3c02d96c..8f7374e263d2fe20330b1bb4a450add3d0327081 100644 (file)
--- a/CHANGES
+++ b/CHANGES
          *) applies to 0.9.6a ... 0.9.6d and 0.9.7
          +) applies to 0.9.7 only
 
+  +) Add and OPENSSL_LOAD_CONF define which will cause
+     OpenSSL_add_all_algorithms() to load the openssl.cnf config file.
+     This allows older applications to transparently support certain
+     OpenSSL features: such as crypto acceleration and dynamic ENGINE loading.
+     Two new functions OPENSSL_add_all_algorithms_noconf() which will never
+     load the config file and OPENSSL_add_all_algorithms_conf() which will
+     always load it have also been added.
+     [Steve Henson]
+
   +) Config modules support in openssl utility.
 
      Most commands now load modules from the config file,