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 forest, giampaolo.rodola, hodgestar, janssen, jcea, pitrou
Date 2010-05-04.14:07:44
SpamBayes Score 0.00038159927
Marked as misclassified No
Message-id <1272982067.38.0.825624874333.issue3823@psf.upfronthosting.co.za>
In-reply-to
Content
There's a patch in issue8550 to expose SSL contexts as first-class objects. It allows you to create first your context object(s) and load certificates, then drop privileges, then create sockets using this/these contexts.
In any case, resolution can't happen before 3.2. 2.7 is in feature freeze now.
History
Date User Action Args
2010-05-04 14:07:47pitrousetrecipients: + pitrou, jcea, janssen, forest, giampaolo.rodola, hodgestar
2010-05-04 14:07:47pitrousetmessageid: <1272982067.38.0.825624874333.issue3823@psf.upfronthosting.co.za>
2010-05-04 14:07:44pitroulinkissue3823 messages
2010-05-04 14:07:44pitroucreate