]> granicus.if.org Git - python/commit
Issue #4870: Add an `options` attribute to SSL contexts, as well as
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 21 May 2010 09:56:06 +0000 (09:56 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 21 May 2010 09:56:06 +0000 (09:56 +0000)
commitb52187710e4b486b33624fbde9ba646bc8e925fc
tree3f1c6369c64536edc721855273a793339a0fba9f
parent955d1b22e2b7c1e42a23565e29ba150f1fc9a0ef
Issue #4870: Add an `options` attribute to SSL contexts, as well as
several ``OP_*`` constants to the `ssl` module.  This allows to selectively
disable protocol versions, when used in combination with `PROTOCOL_SSLv23`.
Doc/library/ssl.rst
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c