30 lines
397 B
XML
Vendored
30 lines
397 B
XML
Vendored
<?xml version="1.0" encoding="US-ASCII"?>
|
|
<testcase>
|
|
<info>
|
|
<keywords>
|
|
HTTPS
|
|
HTTP GET
|
|
</keywords>
|
|
</info>
|
|
|
|
# Client-side
|
|
<client>
|
|
<features>
|
|
Schannel
|
|
</features>
|
|
<name>
|
|
Disable certificate revocation checks
|
|
</name>
|
|
<command>
|
|
--ssl-no-revoke -I https://revoked.badssl.com/
|
|
</command>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
0
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|