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 jonas.wagner
Recipients janssen, jonas.wagner
Date 2008-06-26.18:34:10
SpamBayes Score 0.013299474
Marked as misclassified No
Message-id <1214505254.08.0.113211233471.issue3212@psf.upfronthosting.co.za>
In-reply-to
Content
Currently test_ssl.py only tests for empty or broken certificates. One
can break certificate validation in _ssl.c and they still pass.

The following patch should fix this.

- Jonas
History
Date User Action Args
2008-06-26 18:34:14jonas.wagnersetspambayes_score: 0.0132995 -> 0.013299474
recipients: + jonas.wagner, janssen
2008-06-26 18:34:14jonas.wagnersetspambayes_score: 0.0132995 -> 0.0132995
messageid: <1214505254.08.0.113211233471.issue3212@psf.upfronthosting.co.za>
2008-06-26 18:34:12jonas.wagnerlinkissue3212 messages
2008-06-26 18:34:11jonas.wagnercreate