summaryrefslogtreecommitdiff
path: root/lib/ssluse.c
Commit message (Expand)AuthorAgeFilesLines
* Calls to Curl_failf() are not supposed to provide a trailing newline as theDaniel Stenberg2008-01-151-13/+13
* All static functions that were previously name Curl_* something no longerDaniel Stenberg2007-12-081-20/+20
* Fix compiler warning: variable may be used uninitializedYang Tse2007-12-041-1/+1
* Now libcurl (built with OpenSSL) doesn't return error anymore if the remoteDaniel Stenberg2007-12-031-53/+84
* removed space after if and while before the parenthesis for better source codeDaniel Stenberg2007-11-051-64/+64
* I renamed the CURLE_SSL_PEER_CERTIFICATE error code toDaniel Stenberg2007-10-031-4/+4
* #ifdef out a few more functions when SSL is disabled.Dan Fandrich2007-09-251-10/+1
* Renamed several libcurl error codes and options to make them more generalDan Fandrich2007-08-301-1/+1
* Fixed some minor type mismatches and missing consts mainly found by splint.Dan Fandrich2007-08-271-4/+4
* Remove leading space in curl_version_info ss_version field.Patrick Monnerat2007-08-241-4/+4
* Some #if --> #ifdefPatrick Monnerat2007-08-071-1/+1
* Patrick Monnerat and I modified libcurl so that now it *copies* all stringsDaniel Stenberg2007-08-011-24/+32
* Bug report #1759542 (http://curl.haxx.se/bug/view.cgi?id=1759542). A bad useDaniel Stenberg2007-07-291-28/+22
* Made CURLOPT_SSL_VERIFYHOST set to 1 acts as described in the documentation:Daniel Stenberg2007-07-111-10/+3
* Andre Guibert de Bruet fixed a memory leak when PKCS #12 parsing failedDaniel Stenberg2007-05-221-0/+1
* Andre Guibert de Bruet fixed a memory leak in the function that verifies theDaniel Stenberg2007-05-221-1/+2
* fix out of memory handling issueYang Tse2007-04-071-1/+10
* Pointless to check for non-NULL pointers that already have been dereferencedDaniel Stenberg2007-03-311-2/+2
* Update messageYang Tse2007-03-271-2/+2
* Internal function Curl_select() renamed to Curl_socket_ready()Yang Tse2007-03-261-2/+2
* fix compiler warningYang Tse2007-03-251-0/+4
* yassl doesn't have SSL_get_shutdown() in its OpenSSL() layer so we check forDaniel Stenberg2007-03-141-0/+2
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-3/+0
* curlassert macro replaced with DEBUGASSERT macro defined in setup_once.hYang Tse2007-02-211-4/+4
* New FTP CCC functionality - adds passive and active mode to accomodate for di...Linus Nielsen Feltzing2007-02-201-0/+3
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-161-6/+6
* - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MSDaniel Stenberg2007-02-051-5/+5
* 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