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 | 10107813acc9a9c5895f4e00e264bc605443c538 (patch) | |
tree | ef38953180e613b3cff2253435fd1be4e73e316c /Misc | |
parent | f65d454a5e8355663c84589b5c6b347e3552e9e5 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |