1. 13 Aug, 2008 2 commits
  2. 12 Aug, 2008 2 commits
  3. 11 Aug, 2008 2 commits
  4. 07 Aug, 2008 1 commit
  5. 04 Aug, 2008 2 commits
  6. 03 Aug, 2008 2 commits
  7. 02 Aug, 2008 1 commit
  8. 01 Aug, 2008 3 commits
  9. 31 Jul, 2008 1 commit
  10. 30 Jul, 2008 4 commits
  11. 27 Jul, 2008 1 commit
  12. 26 Jul, 2008 1 commit
  13. 11 Jul, 2008 1 commit
  14. 10 Jul, 2008 1 commit
  15. 09 Jul, 2008 1 commit
  16. 07 Jul, 2008 1 commit
  17. 03 Jul, 2008 2 commits
  18. 02 Jul, 2008 1 commit
  19. 01 Jul, 2008 1 commit
  20. 30 Jun, 2008 1 commit
  21. 29 Jun, 2008 1 commit
  22. 22 Jun, 2008 1 commit
  23. 20 Jun, 2008 2 commits
    • Daniel Stenberg's avatar
      - Phil Pellouchoud found a case where libcurl built with NSS failed to · da97f78a
      Daniel Stenberg authored
        handshake with a SSLv2 server, and it turned out to be because it didn't
        recognize the cipher named "rc4-md5". In our list that cipher was named
        plainly "rc4". I've now added rc4-md5 to work as an alias as Phil reported
        that it made things work for him again.
      da97f78a
    • Daniel Stenberg's avatar
      - Hans-Jurgen May pointed out that trying SCP or SFTP over a SOCKS proxy · 422fd933
      Daniel Stenberg authored
        crashed libcurl. This is now addressed by making sure we use "plain send"
        internally when doing the socks handshake instead of the Curl_write()
        function which is designed to use the "target" protocol. That's then SCP or
        SFTP in this case. I also took the opportunity and cleaned up some ssh-
        related #ifdefs in the code for readability.
      422fd933
  24. 19 Jun, 2008 2 commits
  25. 18 Jun, 2008 1 commit
  26. 13 Jun, 2008 1 commit
  27. 08 Jun, 2008 1 commit