Skip to content
  1. Jan 11, 2010
  2. Jan 09, 2010
  3. Jan 08, 2010
    • 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
  4. Jan 07, 2010
  5. Jan 06, 2010
  6. Jan 03, 2010
  7. Jan 01, 2010
  8. Dec 31, 2009
  9. Dec 30, 2009
  10. Dec 29, 2009
  11. Dec 25, 2009
  12. Dec 20, 2009
  13. Dec 19, 2009
  14. Dec 17, 2009
  15. Dec 16, 2009
  16. Dec 14, 2009
  17. Dec 12, 2009
  18. Dec 11, 2009
  19. Dec 10, 2009
  20. Dec 07, 2009
  21. Dec 02, 2009
  22. Dec 01, 2009