Skip to content
  1. Feb 13, 2011
  2. Feb 10, 2011
  3. Feb 09, 2011
    • Quinn Slack's avatar
      CURLE_TLSAUTH_FAILED: removed · 3cffcba3
      Quinn Slack authored
      On second thought, I think CURLE_TLSAUTH_FAILED should be eliminated. It
      was only being raised when an internal error occurred while allocating
      or setting the GnuTLS SRP client credentials struct. For TLS
      authentication failures, the general CURLE_SSL_CONNECT_ERROR seems
      appropriate; its error string already includes "passwords" as a possible
      cause. Having a separate TLS auth error code might also cause people to
      think that a TLS auth failure means the wrong username or password was
      entered, when it could also be a sign of a man-in-the-middle attack.
      3cffcba3
    • Quinn Slack's avatar
      TLS-SRP: new options documented · ae7fe3b7
      Quinn Slack authored
      ae7fe3b7
    • Daniel Stenberg's avatar
      CURLOPT_SOCKOPTFUNCTION: return proper error code · b370fcd3
      Daniel Stenberg authored
      When the callback returns an error, this function must make sure to return
      CURLE_ABORTED_BY_CALLBACK properly and not CURLE_OK as before to allow the
      callback to properly abort the operation.
      b370fcd3
  4. Feb 08, 2011
  5. Feb 07, 2011
  6. Feb 03, 2011
  7. Feb 02, 2011
  8. Jan 31, 2011
  9. Jan 29, 2011
  10. Jan 28, 2011
    • Pierre Joye's avatar
      Windows build: alternative makefile · 76ac6b94
      Pierre Joye authored
      This is a separate makefile for MSVC builds. It is deliberately put in
      another dir than src/ and lib/ to allow a different build experience
      than the previous - at least during a period. Eventually we should
      unify.
      76ac6b94
  11. Jan 27, 2011
  12. Jan 25, 2011
  13. Jan 24, 2011
  14. Jan 22, 2011
  15. Jan 21, 2011
  16. Jan 20, 2011