mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
172b2beba6
New tool option --ssl-no-revoke. New value CURLSSLOPT_NO_REVOKE for CURLOPT_SSL_OPTIONS. Currently this option applies only to WinSSL where we have automatic certificate revocation checking by default. According to the ssl-compared chart there are other backends that have automatic checking (NSS, wolfSSL and DarwinSSL) so we could possibly accommodate them at some later point. Bug: https://github.com/bagder/curl/issues/264 Reported-by: zenden2k <zenden2k@gmail.com>
34 lines
381 B
Plaintext
34 lines
381 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
HTTPS
|
|
HTTP GET
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<features>
|
|
WinSSL
|
|
</features>
|
|
<server>
|
|
none
|
|
</server>
|
|
<name>
|
|
Disable certificate revocation checks
|
|
</name>
|
|
<command>
|
|
--ssl-no-revoke -I https://revoked.grc.com/
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
0
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|