]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
pytest: enable OCSP test 17_08 for LibreSSL
authorViktor Szakats <commit@vsz.me>
Thu, 1 Jan 2026 22:19:07 +0000 (23:19 +0100)
committerViktor Szakats <commit@vsz.me>
Thu, 1 Jan 2026 22:46:05 +0000 (23:46 +0100)
Before: 735 passed, 115 skipped
After: 738 passed, 112 skipped

Closes #20149

tests/http/test_17_ssl_use.py

index 85c43d568e2ce06e11b70d403ed65cfb0c35cd41..6618a5d7137ab469ae0cbe97c121da174618ed90 100644 (file)
@@ -293,8 +293,9 @@ class TestSSLUse:
     @pytest.mark.parametrize("proto", Env.http_protos())
     def test_17_08_cert_status(self, env: Env, proto, httpd, nghttpx):
         if not env.curl_uses_lib('openssl') and \
-           not env.curl_uses_lib('gnutls') and \
-           not env.curl_uses_lib('quictls'):
+           not env.curl_uses_lib('quictls') and \
+           not env.curl_uses_lib('libressl') and \
+           not env.curl_uses_lib('gnutls'):
             pytest.skip("TLS library does not support --cert-status")
         curl = CurlClient(env=env)
         domain = 'localhost'