Age | Commit message (Expand) | Author |
2003-02-14 | include <sys/socket.h> to compile the fd_set stuff properly on all systems | Daniel Stenberg |
2003-02-05 | Re-arranged the SSL connection code (again). The recent fix was not a very | Daniel Stenberg |
2003-02-04 | Improved error reporting in case of bad SSL_connect()s, and we also no | Daniel Stenberg |
2003-01-29 | removed the local variables for emacs and vim, use the new sample.emacs | Daniel Stenberg |
2003-01-16 | copyright year update in the source header | Daniel Stenberg |
2003-01-07 | Philippe Raoult's fix to handle wildcard certificate name checks | Daniel Stenberg |
2002-12-13 | Evan Jordan's fix for a memory leak. Bug report 650989. | Daniel Stenberg |
2002-12-09 | The fread() callback pointer and associated pointer is now stored in the | Daniel Stenberg |
2002-09-03 | updated source code boilerplate/header | Daniel Stenberg |
2002-08-30 | if verifypeer is enabled but nether CAfile nor CApath is, then don't try | Daniel Stenberg |
2002-08-30 | CURLE_SSL_INSECURE is removed again and so is CURLOPT_SSL_INSECURE, we | Daniel Stenberg |
2002-06-10 | This fix MIGHT make us build nicely with OpenSSL 0.9.7. This fix is based | Daniel Stenberg |
2002-05-21 | ASN1 files don't work for the *chain_file(), make them use the previous | Daniel Stenberg |
2002-05-20 | Roland Zimmermann's hint, we use SSL_CTX_use_certificate_chain_file() instead | Daniel Stenberg |
2002-03-19 | copyright string (year) update | Daniel Stenberg |
2002-01-30 | now re-seed by force (even if already seeded) if a random file or egd socket | Daniel Stenberg |
2002-01-29 | - T. Bharath pointed out that we seed SSL on every connect, which is a time- | Daniel Stenberg |
2002-01-17 | Richard Archer made it compile and build with OpenSSL versions prior to | Daniel Stenberg |
2002-01-09 | Cris Bailiff found out that when the SSL session cache was filled, libcurl | Daniel Stenberg |
2002-01-08 | added a missing failf() before returning an error code | Daniel Stenberg |
2002-01-07 | Modified to use non-blocking sockets all the time. | Daniel Stenberg |
2001-12-17 | Götz Babin-Ebell's OpenSSL ENGINE patch | Daniel Stenberg |
2001-12-11 | failf() calls should not have newlines in the message string! | Daniel Stenberg |
2001-11-14 | Samuel Listopad's fix to allow global_init => global_cleanup => global_init | Daniel Stenberg |
2001-11-05 | we can now tell ssl to use TLSv1 protocol, and we now use defines instead | Daniel Stenberg |
2001-10-11 | looks nicer and is better compatible with older vim versions | Sterling Hughes |
2001-09-19 | Lots of praise and glory to Vojtech Minarik for setting up a test server | Daniel Stenberg |
2001-09-12 | narrowed some source lines to fit in 80 cols | Daniel Stenberg |
2001-09-11 | added ability to set prefered list of ciphers | Daniel Stenberg |
2001-09-11 | ouputs the start and expire dates of the server certificate on verbose | Daniel Stenberg |
2001-09-07 | made it compile properly when not building with SSL support | Daniel Stenberg |
2001-09-07 | Added formatting sections for emacs and vim | Sterling Hughes |
2001-09-06 | moved the session ID cache state variables into the UrlState struct within | Daniel Stenberg |
2001-09-06 | Curl_SSL_Close_All() now checks that we have a session cache before we run | Daniel Stenberg |
2001-08-30 | Major rename and redesign of the internal "backbone" structs. Details will | Daniel Stenberg |
2001-08-29 | take port numbers into account when finding a previous session from the | Daniel Stenberg |
2001-08-28 | Added SSL session ID caching, moved some SSL code from url.c to ssluse.c | Daniel Stenberg |
2001-08-24 | strcasecmp() is banned from our code, should be strequal() everywhere! | Daniel Stenberg |
2001-08-14 | removed the use of the global array for the password that was necessary | Daniel Stenberg |
2001-08-08 | Patrick Bihan-Faou introduced CURLOPT_SSL_VERIFYHOST and code to deal with | Daniel Stenberg |
2001-06-29 | Nic Roets brought a fix for the certificate verification when using SSL. | Daniel Stenberg |
2001-06-12 | removed a failf() that would overwrite the previous error message | Daniel Stenberg |
2001-05-30 | curl_global_init() support for CURL_GLOBAL_NOT_SSL | Daniel Stenberg |
2001-05-28 | T. Bharath's comments about SSL cleanup incorporated, and the two new | Daniel Stenberg |
2001-05-12 | fixed Curl_SSLConnect() to return CURLcode errors, including the new error | Daniel Stenberg |
2001-04-24 | include debugmem for memory leak detection | Daniel Stenberg |
2001-03-14 | Björn Stenberg corrected the silly '(void)data' usage when SSL is not | Daniel Stenberg |
2001-03-14 | Jörn Hartroth fixed a bad #endif placement | Daniel Stenberg |
2001-03-12 | two new random seed options: CURLOPT_RANDOM_FILE and CURLOPT_EGDSOCKET | Daniel Stenberg |
2001-03-07 | removed compiler warning if HAVE_RAND_STATUS is false | Daniel Stenberg |