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
/
sslgen.h
Age
Commit message (
Expand
)
Author
2008-10-20
A few prototypes shouldn't be defined if SSL is disabled.
Dan Fandrich
2008-09-05
- Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. By
Daniel Stenberg
2008-07-05
fix compiler warning: empty body in an if-statement
Yang Tse
2008-06-11
- I did a cleanup of the internal generic SSL layer and how the various SSL
Daniel Stenberg
2008-05-09
- Make Curl_write and it's callees accept a const pointer, in preparation
Michal Marek
2007-08-27
Fixed some minor type mismatches and missing consts mainly found by splint.
Dan Fandrich
2007-07-29
Bug report #1759542 (http://curl.haxx.se/bug/view.cgi?id=1759542). A bad use
Daniel Stenberg
2007-01-25
fix compiler warnings for SSL-disabled builds
Daniel Stenberg
2007-01-25
fix non-SSL builds again
Daniel Stenberg
2007-01-24
moved the SSL pending function to the proper place and name
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
2006-10-27
Update copyright year, since the file has been modified
Yang Tse
2006-05-10
David McCreedy provided a fix for CURLINFO_LASTSOCKET that does extended
Daniel Stenberg
2006-03-21
Xavier Bouchoux made the SSL connection non-blocking for the multi interface
Daniel Stenberg
2005-04-07
GnuTLS support added. There's now a "generic" SSL layer that we use all over
Daniel Stenberg