Wrapping with a badly formatted certificate (syntax error)
(self)
| 735 | self.bad_cert_test("nullcert.pem") |
| 736 | |
| 737 | def test_malformed_cert(self): |
| 738 | """Wrapping with a badly formatted certificate (syntax error)""" |
| 739 | self.bad_cert_test("badcert.pem") |
| 740 | |
| 741 | def test_malformed_key(self): |
| 742 | """Wrapping with a badly formatted key (syntax error)""" |
nothing calls this directly
no test coverage detected