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)
commit4d98ca9ff6574d1a76d213b05d1e899e19a2add6 (patch)
treeb57e9bdfe0b633d06134a8effc53dd85481ea59a /Misc
parente0f0cf406757cea35db0aeaad592c2418d521b45 (diff)
downloadcpython-4d98ca9ff6574d1a76d213b05d1e899e19a2add6.zip
cpython-4d98ca9ff6574d1a76d213b05d1e899e19a2add6.tar.gz
cpython-4d98ca9ff6574d1a76d213b05d1e899e19a2add6.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 94b91bc..450f862 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -66,6 +66,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