summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHan Han <hhan@thousandeyes.com>2018-11-19 15:57:44 -0800
committerHan Han <hhan@thousandeyes.com>2018-11-19 15:57:44 -0800
commit89d2e95f783963778b3db45a398360b94587c295 (patch)
treea711847a327a7e875ad527f8c4cfef9ac3c013e1
parent0fd4427f40b9b5a10c53650fabc9d049e0d33c23 (diff)
downloadcurl-89d2e95f783963778b3db45a398360b94587c295.tar.gz
docs: add more description to unified ssl error codes
-rw-r--r--docs/libcurl/libcurl-errors.38
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/libcurl/libcurl-errors.3 b/docs/libcurl/libcurl-errors.3
index 501d22718..26def4fec 100644
--- a/docs/libcurl/libcurl-errors.3
+++ b/docs/libcurl/libcurl-errors.3
@@ -162,8 +162,6 @@ libcurl. The error buffer might contain more specific information about which
exact option it concerns.
.IP "CURLE_TELNET_OPTION_SYNTAX (49)"
A telnet option string was Illegally formatted.
-.IP "CURLE_PEER_FAILED_VERIFICATION (51)"
-The remote server's SSL certificate or SSH md5 fingerprint was deemed not OK.
.IP "CURLE_GOT_NOTHING (52)"
Nothing was returned from the server, and under the circumstances, getting
nothing is considered an error.
@@ -179,8 +177,10 @@ Failure with receiving network data.
problem with the local client certificate.
.IP "CURLE_SSL_CIPHER (59)"
Couldn't use specified cipher.
-.IP "CURLE_SSL_CACERT (60)"
-Peer certificate cannot be authenticated with known CA certificates.
+.IP "CURLE_PEER_FAILED_VERIFICATION (60)"
+The remote server's SSL certificate or SSH md5 fingerprint was deemed not OK.
+This error code has been unified with CURLE_SSL_CACERT since 7.62.0. Its
+previous value was 51.
.IP "CURLE_BAD_CONTENT_ENCODING (61)"
Unrecognized transfer encoding.
.IP "CURLE_LDAP_INVALID_URL (62)"