commit | 3464ea2807b6ba2d132ef27b65535116ab993eba | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Mon Feb 01 21:58:11 2016 +0000 |
committer | Martin Panter <vadmium+py@gmail.com> | Mon Feb 01 21:58:11 2016 +0000 |
tree | c848161fa1b7478d7b9a96685c886e4938249724 | |
parent | 5f0c5d92ef4b77f1d8a3610d3bb8022ee71db100 [diff] |
Issue #26173: Separate bad cert file tests and client rejection test Test test_wrong_cert() runs a server that rejects the client's certificate, so ECONNRESET is reasonable in addition to SSLError. On the other hand, the other three tests don't even need to run a server because they are just testing the parsing of invalid certificate files. Also fix a ResourceWarning by closing the wrapped socket.