Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe42d9a commit 1a3e037Copy full SHA for 1a3e037
1 file changed
Lib/test/test_ssl.py
@@ -2957,7 +2957,7 @@ def test_ecc_cert(self):
2957
cipher = s.cipher()[0].split('-')
2958
self.assertTrue(cipher[:2], ('ECDHE', 'ECDSA'))
2959
2960
- @unittest.skipUnless(IS_OPENSSL_3_0_0,
+ @unittest.skipUnless(IS_OPENSSL_3_0_0,
2961
"test requires RFC 5280 check added in OpenSSL 3.0+")
2962
def test_verify_strict(self):
2963
# verification fails by default, since the server cert is non-conforming
0 commit comments