]> granicus.if.org Git - curl/commit
- PHP's bug report #43158 (http://bugs.php.net/bug.php?id=43158) identifies a
authorDaniel Stenberg <daniel@haxx.se>
Wed, 30 Jul 2008 21:24:59 +0000 (21:24 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 30 Jul 2008 21:24:59 +0000 (21:24 +0000)
commitae654266df25c7ddd2ca6bd8d3d32b9942b0b2dd
tree70f3279fa345bb193a17ab983af75c8c5dbd8857
parent03986f1b8b62483da55432fe2b63d0e3d4df2771
- PHP's bug report #43158 (http://bugs.php.net/bug.php?id=43158) identifies a
  true bug in libcurl built with OpenSSL. It made curl_easy_getinfo() more or
  less always return 0 for CURLINFO_SSL_VERIFYRESULT because the function that
  would set it to something non-zero would return before the assign in almost
  all error cases. The internal variable is now set to non-zero from the start
  of the function only to get cleared later on if things work out fine.
CHANGES
RELEASE-NOTES
lib/ssluse.c