]> granicus.if.org Git - curl/commitdiff
KNOWN_BUGS: #84: CURLINFO_SSL_VERIFYRESULT
authorDaniel Stenberg <daniel@haxx.se>
Wed, 2 Oct 2013 13:30:15 +0000 (15:30 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 2 Oct 2013 13:39:47 +0000 (15:39 +0200)
CURLINFO_SSL_VERIFYRESULT is only implemented for the OpenSSL and NSS
backends and not for any other!

docs/KNOWN_BUGS

index 8e2abd82187c87229081d3067498752544a9a193..d53d970d967850e3f37c6f2f41ba545d3907a307 100644 (file)
@@ -3,6 +3,9 @@ join in and help us correct one or more of these! Also be sure to check the
 changelog of the current development status, as one or more of these problems
 may have been fixed since this was written!
 
+84. CURLINFO_SSL_VERIFYRESULT is only implemented for the OpenSSL and NSS
+  backends, so relying on this information in a generic app is flaky.
+
 83. curl is unable to load non-default openssl engines, because openssl isn't
   initialized properly. This seems to require OpenSSL_config() or
   CONF_modules_load_file() to be used by libcurl but the first seems to not