summaryrefslogtreecommitdiff
path: root/lib/gtls.c
Commit message (Expand)AuthorAgeFilesLines
* added cast macros to silent compiler warnings with 64-bit systems.Gunter Knauf2009-10-191-3/+14
* add casts to silent compiler warnings with 64bit systems.Gunter Knauf2009-08-301-2/+2
* - Curt Bogmine reported a problem with SNI enabled on a particular server. WeDaniel Stenberg2009-08-011-0/+4
* - David Binderman found a memory and fd leak in lib/gtls.c:load_file()Michal Marek2009-07-221-5/+10
* I simplified the SSL session id re-use code now to *always* ditch the previousDaniel Stenberg2009-05-051-11/+3
* - Inspired by Michael Smith's session id fix for OpenSSL, I did theDaniel Stenberg2009-05-041-7/+26
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* - Andre Guibert de Bruet fixed the gnutls-using code: There are a few placesDaniel Stenberg2009-03-081-6/+6
* - As Daniel Fandrich figured out, we must do the GnuTLS initing in theDaniel Stenberg2009-02-251-30/+22
* Added support for Digest and NTLM authentication using GnuTLS.Dan Fandrich2009-02-121-0/+26
* Made an array static constDan Fandrich2008-11-181-1/+1
* Added #include "rawstr.h"Dan Fandrich2008-11-181-0/+2
* - Rainer Canavan filed bug #2255627Daniel Stenberg2008-11-111-0/+5
* Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper functionDaniel Stenberg2008-10-161-2/+2
* - Pascal Terjan filed bug #2154627Daniel Stenberg2008-10-151-2/+2
* 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