summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-08-19 15:36:29 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-08-19 15:36:29 (GMT)
commit10107813acc9a9c5895f4e00e264bc605443c538 (patch)
treeef38953180e613b3cff2253435fd1be4e73e316c /Misc
parentf65d454a5e8355663c84589b5c6b347e3552e9e5 (diff)
downloadcpython-10107813acc9a9c5895f4e00e264bc605443c538.zip
cpython-10107813acc9a9c5895f4e00e264bc605443c538.tar.gz
cpython-10107813acc9a9c5895f4e00e264bc605443c538.tar.bz2
Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of
OpenSSL 1.0.0+ instead of the deprecated CRYPTO id callback function.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 600fc77..0f4b701 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,9 @@ Core and Builtins
Library
-------
+- Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of
+ OpenSSL 1.0.0+ instead of the deprecated CRYPTO id callback function.
+
- Issue #18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok.
- Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke