summaryrefslogtreecommitdiff
path: root/lib/gtls.c
Commit message (Expand)AuthorAgeFilesLines
* fix warning in GnuTLS build by making sure Curl_gtls_send() takes a constDaniel Stenberg2008-06-101-3/+3
* - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_ISSUERCERT, forDaniel Stenberg2008-06-061-4/+49
* - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_CRLFILE, forDaniel Stenberg2008-06-061-0/+15
* Added support for server name indication (RFC 4366).Gunter Knauf2008-02-261-0/+15
* - Kaspar Brand made GnuTLS-built libcurl properly acknowledge the option thatDaniel Stenberg2008-02-251-1/+8
* oops, fixed to buildDaniel Stenberg2008-02-201-1/+1
* - Based on initial work done by Gautam Kachroo to address a bug, we now keepDaniel Stenberg2008-02-201-0/+2
* - We no longer support setting the CURLOPT_URL option from inside a callbackDaniel Stenberg2008-02-201-1/+3
* oops, that was debug code not meant to be committed like this...Daniel Stenberg2008-02-161-4/+0
* fix warnings about shadowingDaniel Stenberg2008-02-161-19/+23
* - Made the gnutls code path not even try to get the server cert if no peerDaniel Stenberg2008-02-151-21/+25
* - Mike Hommey filed and fixed bug report #1889856Daniel Stenberg2008-02-081-1/+3
* - Refactored a lot of timeout code into a few functions in an attempt to makeDaniel Stenberg2008-02-071-18/+2
* if () => if()Daniel Stenberg2007-11-071-13/+13
* I renamed the CURLE_SSL_PEER_CERTIFICATE error code toDaniel Stenberg2007-10-031-4/+4
* Renamed several libcurl error codes and options to make them more generalDan Fandrich2007-08-301-1/+1
* Remove leading space in curl_version_info ss_version field.Patrick Monnerat2007-08-241-1/+1
* Patrick Monnerat and I modified libcurl so that now it *copies* all stringsDaniel Stenberg2007-08-011-4/+6
* Bug report #1759542 (http://curl.haxx.se/bug/view.cgi?id=1759542). A bad useDaniel Stenberg2007-07-291-7/+7
* Made some const arrays static to avoid unnecessary stack usage.Dan Fandrich2007-07-201-1/+1
* 7.16.4 prepscurl-7_16_4Daniel Stenberg2007-07-101-0/+37
* Peter O'Gorman fixed libcurl to not init GnuTLS as early as we did before,Daniel Stenberg2007-04-281-7/+25
* Daniel Black filed bug #1704675 (http://curl.haxx.se/bug/view.cgi?id=1704675)Daniel Stenberg2007-04-211-1/+2
* Update messageYang Tse2007-03-271-2/+2
* Internal function Curl_select() renamed to Curl_socket_ready()Yang Tse2007-03-261-2/+2
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-3/+0
* New FTP CCC functionality - adds passive and active mode to accomodate for di...Linus Nielsen Feltzing2007-02-201-0/+3
* fixed code to compile and removed one warningDaniel Stenberg2007-02-191-2/+1
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-161-2/+2
* - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MSDaniel Stenberg2007-02-051-3/+3
* - Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option toDaniel Stenberg2007-01-051-1/+67
* Brendan Jurd provided a fix that now prevents libcurl from getting a SIGPIPEDaniel Stenberg2006-12-161-0/+24
* cleaned up Curl_write() and the sub functions it uses for various protocols.Daniel Stenberg2006-11-111-3/+2
* Armel Asselin separated CA cert verification problems from problems withDaniel Stenberg2006-10-211-2/+5
* Use gnutls_strerror() for clearer error message.Gisle Vanem2006-08-161-2/+1
* additional renames of Curl_ourerrno => Curl_sockerrnoDaniel Stenberg2006-05-051-1/+1
* Mark Eichin submitted bug report #1480821Daniel Stenberg2006-05-041-0/+6
* to build with old gnutls verions, don't use the *_t typesDaniel Stenberg2005-11-131-1/+1
* Dima Barsky patched problem #1348930: the GnuTLS code completely ignoredDaniel Stenberg2005-11-111-1/+23
* Dima Barsky reported a problem with GnuTLS-enabled libcurl in bug reportDaniel Stenberg2005-10-221-55/+81
* Fixed CA cert verification using GnuTLS with the default bundle, whichDaniel Stenberg2005-08-241-2/+7
* Fixed the CN extractionDaniel Stenberg2005-04-221-1/+5
* oops, only negative numbers are errorsDaniel Stenberg2005-04-131-2/+2
* don't bail out just because the ca file has a problem, it might be OKDaniel Stenberg2005-04-131-13/+3
* Blah, revert my removal of the extra check since the problem is there for real.Daniel Stenberg2005-04-091-7/+19
* OK, I must've been halucinating or something because I no longer see theDaniel Stenberg2005-04-091-21/+23
* Unfortunately, if a ca file name is set the function fails for whatever reasonDaniel Stenberg2005-04-071-6/+24
* GnuTLS support added. There's now a "generic" SSL layer that we use all overDaniel Stenberg2005-04-071-0/+464