summaryrefslogtreecommitdiffstats
path: root/Lib/test/wrongcert.pem
Commit message (Collapse)AuthorAgeFilesLines
* Issue #26173: Fix test_ssl confusion with non-existing cert and wrongcert.pemMartin Panter2016-01-301-0/+32
Testing for a non-existing certificate file is already done in test_errors(). Copy wrongcert.pem from Python 2 and use it to test the behaviour with a mismatched certificate.