]> granicus.if.org Git - python/commit
Issue #26173: Fix test_ssl confusion with non-existing cert and wrongcert.pem
authorMartin Panter <vadmium+py@gmail.com>
Sat, 30 Jan 2016 02:36:00 +0000 (02:36 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sat, 30 Jan 2016 02:36:00 +0000 (02:36 +0000)
commitfd8e8504e27ce4b53c0ae6acfd3cf54f67fe98ce
treee1fdd163433ae72c4d58102604c4714bfbfe403e
parenta339e86dc052f6fca7adcde4ea7cefd4c265b5b3
Issue #26173: Fix test_ssl confusion with non-existing cert and wrongcert.pem

Testing for a non-existing certificate file is already done in test_errors().
The wrongcert.pem test was originally testing behaviour with a mismatched
certificate.
Lib/test/test_ssl.py