commit | 6db4944cc57804391b554d96f3400944779617f0 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Dec 19 13:27:11 2011 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Dec 19 13:27:11 2011 +0100 |
tree | a364d79be7e165d959069b3c099416f351e33458 | |
parent | bfaa79a982f1aadfe2aa4e3fdc4ff75153286503 [diff] [blame] |
Issue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE, so that SSL servers choose the cipher based on their own preferences, rather than on the client's.
diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index a2b4040..288b714 100644 --- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py
@@ -98,6 +98,7 @@ ssl.CERT_NONE ssl.CERT_OPTIONAL ssl.CERT_REQUIRED + ssl.OP_CIPHER_SERVER_PREFERENCE self.assertIn(ssl.HAS_SNI, {True, False}) def test_random(self):