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.c
Age
Commit message (
Expand
)
Author
2009-11-18
Make usage of calloc()'s arguments consistent with rest of code base
Yang Tse
2009-05-04
- Michael Smith posted bug report #2786255
Daniel Stenberg
2009-04-26
- Bug report #2779733 (http://curl.haxx.se/bug/view.cgi?id=2779733) by Sven
Daniel Stenberg
2009-04-21
libcurl's memory.h renamed to curl_memory.h
Yang Tse
2009-02-25
corrected and clarified the top comment
Daniel Stenberg
2008-10-23
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
Daniel Stenberg
2008-10-23
Created Curl_raw_nequal() which does a C-locale string case comparison.
Dan Fandrich
2008-09-06
remove unnecessary typecasting of calloc()
Yang Tse
2008-09-05
Only compile Curl_ssl_free_certinfo when SSL is enabled
Dan Fandrich
2008-09-05
- Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. By
Daniel Stenberg
2008-07-03
Introcuding a new timestamp for curl_easy_getinfo():
Daniel Stenberg
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
2008-02-20
- Based on initial work done by Gautam Kachroo to address a bug, we now keep
Daniel Stenberg
2007-12-25
added missing semicolon fromn last commit.
Gunter Knauf
2007-12-24
Gary Maxwell filed bug report #1856628
Daniel Stenberg
2007-12-03
Bug report #1842029 (http://curl.haxx.se/bug/view.cgi?id=1842029) identified
Daniel Stenberg
2007-11-19
I think this is the right fix for other non-OpenSSL libs, based on the NSS fix
Daniel Stenberg
2007-11-18
Rob Crittenden fixed SSL connections with NSS done with the multi-interface
Daniel Stenberg
2007-11-07
if () => if()
Daniel Stenberg
2007-09-25
#ifdef out a few more functions when SSL is disabled.
Dan Fandrich
2007-08-27
Fixed some minor type mismatches and missing consts mainly found by splint.
Dan Fandrich
2007-08-01
Patrick Monnerat and I modified libcurl so that now it *copies* all strings
Daniel Stenberg
2007-07-30
Fixed compiler warning on non-SSL builds
Dan Fandrich
2007-07-29
Bug report #1759542 (http://curl.haxx.se/bug/view.cgi?id=1759542). A bad use
Daniel Stenberg
2007-07-23
Implemented the parts of Patrick Monnerat's OS/400 patch that introduces
Daniel Stenberg
2007-04-21
Curl_ssl_close(): mark the connection as not using SSL anymore, to better
Daniel Stenberg
2007-02-26
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
Gisle Vanem
2007-02-13
compiler warning fix
Yang Tse
2007-02-12
Rob Crittenden added support for NSS (Network Security Service) for the
Daniel Stenberg
2007-02-01
compiler warning fix
Yang Tse
2007-01-25
fix compiler warnings for SSL-disabled builds
Daniel Stenberg
2007-01-24
moved the SSL pending function to the proper place and name
Daniel Stenberg
2007-01-08
Correct error code for CCC/SSL shutdown failure
Linus Nielsen Feltzing
2007-01-06
Fix compilation errors when building without SSL
Linus Nielsen Feltzing
2007-01-05
- Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option to
Daniel Stenberg
2006-12-16
Brendan Jurd pointed out these typos
Daniel Stenberg
2006-11-11
cleaned up Curl_write() and the sub functions it uses for various protocols.
Daniel Stenberg
2006-09-12
Compiler warning fix
Yang Tse
2006-09-11
- Fixed my breakage from earlier today so that doing curl_easy_cleanup() on a
Daniel Stenberg
2006-05-11
silence warning
Daniel Stenberg
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-08-11
removed old debug left-over infof() call
Daniel Stenberg
2005-05-05
use calloc instead of malloc to save a call to memset()
Daniel Stenberg
2005-05-04
prevent memory leak when built SSL disabled
Daniel Stenberg
2005-04-19
prevent compiler warning
Daniel Stenberg
2005-04-08
re-arrange some code to prevent warnings on unreachable code
Daniel Stenberg
2005-04-07
GnuTLS support added. There's now a "generic" SSL layer that we use all over
Daniel Stenberg