mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 00:55:04 -05:00
2429f45a97
The CMake option is now called CMAKE_USE_SCHANNEL The winbuild flag is USE_SCHANNEL The CI jobs and build scripts only use the new names and the new name options Tests now require 'Schannel' (when necessary) Closes #5795
34 lines
386 B
Plaintext
34 lines
386 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
HTTPS
|
|
HTTP GET
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<features>
|
|
Schannel
|
|
</features>
|
|
<server>
|
|
none
|
|
</server>
|
|
<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>
|