summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2016-09-05 21:23:24 (GMT)
committerChristian Heimes <christian@python.org>2016-09-05 21:23:24 (GMT)
commit01113faef983fc5c495fbacc00bbb55eab02dfc3 (patch)
tree0ee26fb3a14c2a9e45f293ad1297553c18f9b7e3 /Misc
parentae8298bfb78eebc6c1bf914c89ec397121640a94 (diff)
parent598894ff48e9c1171cb2ec1c798235826a75c7e0 (diff)
downloadcpython-01113faef983fc5c495fbacc00bbb55eab02dfc3.zip
cpython-01113faef983fc5c495fbacc00bbb55eab02dfc3.tar.gz
cpython-01113faef983fc5c495fbacc00bbb55eab02dfc3.tar.bz2
Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5fdabe0..428cf2f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -75,6 +75,8 @@ Core and Builtins
Library
-------
+- Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.
+
- Issue #11620: Fix support for SND_MEMORY in winsound.PlaySound. Based on a
patch by Tim Lesher.