[issue16692] Support TLS 1.1 and TLS 1.2

Michele Orrù report at bugs.python.org
Wed Mar 20 09:05:03 CET 2013


Michele Orrù added the comment:

synced with tip

> This decorator looks like it would be impressed in a simpler way,
> using unittest.skipIf (or unittest.skipUnless).

> It would be nice to check that connecting succeeds from a
> TLSv1_1 client on a SSLv23 server.

yep, thanks.


> Not sure why you test only with OP_NO_TLSv1_1.
I've just emulated older tests against older TSL protocols. Is there anything wrong you see? 


PS: I have removed ssl.PROTOCOL_* from test_constants, since they are already used in the global variable PROTOCOLS.

----------
Added file: http://bugs.python.org/file29501/issue16692.2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16692>
_______________________________________


More information about the Python-bugs-list mailing list