diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-09-17 08:48:15 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-09-17 08:49:06 +0200 |
commit | 887a4a19aa1ddad54f9fb1b5f0abd6b452fcecab (patch) | |
tree | 1365853f4a1155c05b8302050125b0f4bf191343 | |
parent | b550a1c067c3240f820a33220571071d3efcbf9c (diff) |
libcurl-errors.3: add two missing error codes
CURLE_SSL_PINNEDPUBKEYNOTMATCH and CURLE_SSL_INVALIDCERTSTATUS
-rw-r--r-- | docs/libcurl/libcurl-errors.3 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/libcurl/libcurl-errors.3 b/docs/libcurl/libcurl-errors.3 index 3828996f8..5aa8876d5 100644 --- a/docs/libcurl/libcurl-errors.3 +++ b/docs/libcurl/libcurl-errors.3 @@ -247,6 +247,10 @@ Chunk callback reported error. .IP "CURLE_NO_CONNECTION_AVAILABLE (89)" (For internal use only, will never be returned by libcurl) No connection available, the session will be queued. (added in 7.30.0) +.IP "CURLE_SSL_PINNEDPUBKEYNOTMATCH (90)" +Failed to match the pinned key specified with \fICURLOPT_PINNEDPUBLICKEY(3)\fP. +.IP "CURLE_SSL_INVALIDCERTSTATUS (91)" +Status returned failure when asked with \fICURLOPT_SSL_VERIFYSTATUS(3)\fP. .IP "CURLE_OBSOLETE*" These error codes will never be returned. They were used in an old libcurl version and are currently unused. |