Age | Commit message (Expand) | Author |
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 |
2003-09-03 | warn if no CN is available if verify is only set to 1 | Daniel Stenberg |
2003-08-19 | CRYPTO_cleanup_all_ex_data() is not present in all OpenSSL versions so | Daniel Stenberg |
2003-08-19 | Loren Kirkby pointed out that we need to call CRYPTO_cleanup_all_ex_data() | Daniel Stenberg |
2003-07-05 | re-use existing variable instead of declaring a new local one | Daniel Stenberg |
2003-07-04 | Peter Sylvester's patch was applied that introduces the following: | Daniel Stenberg |
2003-06-26 | use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions | Daniel Stenberg |
2003-06-02 | work-around SSL implementation flaws better, pointed out in bug report | Daniel Stenberg |
2003-05-01 | Andy Cedilnik fixed some compiler warnings | Daniel Stenberg |
2003-04-14 | return the same error for the sslv2 "certificate verify failed" code | Daniel Stenberg |
2003-04-14 | Restored the SSL error codes since they was broken in the 7.10.4 release, | Daniel Stenberg |
2003-03-31 | Fixup after talks with Richard Bramante. We should now make better | Daniel Stenberg |
2003-03-13 | Philippe Raoult needed this to build on FreeBSD | Daniel Stenberg |
2003-03-11 | Richard Gorton improved the random_the_seed() function for systems where | Daniel Stenberg |
2003-02-28 | the strequal and strnequal should now be called with the proper curl_ prefix | Daniel Stenberg |
2003-02-27 | spell better | Daniel Stenberg |
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 |