1. 08 Jan, 2010 1 commit
    • Daniel Stenberg's avatar
      - Johan van Selst found and fixed a OpenSSL session ref count leak: · 552c3de3
      Daniel Stenberg authored
        ossl_connect_step3() increments an SSL session handle reference counter on
        each call. When sessions are re-used this reference counter may be
        incremented many times, but it will be decremented only once when done (by
        Curl_ossl_session_free()); and the internal OpenSSL data will not be freed
        if this reference count remains positive. When a session is re-used the
        reference counter should be corrected by explicitly calling
        SSL_SESSION_free() after each consecutive SSL_get1_session() to avoid
        introducing a memory leak.
      
        (http://curl.haxx.se/bug/view.cgi?id=2926284)
      552c3de3
  2. 06 Jan, 2010 2 commits
  3. 03 Jan, 2010 1 commit
  4. 02 Jan, 2010 1 commit
  5. 01 Jan, 2010 1 commit
    • Daniel Stenberg's avatar
      - Ingmar Runge enhanced libcurl's FTP engine to support the PRET command. This · 605bbfc4
      Daniel Stenberg authored
        command is a special "hack" used by the drftpd server, but even though it is
        a custom extension I've deemed it fine to add to libcurl since this server
        seems to survive and people keep using it and want libcurl to support
        it. The new libcurl option is named CURLOPT_FTP_USE_PRET, and it is also
        usable from the curl tool with --ftp-pret. Using this option on a server
        that doesn't support this command will make libcurl fail.
      605bbfc4
  6. 30 Dec, 2009 1 commit
  7. 25 Dec, 2009 2 commits
  8. 17 Dec, 2009 1 commit
  9. 16 Dec, 2009 1 commit
  10. 14 Dec, 2009 1 commit
  11. 12 Dec, 2009 1 commit
  12. 10 Dec, 2009 3 commits
  13. 07 Dec, 2009 1 commit
  14. 01 Dec, 2009 1 commit
  15. 28 Nov, 2009 1 commit
    • Yang Tse's avatar
      · 4d922545
      Yang Tse authored
      - Added Diffie-Hellman parameters to several test harness certificate files in
        PEM format. Required by several stunnel versions used by our test harness.
      4d922545
  16. 27 Nov, 2009 1 commit
  17. 26 Nov, 2009 1 commit
  18. 23 Nov, 2009 2 commits
  19. 20 Nov, 2009 2 commits
  20. 17 Nov, 2009 2 commits
  21. 15 Nov, 2009 1 commit
  22. 14 Nov, 2009 4 commits
  23. 12 Nov, 2009 2 commits
  24. 11 Nov, 2009 3 commits
  25. 05 Nov, 2009 2 commits
  26. 04 Nov, 2009 1 commit