summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-08-19 15:36:39 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-08-19 15:36:39 (GMT)
commit85532eb2122bf32a90c6c26983d843b8223df37b (patch)
tree7dbc5ce89259b2adba8d13dd4684c60358793bc1 /Misc
parent3c0a4f5def782dfca3f1a1ce4a739efa12faa1b0 (diff)
parent4d98ca9ff6574d1a76d213b05d1e899e19a2add6 (diff)
downloadcpython-85532eb2122bf32a90c6c26983d843b8223df37b.zip
cpython-85532eb2122bf32a90c6c26983d843b8223df37b.tar.gz
cpython-85532eb2122bf32a90c6c26983d843b8223df37b.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 c156b1d..f5dbfee 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,6 +34,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