mirror of
https://github.com/curl/curl.git
synced 2025-04-18 16:30:45 +08:00
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
41 lines
517 B
Plaintext
41 lines
517 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
HTTPS
|
|
HTTP GET
|
|
PEM certificate
|
|
CRL
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<features>
|
|
SSL
|
|
local-http
|
|
!bearssl
|
|
!Schannel
|
|
!sectransp
|
|
!wolfssl
|
|
</features>
|
|
<server>
|
|
https test-localhost.pem
|
|
</server>
|
|
<name>
|
|
CRL test
|
|
</name>
|
|
<command>
|
|
-4 --cacert %CERTDIR/certs/test-ca.crt --crlfile %CERTDIR/certs/test-localhost.crl https://localhost:%HTTPSPORT/%TESTNUMBER
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
60
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|