This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author maker
Recipients Arfrever, christian.heimes, giampaolo.rodola, jcea, maker, pitrou
Date 2013-03-20.08:05:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363766703.0.0.910160261746.issue16692@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-03-20 08:05:03makersetrecipients: + maker, jcea, pitrou, giampaolo.rodola, christian.heimes, Arfrever
2013-03-20 08:05:03makersetmessageid: <1363766703.0.0.910160261746.issue16692@psf.upfronthosting.co.za>
2013-03-20 08:05:02makerlinkissue16692 messages
2013-03-20 08:05:02makercreate