1. 06 Aug, 2014 1 commit
    • Steve Holme's avatar
      http_negotiate_sspi: Fixed endless unauthorized loop in commit 6bc76194 · f8af8606
      Steve Holme authored
      If the server rejects our authentication attempt and curl hasn't
      called CompleteAuthToken() then the status variable will be
      SEC_I_CONTINUE_NEEDED and not SEC_E_OK.
      
      As such the existing detection mechanism for determining whether or not
      the authentication process has finished is not sufficient.
      
      However, the WWW-Authenticate: Negotiate header line will not contain
      any data when the server has exhausted the negotiation, so we can use
      that coupled with the already allocated context pointer.
      f8af8606
  2. 05 Aug, 2014 3 commits
  3. 04 Aug, 2014 2 commits
  4. 03 Aug, 2014 3 commits
  5. 02 Aug, 2014 2 commits
  6. 01 Aug, 2014 1 commit
  7. 31 Jul, 2014 6 commits
  8. 30 Jul, 2014 10 commits
  9. 29 Jul, 2014 1 commit
    • Daniel Stenberg's avatar
      vtls: make the random function mandatory in the TLS backend · 8dfd2208
      Daniel Stenberg authored
      To force each backend implementation to really attempt to provide proper
      random. If a proper random function is missing, then we can explicitly
      make use of the default one we use when TLS support is missing.
      
      This commit makes sure it works for darwinssl, gnutls, nss and openssl.
      8dfd2208
  10. 28 Jul, 2014 3 commits
  11. 26 Jul, 2014 4 commits
  12. 25 Jul, 2014 3 commits
  13. 24 Jul, 2014 1 commit