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 pitrou
Recipients Arfrever, benjamin.peterson, flox, giampaolo.rodola, janssen, pitrou, rpetrov, vstinner
Date 2010-04-16.20:34:47
SpamBayes Score 1.9349845e-05
Marked as misclassified No
Message-id <1271450092.12.0.108872128763.issue8322@psf.upfronthosting.co.za>
In-reply-to
Content
A set_ciphers() method turns out to be highly impractical, since the underlying SSL objects are created lazily when we actually connect the socket.
Therefore, I have instead opted for a new "ciphers" argument to the SSL constructor(s). Patch attached.
History
Date User Action Args
2010-04-16 20:34:52pitrousetrecipients: + pitrou, janssen, vstinner, giampaolo.rodola, benjamin.peterson, rpetrov, Arfrever, flox
2010-04-16 20:34:52pitrousetmessageid: <1271450092.12.0.108872128763.issue8322@psf.upfronthosting.co.za>
2010-04-16 20:34:50pitroulinkissue8322 messages
2010-04-16 20:34:50pitroucreate