summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-04-17 17:10:38 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-04-17 17:10:38 (GMT)
commit0a6373c1a928e80c8c3fa9b88d925b3dccc5afc4 (patch)
treea943cdb41cc6eaf54fc12b0dc225b086e4111bc5 /Misc
parent7794b5b52f8c5c4bf465a44a53025e9b6fa49592 (diff)
downloadcpython-0a6373c1a928e80c8c3fa9b88d925b3dccc5afc4.zip
cpython-0a6373c1a928e80c8c3fa9b88d925b3dccc5afc4.tar.gz
cpython-0a6373c1a928e80c8c3fa9b88d925b3dccc5afc4.tar.bz2
Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change the
available cipher list. Helps fix test_ssl with OpenSSL 1.0.0.
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 9f1cba1..dfd0b92 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,9 @@ Core and Builtins
Library
-------
+- Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change the
+ available cipher list. Helps fix test_ssl with OpenSSL 1.0.0.
+
- Issue #2987: RFC2732 support for urlparse (IPv6 addresses). Patch by Tony
Locke and Hans Ulrich Niedermann.