New functions CONF_load_bio() and CONF_load_fp() to load a configuration
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 0902e037ceb709604ccba8983d9ab5507ad6f070..e5571b134f759d4fca61e694f9ff53b583f1daea 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
 
  Changes between 0.9.3a and 0.9.4
 
+  *) New functions CONF_load_bio() and CONF_load_fp() to allow a config
+     file to be loaded from a BIO or FILE pointer. The BIO version will
+     for example allow memory BIOs to contain config info.
+     [Steve Henson]
+
   *) New function "CRYPTO_num_locks" that returns CRYPTO_NUM_LOCKS.
      Whoever hopes to achieve shared-library compatibility across versions
      must use this, not the compile-time macro.