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 christian.heimes, ezio.melotti, jcea, pitrou
Date 2013-11-20.19:24:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I think the patch in #16487 does too many things at once. The new patch is a draft for a new patch that adds SSLContext.load_verify_locations(cadata) to the SSL module. cadata can be a bunch of PEM encoded certs (ASCII) or DER encoded certs (bytes-like). The patch may contain bugs as I haven't verified all error paths yet.
History
Date User Action Args
2013-11-20 19:24:21christian.heimessetrecipients: + christian.heimes, jcea, pitrou, ezio.melotti
2013-11-20 19:24:21christian.heimessetmessageid: <[email protected]>
2013-11-20 19:24:21christian.heimeslinkissue18138 messages
2013-11-20 19:24:21christian.heimescreate