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.h
Age
Commit message (
Expand
)
Author
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-04
refactorize interface of Curl_ssl_recv/Curl_ssl_send
Kamil Dudka
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2009-02-12
Added support for Digest and NTLM authentication using GnuTLS.
Dan Fandrich
2008-10-17
Forgot it's a struct
Dan Fandrich
2008-10-17
Fixed a compile error reported by Albert Chin on AIX and IRIX when using
Dan Fandrich
2008-06-11
- I did a cleanup of the internal generic SSL layer and how the various SSL
Daniel Stenberg
2008-06-10
fix warning in GnuTLS build by making sure Curl_gtls_send() takes a const
Daniel Stenberg
2007-09-27
Renamed a few variables to avoid shadowing global declarations.
Dan Fandrich
2007-08-01
Patrick Monnerat and I modified libcurl so that now it *copies* all strings
Daniel Stenberg
2007-01-05
- Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option to
Daniel Stenberg
2006-11-11
cleaned up Curl_write() and the sub functions it uses for various protocols.
Daniel Stenberg
2005-04-07
GnuTLS support added. There's now a "generic" SSL layer that we use all over
Daniel Stenberg