From f07d57b95528a31e85799c04250f0b1a69fa4496 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 29 Mar 2025 13:07:57 +0100 Subject: [PATCH] test313: disable via `` for backends without CRL support Instead of via `tests/data/DISABLED` file. They are all missing CRL feature support, as opposed to being broken. Follow-up to 8adee8824cba23b7f3738b551a84101009f8a8d1 #16862 Follow-up to 8b1b5cd4d2df3a8c2c0108d1d2b5d519b7ece23e #16660 Closes #16865 --- tests/data/DISABLED | 16 ---------------- tests/data/test313 | 4 ++++ 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/tests/data/DISABLED b/tests/data/DISABLED index a3cd95e210..5b27569ce8 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -55,22 +55,6 @@ 1801 # 2043 -# The CRL test doesn't work with wolfSSL -%if wolfssl -313 -%endif -# The CRL test doesn't work with BearSSL -%if bearssl -313 -%endif -# Schannel does not support CRL file -%if Schannel -313 -%endif -# Secure Transport does not support CRL file -%if sectransp -313 -%endif %if WinIDN 165 %endif diff --git a/tests/data/test313 b/tests/data/test313 index 2544f1f37f..8c6c04d07a 100644 --- a/tests/data/test313 +++ b/tests/data/test313 @@ -14,6 +14,10 @@ CRL SSL local-http +!bearssl +!Schannel +!sectransp +!wolfssl https test-localhost.pem -- 2.47.2