Updated the copyright year since changes have been this year.
[platform/upstream/curl.git] / lib / ssluse.c
2005-03-31 Daniel StenbergUpdated the copyright year since changes have been...
2005-03-04 Dan FandrichReduced the length of data read from the random entropy...
2005-03-04 Dan FandrichDon't try to read the whole of the random file because...
2005-02-10 Daniel Stenberginit fix for non-SSL builds
2005-02-09 Daniel Stenbergbetter error checking and SSL init by David Byron
2005-01-10 Daniel StenbergHzhijun reported a memory leak in the SSL certificate...
2004-12-19 Gisle VanemRemove 'data' initialiser.
2004-12-19 Daniel Stenbergif the pkcs12.h header exists, include it already in...
2004-12-18 Daniel StenbergSamuel Listopad added support for PKCS12 formatted...
2004-12-14 Daniel Stenbergprevent compiler warning when built without engine...
2004-12-14 Dan FandrichHeader files are in openssl/ only if USE_OPENSSL is...
2004-12-14 Gisle Vanemurldata.h: Removed engine_list.
2004-12-14 Daniel StenbergMoved the engine stuff from the root-level of the Sessi...
2004-12-13 Gisle VanemAdded handling of CURLINFO_SSL_ENGINES;
2004-11-22 Daniel StenbergCurl_select's timeout arg is an int
2004-11-19 Daniel StenbergDavid Phillips' FD_SETSIZE fix
2004-11-15 Daniel Stenbergclean up start time and t_startsingle use so that redir...
2004-10-06 Daniel Stenbergremoved tabs and trailing whitespace from source
2004-09-02 Daniel Stenbergimproved error message when client cert return failure
2004-08-10 Daniel StenbergIn OpenSSL 0.9.7d and earlier, ASN1_STRING_to_UTF8...
2004-07-29 Daniel Stenbergadded typecast in an attempt to fix a mingw32 warning
2004-07-04 Daniel StenbergSSL_get_verify_result() returns a long, so we receive...
2004-07-01 Daniel StenbergVariable type cleanups to please the picky MIPSPro...
2004-06-30 Daniel StenbergPrevent a very long password to buffer overflow the...
2004-06-30 Daniel Stenbergmake the SSL connect use the same default connect timeo...
2004-06-24 Daniel StenbergReplaced all uses of sprintf() with the safer snprintf...
2004-06-22 Daniel StenbergGisle fixed the wildcard checks for certificates.
2004-06-19 Daniel Stenbergprevent compiler warning
2004-06-18 Daniel StenbergGisle's "SSL patch" from June 16th 2004, modified by...
2004-06-13 Daniel Stenberguse Curl_strcasestr() when checking wildcard cert names
2004-05-18 Daniel Stenberg* seed_enough() was converted to a macro to avoid the...
2004-05-17 Daniel StenbergPeter Sylvester's patch that addresses two flaws in...
2004-05-13 Daniel Stenbergmemory cleanup and check fix
2004-05-11 Daniel Stenbergcurl_global_init_mem() allows the memory functions...
2004-04-29 Daniel StenbergGisle made the code use ERR_error_string_n()
2004-04-27 Daniel StenbergMade host name and proxy name get stored in a 'struct...
2004-04-26 Daniel StenbergTor Arntsen fixed a 'Statement not reachable'-warning
2004-04-20 Daniel StenbergCleaned up hostname/name/gname and path/ppath confusion...
2004-03-23 Daniel Stenbergvariable type usage cleanup to please picky compilers
2004-03-11 Daniel Stenbergdon't let the EINTR stuff build on windows
2004-03-10 Daniel StenbergJeff Lawson fixed the SSL connection to deal with recei...
2004-03-09 Daniel StenbergUse curl_socket_t instead of int for holding sockets...
2004-01-29 Daniel StenbergDan Fandrich's cleanup patch to make pedantic compiler...
2004-01-16 Daniel StenbergGisle Vanem's patch for variables that "might be used...
2004-01-07 Daniel Stenbergupdated year in the copyright string
2003-11-24 Daniel Stenbergprevent warning for non-SSL builds
2003-11-24 Daniel StenbergFTPS support added as RFC2228 and the murray-ftp-auth...
2003-11-15 Daniel StenbergMathias Axelsson found a case where we free()d the...
2003-10-23 Daniel StenbergGeorg Horn's fixes to do different CA cert verification...
2003-10-16 Daniel Stenbergrewritten alternative name check
2003-10-15 Daniel Stenbergbad license situation for the altname patch
2003-10-08 Daniel Stenbergfixed to build fine without ssl
2003-10-07 Daniel Stenberg Neil Dunbar provided a patch that now makes libcurl...
2003-09-03 Daniel Stenbergwarn if no CN is available if verify is only set to 1
2003-08-19 Daniel StenbergCRYPTO_cleanup_all_ex_data() is not present in all...
2003-08-19 Daniel StenbergLoren Kirkby pointed out that we need to call CRYPTO_cl...
2003-07-05 Daniel Stenbergre-use existing variable instead of declaring a new...
2003-07-04 Daniel StenbergPeter Sylvester's patch was applied that introduces...
2003-06-26 Daniel Stenberguse CURLDEBUG instead of MALLOCDEBUG for preprocessor...
2003-06-02 Daniel Stenbergwork-around SSL implementation flaws better, pointed...
2003-05-01 Daniel StenbergAndy Cedilnik fixed some compiler warnings
2003-04-14 Daniel Stenbergreturn the same error for the sslv2 "certificate verify...
2003-04-14 Daniel StenbergRestored the SSL error codes since they was broken...
2003-03-31 Daniel StenbergFixup after talks with Richard Bramante. We should...
2003-03-13 Daniel StenbergPhilippe Raoult needed this to build on FreeBSD
2003-03-11 Daniel StenbergRichard Gorton improved the random_the_seed() function...
2003-02-28 Daniel Stenbergthe strequal and strnequal should now be called with...
2003-02-27 Daniel Stenbergspell better
2003-02-14 Daniel Stenberginclude <sys/socket.h> to compile the fd_set stuff...
2003-02-05 Daniel StenbergRe-arranged the SSL connection code (again). The recent...
2003-02-04 Daniel StenbergImproved error reporting in case of bad SSL_connect...
2003-01-29 Daniel Stenbergremoved the local variables for emacs and vim, use...
2003-01-16 Daniel Stenbergcopyright year update in the source header
2003-01-07 Daniel StenbergPhilippe Raoult's fix to handle wildcard certificate...
2002-12-13 Daniel StenbergEvan Jordan's fix for a memory leak. Bug report 650989.
2002-12-09 Daniel StenbergThe fread() callback pointer and associated pointer...
2002-09-03 Daniel Stenbergupdated source code boilerplate/header
2002-08-30 Daniel Stenbergif verifypeer is enabled but nether CAfile nor CApath...
2002-08-30 Daniel StenbergCURLE_SSL_INSECURE is removed again and so is CURLOPT_S...
2002-06-10 Daniel StenbergThis fix MIGHT make us build nicely with OpenSSL 0...
2002-05-21 Daniel StenbergASN1 files don't work for the *chain_file(), make them...
2002-05-20 Daniel StenbergRoland Zimmermann's hint, we use SSL_CTX_use_certificat...
2002-03-19 Daniel Stenbergcopyright string (year) update
2002-01-30 Daniel Stenbergnow re-seed by force (even if already seeded) if a...
2002-01-29 Daniel Stenberg- T. Bharath pointed out that we seed SSL on every...
2002-01-17 Daniel StenbergRichard Archer made it compile and build with OpenSSL...
2002-01-09 Daniel StenbergCris Bailiff found out that when the SSL session cache...
2002-01-08 Daniel Stenbergadded a missing failf() before returning an error code
2002-01-07 Daniel StenbergModified to use non-blocking sockets all the time.
2001-12-17 Daniel StenbergGötz Babin-Ebell's OpenSSL ENGINE patch
2001-12-11 Daniel Stenbergfailf() calls should not have newlines in the message...
2001-11-14 Daniel StenbergSamuel Listopad's fix to allow global_init => global_cl...
2001-11-05 Daniel Stenbergwe can now tell ssl to use TLSv1 protocol, and we now...
2001-10-11 Sterling Hugheslooks nicer and is better compatible with older vim...
2001-09-19 Daniel StenbergLots of praise and glory to Vojtech Minarik for setting...
2001-09-12 Daniel Stenbergnarrowed some source lines to fit in 80 cols
2001-09-11 Daniel Stenbergadded ability to set prefered list of ciphers
2001-09-11 Daniel Stenbergouputs the start and expire dates of the server certifi...
2001-09-07 Daniel Stenbergmade it compile properly when not building with SSL...
2001-09-07 Sterling HughesAdded formatting sections for emacs and vim
next