aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2015-02-14 18:35:27 +0100
committerSteve Holme <steve_holme@hotmail.com>2015-02-14 20:30:32 +0000
commit49655a6822c6d799d13341f43fdbad15d52c2068 (patch)
treee5b9294331b761babe902617b54bc49a21f48936
parent1385199e80ddf8b217251f728b5be027ffc7226b (diff)
curl.1: --cert-status is also supported by OpenSSL now
-rw-r--r--docs/curl.12
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 03944cae9..710283f3a 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -560,7 +560,7 @@ If this option is enabled and the server sends an invalid (e.g. expired)
response, if the response suggests that the server certificate has been revoked,
or no response at all is received, the verification fails.
-This is currently only implemented in the GnuTLS and NSS backends.
+This is currently only implemented in the OpenSSL, GnuTLS and NSS backends.
(Added in 7.41.0)
.IP "-f, --fail"
(HTTP) Fail silently (no output at all) on server errors. This is mostly done