mirror of
https://github.com/curl/curl.git
synced 2026-07-24 19:17:20 +03:00
test313: disable via <features> 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 to8adee8824c#16862 Follow-up to8b1b5cd4d2#16660 Closes #16865
This commit is contained in:
parent
5c131c6c46
commit
f07d57b955
2 changed files with 4 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -14,6 +14,10 @@ CRL
|
|||
<features>
|
||||
SSL
|
||||
local-http
|
||||
!bearssl
|
||||
!Schannel
|
||||
!sectransp
|
||||
!wolfssl
|
||||
</features>
|
||||
<server>
|
||||
https test-localhost.pem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue