Age | Commit message (Expand) | Author |
2009-09-16 | - Sven Anders reported that we introduced a cert verfication flaw for OpenSSL- | Daniel Stenberg |
2009-08-29 | add cast to silent compiler warning with 64bit systems. | Gunter Knauf |
2009-08-29 | fix shadow definition of outp. | Gunter Knauf |
2009-08-11 | - Peter Sylvester made the HTTPS test server use specific certificates for | Daniel Stenberg |
2009-08-03 | avoid possible NULL dereference caused by my previous fix | Daniel Stenberg |
2009-08-03 | Reverted the zero-byte-in-name check to instead rely on the fact that strlen | Daniel Stenberg |
2009-08-02 | Extended my embedded-zero-in-cert-name fix based on a comment from Scott | Daniel Stenberg |
2009-08-01 | - Curt Bogmine reported a problem with SNI enabled on a particular server. We | Daniel Stenberg |
2009-08-01 | - Scott Cantor posted the bug report #2829955 | Daniel Stenberg |
2009-08-01 | - Tanguy Fautre pointed out that OpenSSL's function RAND_screen() (present | Daniel Stenberg |
2009-07-27 | From: Johan van Selst | Daniel Stenberg |
2009-07-26 | - Bug report #2825989 (http://curl.haxx.se/bug/view.cgi?id=2825989) pointed | Daniel Stenberg |
2009-06-29 | - Modified the separators used for CURLOPT_CERTINFO in multi-part outputs. I | Daniel Stenberg |
2009-06-10 | - Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings and | Daniel Stenberg |
2009-05-27 | - Andre Guibert de Bruet found a call to a OpenSSL function that didn't check | Daniel Stenberg |
2009-05-27 | - Frank McGeough provided a small OpenSSL #include fix to make libcurl compile | Daniel Stenberg |
2009-05-04 | - Michael Smith posted bug report #2786255 | Daniel Stenberg |
2009-04-21 | libcurl's memory.h renamed to curl_memory.h | Yang Tse |
2009-04-14 | use HAVE_LIMITS_H symbol to protect limits.h inclusion | Yang Tse |
2009-04-14 | include <limits.h> for INT_MAX definition | Yang Tse |
2009-04-14 | fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit... | Yang Tse |
2009-04-13 | fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit... | Yang Tse |
2009-04-03 | fix compiler warning: passing arg 1 of `sk_num' from incompatible pointer type | Yang Tse |
2009-03-08 | - Andre Guibert de Bruet found and fixed a code segment in ssluse.c where the | Daniel Stenberg |
2009-01-26 | - The "-no_ticket" option was introduced in Openssl0.9.8j. It's a flag to | Daniel Stenberg |
2009-01-21 | Fixed a couple more locale-dependent toupper conversions, mainly for | Dan Fandrich |
2008-12-28 | - Peter Korsgaard fixed building libcurl with "configure --with-ssl | Daniel Stenberg |
2008-10-23 | moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ | Daniel Stenberg |
2008-10-16 | Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper function | Daniel Stenberg |
2008-10-15 | - Pascal Terjan filed bug #2154627 | Daniel Stenberg |
2008-10-14 | fix compiler warning | Yang Tse |
2008-09-24 | Official OpenSSL released versions up to and including 0.9.8i as well as | Yang Tse |
2008-09-23 | Avoid 'warning: comparison between signed and unsigned'. | Gisle Vanem |
2008-09-05 | - Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. By | Daniel Stenberg |
2008-07-30 | - PHP's bug report #43158 (http://bugs.php.net/bug.php?id=43158) identifies a | Daniel Stenberg |
2008-06-11 | - I did a cleanup of the internal generic SSL layer and how the various SSL | Daniel Stenberg |
2008-06-11 | fix compiler warning: conversion from `pointer to void' to `pointer to int | Yang Tse |
2008-06-10 | - I made the OpenSSL code build again with OpenSSL 0.9.6. The CRLFILE | Daniel Stenberg |
2008-06-06 | - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_ISSUERCERT, for | Daniel Stenberg |
2008-06-06 | - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_CRLFILE, for | Daniel Stenberg |
2008-05-26 | fix: preprocessor complaining about macro redefinition | Yang Tse |
2008-05-09 | - Make Curl_write and it's callees accept a const pointer, in preparation | Michal Marek |
2008-04-14 | - Stefan Krause reported a case where the OpenSSL handshake phase wasn't | Daniel Stenberg |
2008-02-26 | Added support for server name indication (RFC 4366). | Gunter Knauf |
2008-02-23 | - Sam Listopad provided a patch in feature-request #1900014 | Daniel Stenberg |
2008-02-20 | - Based on initial work done by Gautam Kachroo to address a bug, we now keep | Daniel Stenberg |
2008-02-19 | applied patch to disable SSLv2 by default; discussion: | Gunter Knauf |
2008-02-07 | - Refactored a lot of timeout code into a few functions in an attempt to make | Daniel Stenberg |
2008-01-15 | Calls to Curl_failf() are not supposed to provide a trailing newline as the | Daniel Stenberg |
2007-12-08 | All static functions that were previously name Curl_* something no longer | Daniel Stenberg |