Wrapping with a badly formatted key (syntax error)
(self)
| 739 | self.bad_cert_test("badcert.pem") |
| 740 | |
| 741 | def test_malformed_key(self): |
| 742 | """Wrapping with a badly formatted key (syntax error)""" |
| 743 | self.bad_cert_test("badkey.pem") |
| 744 | |
| 745 | def test_server_side(self): |
| 746 | # server_hostname doesn't work for server sockets |
nothing calls this directly
no test coverage detected