summaryrefslogtreecommitdiff
path: root/lib/gtls.c
Commit message (Expand)AuthorAgeFilesLines
* - 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