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 Joe N
Recipients Joe N, christian.heimes, docs@python
Date 2018-07-09.19:13:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531163616.13.0.56676864532.issue34078@psf.upfronthosting.co.za>
In-reply-to
Content
CRLs in ssl.py or at the documentation is broken. Specifically I think the documentation here is wrong: https://docs.python.org/3/library/ssl.html#ssl.SSLContext.load_verify_locations

Here is a stackoverflow post: https://stackoverflow.com/questions/51196492/how-to-use-crls-in-pyopenssl?noredirect=1#comment89407186_51196492 

I made a very user friendly test suite of files to show how it is broken. 

Run the code in here (follow readme instructions) to see the bug.
https://github.com/nettijoe96/bugInSSL
History
Date User Action Args
2018-07-09 19:13:36Joe Nsetrecipients: + Joe N, christian.heimes, docs@python
2018-07-09 19:13:36Joe Nsetmessageid: <1531163616.13.0.56676864532.issue34078@psf.upfronthosting.co.za>
2018-07-09 19:13:36Joe Nlinkissue34078 messages
2018-07-09 19:13:36Joe Ncreate