• Daniel Stenberg's avatar
    - PHP's bug report #43158 (http://bugs.php.net/bug.php?id=43158) identifies a · ae654266
    Daniel Stenberg authored
      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.
    ae654266
To find the state of this project's repository at the time of any of these versions, check out the tags.