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 miniCruzer
Recipients alex, christian.heimes, dstufft, giampaolo.rodola, janssen, miniCruzer, pitrou
Date 2015-07-01.02:29:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435717778.85.0.15364958143.issue24542@psf.upfronthosting.co.za>
In-reply-to
Content
Realizing the _ssl module does not import very many constants, I think it might be worth while to reimplement and document SSL_OP_NO_TICKET (0x00004000) as it's another one of the "enable this for improved security at a cost" options like SSL_OP_SINGLE_DH_USE and SSL_OP_SINGLE_ECDH_USE. 

This appears to effect Python 2.7+.
History
Date User Action Args
2015-07-01 02:29:38miniCruzersetrecipients: + miniCruzer, janssen, pitrou, giampaolo.rodola, christian.heimes, alex, dstufft
2015-07-01 02:29:38miniCruzersetmessageid: <1435717778.85.0.15364958143.issue24542@psf.upfronthosting.co.za>
2015-07-01 02:29:38miniCruzerlinkissue24542 messages
2015-07-01 02:29:38miniCruzercreate