diff options
author | Christian Heimes <christian@cheimes.de> | 2013-08-19 15:36:39 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-08-19 15:36:39 (GMT) |
commit | 85532eb2122bf32a90c6c26983d843b8223df37b (patch) | |
tree | 7dbc5ce89259b2adba8d13dd4684c60358793bc1 /Misc | |
parent | 3c0a4f5def782dfca3f1a1ce4a739efa12faa1b0 (diff) | |
parent | 4d98ca9ff6574d1a76d213b05d1e899e19a2add6 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |