index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
gtls.c
Age
Commit message (
Expand
)
Author
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
2013-01-03
build: make use of 93 lib/*.c renamed files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-12-14
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
Yang Tse
2012-11-06
CURLOPT_SSL_VERIFYHOST: stop supporting the 1 value
Daniel Stenberg
2012-11-06
gnutls: fix compiler warnings
Daniel Stenberg
2012-11-06
gnutls: print alerts during handshake
Alessandro Ghedini
2012-11-06
gnutls: fix the error_is_fatal logic
Alessandro Ghedini
2012-10-16
gnutls: put reset code into else block
Alessandro Ghedini
2012-09-04
gnutls: do not fail on non-fatal handshake errors
Alessandro Ghedini
2012-08-06
gtls: fix build failure by including nettle-specific headers
Daniel Stenberg
2012-06-26
SSL cleanup: use crypto functions through the sslgen layer
Daniel Stenberg
2012-06-14
Fix bad failf() and info() usage
Yang Tse
2012-01-24
gnutls: enforced use of SSLv3
Daniel Stenberg
2012-01-16
add LF termination to infof() trace string
Yang Tse
2011-11-24
Fix unreleased regression when using windows gnutls versions older than 2.8
Yang Tse
2011-11-23
gnutls: only translate winsock errors for old versions
Mark Brand
2011-11-19
Add support for using nettle instead of gcrypt as gnutls backend
Martin Storsjo
2011-11-02
gtls_connect_step1: remove use of deprecated functions
Daniel Stenberg
2011-10-29
gtls.c: gnutls_transport_set_global_errno() deprecated in version 2.12.3
Yang Tse
2011-10-20
gtls: only call gnutls_transport_set_lowat with <gnutls-2.12.0
Tim Harder
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-06-04
Curl_socket_ready: make timeout a 'long'
Daniel Stenberg
2011-05-18
GnuTLS handshake: fix timeout
Daniel Stenberg
2011-04-27
whitespace cleanup: no space first in conditionals
Daniel Stenberg
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-02-09
CURLE_TLSAUTH_FAILED: removed
Quinn Slack
2011-02-07
Curl_gmtime: added a portable gmtime
Daniel Stenberg
2011-01-19
TLS-SRP: support added when using GnuTLS
Quinn Slack
2011-01-08
gtls: fix memory leak
Daniel Stenberg
2011-01-04
Curl_timeleft: s/conn/data in first argument
Daniel Stenberg
2010-11-20
gtls: define and use gtls_EAGAIN, gtls_EINTR and gtls_EIO.
Yang Tse
2010-11-19
Detect socket errors in GnuTLS on Windows
Matthias Bolte
2010-11-14
gnutls->handshake: improved timeout handling
Daniel Stenberg
2010-11-08
fix compiler warning
Yang Tse
2010-05-11
sendrecv: make them two pairs of send/recv to properly deal with FTPS
Howard Chu
2010-05-07
sendrecv: split the I/O handling into private handler
Howard Chu
2010-04-16
GnuTLS: make the connection phase non-blocking
Jerome Vouillon
2010-04-16
SSL_RECV: EOF is not an error here
Daniel Stenberg
2010-04-04
refactorize interface of Curl_ssl_recv/Curl_ssl_send
Kamil Dudka
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2009-10-19
added cast macros to silent compiler warnings with 64-bit systems.
Gunter Knauf
2009-08-30
add 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. We
Daniel Stenberg
2009-07-22
- David Binderman found a memory and fd leak in lib/gtls.c:load_file()
Michal Marek
2009-05-05
I simplified the SSL session id re-use code now to *always* ditch the previous
Daniel Stenberg
2009-05-04
- Inspired by Michael Smith's session id fix for OpenSSL, I did the
Daniel Stenberg
2009-04-21
libcurl's memory.h renamed to curl_memory.h
Yang Tse
[next]