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 asvetlov, brandon-rhodes, christian.heimes, dstufft, giampaolo.rodola, jcea, kristjan.jonsson, martius, pitrou, vstinner
Date 2015-07-09.13:42:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <559E7A48.80606@free.fr>
In-reply-to <1436449222.98.0.779936716317.issue16487@psf.upfronthosting.co.za>
Content
Le 09/07/2015 15:40, Martin Richard a écrit :
> 
> And if certfile and keyfile (args of load_cert_chain()) accept
file-like objects, we agree that cafile (load_verify_location()) should
accept them too?

It could, but that's a separate issue. Let's stay focused on what is
necessary to solve this use case, IMO (i.e. specify non-file-backed data
as a certification chain or private key).
History
Date User Action Args
2015-07-09 13:42:36pitrousetrecipients: + pitrou, jcea, kristjan.jonsson, vstinner, giampaolo.rodola, christian.heimes, asvetlov, brandon-rhodes, dstufft, martius
2015-07-09 13:42:36pitroulinkissue16487 messages
2015-07-09 13:42:36pitroucreate