summaryrefslogtreecommitdiff
path: root/lib/ssluse.c
Commit message (Expand)AuthorAgeFilesLines
* Display crypto engine name correctly in debug message.Dan Fandrich2007-01-101-3/+3
* Removed unused variable in Curl_ossl_shutdown()Linus Nielsen Feltzing2007-01-081-1/+0
* - Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option toDaniel Stenberg2007-01-051-2/+98
* cleaned up Curl_write() and the sub functions it uses for various protocols.Daniel Stenberg2006-11-111-5/+5
* Bradford Bruce reported that when setting CURLOPT_DEBUGFUNCTION withoutDaniel Stenberg2006-11-081-1/+1
* Armel Asselin separated CA cert verification problems from problems withDaniel Stenberg2006-10-211-1/+1
* Explicit typecast for Curl_debug() size argumentYang Tse2006-10-171-1/+1
* Compiler warning fixYang Tse2006-09-101-2/+2
* Fix compiler warningsYang Tse2006-07-191-1/+1
* Avoid variable declaration shadowing previously declared oneYang Tse2006-07-191-4/+4
* Update error buffer size used for SSL_strerror()Yang Tse2006-07-171-2/+2
* with a very recent yassl, we now can display 'yassl' when the OpenSSL API isDaniel Stenberg2006-06-291-0/+8
* proper use of newlinesDaniel Stenberg2006-06-091-2/+2
* NTLM2 session response supportDaniel Stenberg2006-06-071-11/+17
* David McCreedy provided a fix for CURLINFO_LASTSOCKET that does extendedDaniel Stenberg2006-05-101-0/+23
* Robson Braga Araujo fixed two problems in the recently added non-blocking SSLDaniel Stenberg2006-05-091-2/+9
* additional renames of Curl_ourerrno => Curl_sockerrnoDaniel Stenberg2006-05-051-1/+1
* Roland Blom filed bug report #1481217Daniel Stenberg2006-05-041-3/+3
* corrected the SSL timeout, as Ates Goral's patch did it and that works (opposedDaniel Stenberg2006-04-181-5/+7
* Ates Goral found out that if you specified both CURLOPT_CONNECTTIMEOUT andDaniel Stenberg2006-04-101-1/+1
* First commit of David McCreedy's EBCDIC and TPF changes.Daniel Stenberg2006-04-071-0/+12
* Xavier Bouchoux made the SSL connection non-blocking for the multi interfaceDaniel Stenberg2006-03-211-119/+238
* David McCreedy found a use of the wrong variable when display the errorDaniel Stenberg2006-03-131-1/+1
* Lots of users on Windows have reported getting the "SSL: couldn't setDaniel Stenberg2006-03-061-7/+7
* Fixed lcc compiler warnings.Dan Fandrich2005-12-191-3/+3
* Fixed some compiler warnings on lcc.Dan Fandrich2005-12-131-0/+1
* Yang Tse fixed: Openssl 0.9.9 makes 'const' the SSL_METHOD parameter inDaniel Stenberg2005-12-051-2/+7
* Recent OpenSSL returns a 'const' in '*_client_method()'. So avoidGisle Vanem2005-12-041-1/+1
* Yang Tse fixed compiler warningsDaniel Stenberg2005-11-131-1/+1
* the debug callback was called with CURLINFO_TEXT with the data size oneDaniel Stenberg2005-08-101-2/+2
* fix compiler warningDaniel Stenberg2005-04-131-0/+2
* GnuTLS support added. There's now a "generic" SSL layer that we use all overDaniel Stenberg2005-04-071-280/+251
* Updated the copyright year since changes have been this year.Daniel Stenberg2005-03-311-1/+1
* Reduced the length of data read from the random entropy file.Dan Fandrich2005-03-041-2/+9
* Don't try to read the whole of the random file because when /dev/urandom isDan Fandrich2005-03-041-2/+2
* init fix for non-SSL buildsDaniel Stenberg2005-02-101-3/+4
* better error checking and SSL init by David ByronDaniel Stenberg2005-02-091-18/+59
* Hzhijun reported a memory leak in the SSL certificate code, that leaked theDaniel Stenberg2005-01-101-4/+5
* Remove 'data' initialiser.Gisle Vanem2004-12-191-2/+1
* if the pkcs12.h header exists, include it already in urldata.h to work aroundDaniel Stenberg2004-12-191-2/+1
* Samuel Listopad added support for PKCS12 formatted certificates.Daniel Stenberg2004-12-181-0/+74
* prevent compiler warning when built without engine supportDaniel Stenberg2004-12-141-0/+1
* Header files are in openssl/ only if USE_OPENSSL is set.Dan Fandrich2004-12-141-0/+6
* urldata.h: Removed engine_list.Gisle Vanem2004-12-141-23/+28
* Moved the engine stuff from the root-level of the SessionHandle struct to theDaniel Stenberg2004-12-141-24/+23
* Added handling of CURLINFO_SSL_ENGINES;Gisle Vanem2004-12-131-2/+78
* Curl_select's timeout arg is an intDaniel Stenberg2004-11-221-1/+1
* David Phillips' FD_SETSIZE fixDaniel Stenberg2004-11-191-13/+8
* clean up start time and t_startsingle use so that redirect_time works properlyDaniel Stenberg2004-11-151-1/+1
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-3/+3