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