commit | 8abdb8abd856f0dbbb3120428f0bf1d282007c32 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Dec 20 10:13:40 2011 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Dec 20 10:13:40 2011 +0100 |
tree | 051c7264f4bfc195f49136483c263808d4ef7e4b | |
parent | 3563b18c19c37902ecbc6ab28c92b3674a3eed32 [diff] [blame] |
Issue #13634: Add support for querying and disabling SSL compression.
diff --git a/Misc/NEWS b/Misc/NEWS index 926184d..7f72133 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -419,6 +419,8 @@ Library ------- +- Issue #13634: Add support for querying and disabling SSL compression. + - Issue #13627: Add support for SSL Elliptic Curve-based Diffie-Hellman key exchange, through the SSLContext.set_ecdh_curve() method and the ssl.OP_SINGLE_ECDH_USE option.