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 christian.heimes
Recipients asvetlov, brandon-rhodes, christian.heimes, dstufft, giampaolo.rodola, jcea, kristjan.jonsson, martius, pitrou, vstinner
Date 2015-07-09.13:48:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436449693.16.0.675414948951.issue16487@psf.upfronthosting.co.za>
In-reply-to
Content
I'd rather introduce new types and have the function accept either a string (for path to fiel) or a X509 object and a PKey object. It's more flexible and secure. With a private key type we can properly support crypto ENGINEs and wipe memory when the object gets deallocated.
History
Date User Action Args
2015-07-09 13:48:13christian.heimessetrecipients: + christian.heimes, jcea, pitrou, kristjan.jonsson, vstinner, giampaolo.rodola, asvetlov, brandon-rhodes, dstufft, martius
2015-07-09 13:48:13christian.heimessetmessageid: <1436449693.16.0.675414948951.issue16487@psf.upfronthosting.co.za>
2015-07-09 13:48:13christian.heimeslinkissue16487 messages
2015-07-09 13:48:12christian.heimescreate