]> granicus.if.org Git - curl/commitdiff
libcurl-errors.3: add two missing error codes
authorDaniel Stenberg <daniel@haxx.se>
Thu, 17 Sep 2015 06:48:15 +0000 (08:48 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 17 Sep 2015 06:49:06 +0000 (08:49 +0200)
CURLE_SSL_PINNEDPUBKEYNOTMATCH and CURLE_SSL_INVALIDCERTSTATUS

docs/libcurl/libcurl-errors.3

index 3828996f84ea391daf7eed58d3f7fd8c188b1c3e..5aa8876d5a48f6b3069a0ce917967f00a83b9d61 100644 (file)
@@ -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.