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 vstinner
Recipients christian.heimes, dandrzejewski, dstufft, giampaolo.rodola, larry, ned.deily, pitrou, python-dev, vstinner
Date 2014-03-18.10:05:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395137100.68.0.655545461424.issue8813@psf.upfronthosting.co.za>
In-reply-to
Content
> It was *really* trivial. I just had to expose two simple OpenSSL APIs to enable / disable CRL.

It was trivial thanks to all the work done before around SSLContext. For example, Python 2.7 doesn't have SSLContext, so adding support for CRL in Python 2.7 is non-trivial :-/
History
Date User Action Args
2014-03-18 10:05:00vstinnersetrecipients: + vstinner, pitrou, larry, giampaolo.rodola, christian.heimes, ned.deily, dandrzejewski, python-dev, dstufft
2014-03-18 10:05:00vstinnersetmessageid: <1395137100.68.0.655545461424.issue8813@psf.upfronthosting.co.za>
2014-03-18 10:05:00vstinnerlinkissue8813 messages
2014-03-18 10:05:00vstinnercreate