aboutsummaryrefslogtreecommitdiff
path: root/lib/gtls.c
AgeCommit message (Expand)Author
2013-12-20vtls: moved all TLS/SSL source and header files into subdirDaniel Stenberg
2013-12-16gtls: respect *VERIFYHOST independently of *VERIFYPEERDaniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2013-01-03build: make use of 93 lib/*.c renamed filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2012-11-06CURLOPT_SSL_VERIFYHOST: stop supporting the 1 valueDaniel Stenberg
2012-11-06gnutls: fix compiler warningsDaniel Stenberg
2012-11-06gnutls: print alerts during handshakeAlessandro Ghedini
2012-11-06gnutls: fix the error_is_fatal logicAlessandro Ghedini
2012-10-16gnutls: put reset code into else blockAlessandro Ghedini
2012-09-04gnutls: do not fail on non-fatal handshake errorsAlessandro Ghedini
2012-08-06gtls: fix build failure by including nettle-specific headersDaniel Stenberg
2012-06-26SSL cleanup: use crypto functions through the sslgen layerDaniel Stenberg
2012-06-14Fix bad failf() and info() usageYang Tse
2012-01-24gnutls: enforced use of SSLv3Daniel Stenberg
2012-01-16add LF termination to infof() trace stringYang Tse
2011-11-24Fix unreleased regression when using windows gnutls versions older than 2.8Yang Tse
2011-11-23gnutls: only translate winsock errors for old versionsMark Brand
2011-11-19Add support for using nettle instead of gcrypt as gnutls backendMartin Storsjo
2011-11-02gtls_connect_step1: remove use of deprecated functionsDaniel Stenberg
2011-10-29gtls.c: gnutls_transport_set_global_errno() deprecated in version 2.12.3Yang Tse
2011-10-20gtls: only call gnutls_transport_set_lowat with <gnutls-2.12.0Tim Harder
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-06-04Curl_socket_ready: make timeout a 'long'Daniel Stenberg
2011-05-18GnuTLS handshake: fix timeoutDaniel Stenberg
2011-04-27whitespace cleanup: no space first in conditionalsDaniel Stenberg
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-02-09CURLE_TLSAUTH_FAILED: removedQuinn Slack
2011-02-07Curl_gmtime: added a portable gmtimeDaniel Stenberg
2011-01-19TLS-SRP: support added when using GnuTLSQuinn Slack
2011-01-08gtls: fix memory leakDaniel Stenberg
2011-01-04Curl_timeleft: s/conn/data in first argumentDaniel Stenberg
2010-11-20gtls: define and use gtls_EAGAIN, gtls_EINTR and gtls_EIO.Yang Tse
2010-11-19Detect socket errors in GnuTLS on WindowsMatthias Bolte
2010-11-14gnutls->handshake: improved timeout handlingDaniel Stenberg
2010-11-08fix compiler warningYang Tse
2010-05-11sendrecv: make them two pairs of send/recv to properly deal with FTPSHoward Chu
2010-05-07sendrecv: split the I/O handling into private handlerHoward Chu
2010-04-16GnuTLS: make the connection phase non-blockingJerome Vouillon
2010-04-16SSL_RECV: EOF is not an error hereDaniel Stenberg
2010-04-04refactorize interface of Curl_ssl_recv/Curl_ssl_sendKamil Dudka
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2009-10-19added cast macros to silent compiler warnings with 64-bit systems.Gunter Knauf
2009-08-30add casts to silent compiler warnings with 64bit systems.Gunter Knauf
2009-08-01- Curt Bogmine reported a problem with SNI enabled on a particular server. WeDaniel Stenberg
2009-07-22- David Binderman found a memory and fd leak in lib/gtls.c:load_file()Michal Marek
2009-05-05I simplified the SSL session id re-use code now to *always* ditch the previousDaniel Stenberg