Age | Commit message (Expand) | Author |
2005-02-10 | init fix for non-SSL builds | Daniel Stenberg |
2005-02-09 | better error checking and SSL init by David Byron | Daniel Stenberg |
2005-01-10 | Hzhijun reported a memory leak in the SSL certificate code, that leaked the | Daniel Stenberg |
2004-12-19 | Remove 'data' initialiser. | Gisle Vanem |
2004-12-19 | if the pkcs12.h header exists, include it already in urldata.h to work around | Daniel Stenberg |
2004-12-18 | Samuel Listopad added support for PKCS12 formatted certificates. | Daniel Stenberg |
2004-12-14 | prevent compiler warning when built without engine support | Daniel Stenberg |
2004-12-14 | Header files are in openssl/ only if USE_OPENSSL is set. | Dan Fandrich |
2004-12-14 | urldata.h: Removed engine_list. | Gisle Vanem |
2004-12-14 | Moved the engine stuff from the root-level of the SessionHandle struct to the | Daniel Stenberg |
2004-12-13 | Added handling of CURLINFO_SSL_ENGINES; | Gisle Vanem |
2004-11-22 | Curl_select's timeout arg is an int | Daniel Stenberg |
2004-11-19 | David Phillips' FD_SETSIZE fix | Daniel Stenberg |
2004-11-15 | clean up start time and t_startsingle use so that redirect_time works properly | Daniel Stenberg |
2004-10-06 | removed tabs and trailing whitespace from source | Daniel Stenberg |
2004-09-02 | improved error message when client cert return failure | Daniel Stenberg |
2004-08-10 | In OpenSSL 0.9.7d and earlier, ASN1_STRING_to_UTF8 fails if the input is | Daniel Stenberg |
2004-07-29 | added typecast in an attempt to fix a mingw32 warning | Daniel Stenberg |
2004-07-04 | SSL_get_verify_result() returns a long, so we receive the result in a long | Daniel Stenberg |
2004-07-01 | Variable type cleanups to please the picky MIPSPro compiler. | Daniel Stenberg |
2004-06-30 | Prevent a very long password to buffer overflow the global variable we | Daniel Stenberg |
2004-06-30 | make the SSL connect use the same default connect timeout define as the | Daniel Stenberg |
2004-06-24 | Replaced all uses of sprintf() with the safer snprintf(). It is just a | Daniel Stenberg |
2004-06-22 | Gisle fixed the wildcard checks for certificates. | Daniel Stenberg |
2004-06-19 | prevent compiler warning | Daniel Stenberg |
2004-06-18 | Gisle's "SSL patch" from June 16th 2004, modified by me as discussed on the | Daniel Stenberg |
2004-06-13 | use Curl_strcasestr() when checking wildcard cert names | Daniel Stenberg |
2004-05-18 | * seed_enough() was converted to a macro to avoid the IRIX compiler warning | Daniel Stenberg |
2004-05-17 | Peter Sylvester's patch that addresses two flaws in the peer certificate name | Daniel Stenberg |
2004-05-13 | memory cleanup and check fix | Daniel Stenberg |
2004-05-11 | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg |
2004-04-29 | Gisle made the code use ERR_error_string_n() | Daniel Stenberg |
2004-04-27 | Made host name and proxy name get stored in a 'struct hostname' and set | Daniel Stenberg |
2004-04-26 | Tor Arntsen fixed a 'Statement not reachable'-warning | Daniel Stenberg |
2004-04-20 | Cleaned up hostname/name/gname and path/ppath confusion. Removed the fixed- | Daniel Stenberg |
2004-03-23 | variable type usage cleanup to please picky compilers | Daniel Stenberg |
2004-03-11 | don't let the EINTR stuff build on windows | Daniel Stenberg |
2004-03-10 | Jeff Lawson fixed the SSL connection to deal with received signals during the | Daniel Stenberg |
2004-03-09 | Use curl_socket_t instead of int for holding sockets. The typedefs and | Daniel Stenberg |
2004-01-29 | Dan Fandrich's cleanup patch to make pedantic compiler options cause less | Daniel Stenberg |
2004-01-16 | Gisle Vanem's patch for variables that "might be used uninitialized" | Daniel Stenberg |
2004-01-07 | updated year in the copyright string | Daniel Stenberg |
2003-11-24 | prevent warning for non-SSL builds | Daniel Stenberg |
2003-11-24 | FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe it | Daniel Stenberg |
2003-11-15 | Mathias Axelsson found a case where we free()d the server certificate twice! | Daniel Stenberg |
2003-10-23 | Georg Horn's fixes to do different CA cert verifications. They can now be | Daniel Stenberg |
2003-10-16 | rewritten alternative name check | Daniel Stenberg |
2003-10-15 | bad license situation for the altname patch | Daniel Stenberg |
2003-10-08 | fixed to build fine without ssl | Daniel Stenberg |
2003-10-07 | Neil Dunbar provided a patch that now makes libcurl check SSL | Daniel Stenberg |