summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-02-09 12:04:03 +0000
committerMatt Caswell <matt@openssl.org>2016-02-09 15:11:38 +0000
commit722cba232150ff4d7c3ea5cae0d1e90e38a5d7d3 (patch)
tree13b8852fddcc863ace8774db726638d54eb9f20b /CHANGES
parentdde2cde4ed65bf38d743d6938d040dba7473df24 (diff)
Add a CHANGES entry for auto-init and de-init
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9060abe95d..d0bd6ace4d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,12 @@
_______________
Changes between 1.0.2f and 1.1.0 [xx XXX xxxx]
+ *) Added support for auto-initialisation and de-initialisation of the library.
+ OpenSSL no longer requires explicit init or deinit routines to be called,
+ except in certain circumstances. See the
+ OPENSSL_INIT_crypto_library_start() and OPENSSL_INIT_ssl_library_start()
+ man pages for further information.
+ [Matt Caswell]
*) The arguments to the DTLSv1_listen function have changed. Specifically the
"peer" argument is now expected to be a BIO_ADDR object.