Skip to content
  1. Nov 15, 2014
  2. Nov 09, 2014
  3. Nov 07, 2014
  4. Nov 06, 2014
  5. Nov 05, 2014
  6. Nov 04, 2014
  7. Nov 03, 2014
  8. Nov 02, 2014
  9. Oct 31, 2014
  10. Oct 30, 2014
  11. Oct 29, 2014
    • Daniel Stenberg's avatar
      opts: added some "SEE ALSO" references · e102478b
      Daniel Stenberg authored
      e102478b
    • Steve Holme's avatar
      sasl_sspi: Allow DIGEST-MD5 to use current windows credentials · f7e24683
      Steve Holme authored
      Fixed the ability to use the current log-in credentials with DIGEST-MD5.
      I had previously disabled this functionality in commit 607883f1 as I
      couldn't get this to work under Windows 8, however, from testing HTTP
      Digest authentication through Windows SSPI and then further testing of
      this code I have found it works in Windows 7.
      
      Some further investigation is required to see what the differences are
      between Windows 7 and 8, but for now enable this functionality as the
      code will return an error when AcquireCredentialsHandle() fails.
      f7e24683
  12. Oct 28, 2014
  13. Oct 24, 2014
    • Jay Satiro's avatar
      SSL: Remove SSLv3 from SSL default due to POODLE attack · ec783dc1
      Jay Satiro authored
      - Remove SSLv3 from SSL default in darwinssl, schannel, cyassl, nss,
      openssl effectively making the default TLS 1.x. axTLS is not affected
      since it supports only TLS, and gnutls is not affected since it already
      defaults to TLS 1.x.
      
      - Update CURLOPT_SSLVERSION doc
      ec783dc1