Skip to content
  1. Nov 14, 2009
    • Daniel Stenberg's avatar
      - Camille Moncelier added support for the file type SSL_FILETYPE_ENGINE for · 9c49e51f
      Daniel Stenberg authored
        the client certificate. It also disable the key name test as some engines
        can select a private key/cert automatically (When there is only one key
        and/or certificate on the hardware device used by the engine)
      9c49e51f
    • Yang Tse's avatar
      · 90bc6ee8
      Yang Tse authored
      - Constantine Sapuntzakis provided the fix that ensures that an SSL connection
        won't be reused unless protection level for peer and host verification match.
      90bc6ee8
  2. Nov 11, 2009
  3. Nov 05, 2009
  4. Nov 04, 2009
  5. Nov 02, 2009
  6. Oct 31, 2009
  7. Oct 30, 2009
  8. Oct 25, 2009
  9. Oct 21, 2009
  10. Oct 18, 2009
  11. Oct 17, 2009
    • Yang Tse's avatar
      · e49d928c
      Yang Tse authored
      Fix invalid file name characters handling on Windows
      e49d928c
  12. Oct 01, 2009
  13. Sep 27, 2009
    • Daniel Stenberg's avatar
      - I introduced a maximum limit for received HTTP headers. It is controlled by · 8646cecb
      Daniel Stenberg authored
        the define CURL_MAX_HTTP_HEADER which is even exposed in the public header
        file to allow for users to fairly easy rebuild libcurl with a modified
        limit. The rationale for a fixed limit is that libcurl is realloc()ing a
        buffer to be able to put a full header into it, so that it can call the
        header callback with the entire header, but that also risk getting it into
        trouble if a server by mistake or willingly sends a header that is more or
        less without an end. The limit is set to 100K.
      8646cecb
  14. Sep 26, 2009
  15. Sep 25, 2009
  16. Sep 24, 2009
  17. Sep 23, 2009
  18. Sep 16, 2009
  19. Sep 10, 2009
  20. Sep 02, 2009
  21. Sep 01, 2009
  22. Aug 31, 2009
  23. Aug 24, 2009
  24. Aug 21, 2009