summaryrefslogtreecommitdiff
path: root/lib/gtls.c
Commit message (Expand)AuthorAgeFilesLines
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-2/+3
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+1118
* build: rename 93 lib/*.c filesYang Tse2013-01-031-1118/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-12/+12
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-4/+1
* CURLOPT_SSL_VERIFYHOST: stop supporting the 1 valueDaniel Stenberg2012-11-061-1/+1
* gnutls: fix compiler warningsDaniel Stenberg2012-11-061-2/+2
* gnutls: print alerts during handshakeAlessandro Ghedini2012-11-061-2/+22
* gnutls: fix the error_is_fatal logicAlessandro Ghedini2012-11-061-6/+6
* gnutls: put reset code into else blockAlessandro Ghedini2012-10-161-4/+5
* gnutls: do not fail on non-fatal handshake errorsAlessandro Ghedini2012-09-041-5/+7
* gtls: fix build failure by including nettle-specific headersDaniel Stenberg2012-08-061-1/+4
* SSL cleanup: use crypto functions through the sslgen layerDaniel Stenberg2012-06-261-0/+32
* Fix bad failf() and info() usageYang Tse2012-06-141-1/+1
* gnutls: enforced use of SSLv3Daniel Stenberg2012-01-241-1/+7
* add LF termination to infof() trace stringYang Tse2012-01-161-2/+2
* 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