aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-03-09 11:20:15 +0000
committerMatt Caswell <matt@openssl.org>2016-03-09 12:41:39 +0000
commit5818c2b8399bc9ba3d8572c969a3adf1bd983411 (patch)
tree9513a31e27f882932c46a5b86598b9f20bd380bd /CHANGES
parent2e52e7df518d80188c865ea3f7bb3526d14b0c08 (diff)
downloadopenssl-5818c2b8399bc9ba3d8572c969a3adf1bd983411.tar.gz
Update CHANGES for the new threading API
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a5217e48ba..bbdc21ca5e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,14 @@
Changes between 1.0.2g and 1.1.0 [xx XXX xxxx]
+ *) OpenSSL now uses a new threading API. It is no longer necessary to
+ set locking callbacks to use OpenSSL in a multi-threaded environment. There
+ are two supported threading models: pthreads and windows threads. It is
+ also possible to configure OpenSSL at compile time for "no-threads". The
+ old threading API should no longer be used. The functions have been
+ replaced with "no-op" compatibility macros.
+ [Alessandro Ghedini, Matt Caswell]
+
*) Modify behavior of ALPN to invoke callback after SNI/servername
callback, such that updates to the SSL_CTX affect ALPN.
[Todd Short]