summaryrefslogtreecommitdiff
path: root/lib/gtls.c
Commit message (Expand)AuthorAgeFilesLines
* Fix unreleased regression when using windows gnutls versions older than 2.8Yang Tse2011-11-241-9/+9
* gnutls: only translate winsock errors for old versionsMark Brand2011-11-231-6/+9
* Add support for using nettle instead of gcrypt as gnutls backendMartin Storsjo2011-11-191-0/+4
* gtls_connect_step1: remove use of deprecated functionsDaniel Stenberg2011-11-021-1/+12
* gtls.c: gnutls_transport_set_global_errno() deprecated in version 2.12.3Yang Tse2011-10-291-2/+11
* gtls: only call gnutls_transport_set_lowat with <gnutls-2.12.0Tim Harder2011-10-201-0/+2
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-3/+2
* Curl_socket_ready: make timeout a 'long'Daniel Stenberg2011-06-041-2/+2
* GnuTLS handshake: fix timeoutDaniel Stenberg2011-05-181-1/+2
* whitespace cleanup: no space first in conditionalsDaniel Stenberg2011-04-271-7/+7
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-21/+23
* CURLE_TLSAUTH_FAILED: removedQuinn Slack2011-02-091-2/+2
* Curl_gmtime: added a portable gmtimeDaniel Stenberg2011-02-071-6/+5
* TLS-SRP: support added when using GnuTLSQuinn Slack2011-01-191-5/+66
* gtls: fix memory leakDaniel Stenberg2011-01-081-2/+9
* Curl_timeleft: s/conn/data in first argumentDaniel Stenberg2011-01-041-2/+2
* gtls: define and use gtls_EAGAIN, gtls_EINTR and gtls_EIO.Yang Tse2010-11-201-20/+23
* Detect socket errors in GnuTLS on WindowsMatthias Bolte2010-11-191-2/+39
* gnutls->handshake: improved timeout handlingDaniel Stenberg2010-11-141-9/+10
* fix compiler warningYang Tse2010-11-081-1/+1
* sendrecv: make them two pairs of send/recv to properly deal with FTPSHoward Chu2010-05-111-2/+2
* sendrecv: split the I/O handling into private handlerHoward Chu2010-05-071-15/+18
* GnuTLS: make the connection phase non-blockingJerome Vouillon2010-04-161-60/+152
* SSL_RECV: EOF is not an error hereDaniel Stenberg2010-04-161-6/+0
* refactorize interface of Curl_ssl_recv/Curl_ssl_sendKamil Dudka2010-04-041-16/+17
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* 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