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 martius
Recipients asvetlov, brandon-rhodes, christian.heimes, dstufft, giampaolo.rodola, jcea, jgehrcke, kristjan.jonsson, martius, njs, orsenthil, pitrou
Date 2017-11-30.15:55:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512057302.88.0.213398074469.issue16487@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, PyOpenSSL allows to load certificates and keys from a memory buffer and much more. It's also fairly easy to switch from ssl to PyOpenSSL.

It's probably a viable alternative in many cases.
History
Date User Action Args
2017-11-30 15:55:02martiussetrecipients: + martius, jcea, orsenthil, pitrou, kristjan.jonsson, giampaolo.rodola, christian.heimes, njs, asvetlov, jgehrcke, brandon-rhodes, dstufft
2017-11-30 15:55:02martiussetmessageid: <1512057302.88.0.213398074469.issue16487@psf.upfronthosting.co.za>
2017-11-30 15:55:02martiuslinkissue16487 messages
2017-11-30 15:55:02martiuscreate