]> granicus.if.org Git - python/commit
Issue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE, so that SSL servers
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 19 Dec 2011 12:27:11 +0000 (13:27 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 19 Dec 2011 12:27:11 +0000 (13:27 +0100)
commit6db4944cc57804391b554d96f3400944779617f0
treea364d79be7e165d959069b3c099416f351e33458
parentbfaa79a982f1aadfe2aa4e3fdc4ff75153286503
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.
Doc/library/ssl.rst
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c