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, jgehrcke, kristjan.jonsson, martius, njs, orsenthil, pitrou
Date 2017-11-30.12:03:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512043419.56.0.213398074469.issue16487@psf.upfronthosting.co.za>
In-reply-to
Content
I'm working on a PEP that builds on top of PEP 543 and addresses some issues like IDNA #28414, OpenSSL/LibreSSL compatibility, hostname verification, verification chain, and TLS 1.3. As part of the PEP implementation, I'll add a certificate class.

I don't to introduce yet another way to load a certificate. The C code is already complicated enough.
History
Date User Action Args
2017-11-30 12:03:39christian.heimessetrecipients: + christian.heimes, jcea, orsenthil, pitrou, kristjan.jonsson, giampaolo.rodola, njs, asvetlov, jgehrcke, brandon-rhodes, dstufft, martius
2017-11-30 12:03:39christian.heimessetmessageid: <1512043419.56.0.213398074469.issue16487@psf.upfronthosting.co.za>
2017-11-30 12:03:39christian.heimeslinkissue16487 messages
2017-11-30 12:03:39christian.heimescreate