summaryrefslogtreecommitdiff
path: root/lib/sslgen.c
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary typecasting of calloc()Yang Tse2008-09-061-2/+1
* Only compile Curl_ssl_free_certinfo when SSL is enabledDan Fandrich2008-09-051-1/+1
* - Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. ByDaniel Stenberg2008-09-051-0/+12
* Introcuding a new timestamp for curl_easy_getinfo():Daniel Stenberg2008-07-031-2/+9
* - I did a cleanup of the internal generic SSL layer and how the various SSLDaniel Stenberg2008-06-111-326/+34
* - Make Curl_write and it's callees accept a const pointer, in preparationMichal Marek2008-05-091-1/+1
* - Based on initial work done by Gautam Kachroo to address a bug, we now keepDaniel Stenberg2008-02-201-1/+3
* added missing semicolon fromn last commit.Gunter Knauf2007-12-251-1/+1
* Gary Maxwell filed bug report #1856628Daniel Stenberg2007-12-241-0/+3
* Bug report #1842029 (http://curl.haxx.se/bug/view.cgi?id=1842029) identifiedDaniel Stenberg2007-12-031-0/+1
* I think this is the right fix for other non-OpenSSL libs, based on the NSS fixDaniel Stenberg2007-11-191-0/+2
* Rob Crittenden fixed SSL connections with NSS done with the multi-interfaceDaniel Stenberg2007-11-181-0/+1
* if () => if()Daniel Stenberg2007-11-071-1/+1
* #ifdef out a few more functions when SSL is disabled.Dan Fandrich2007-09-251-1/+1
* Fixed some minor type mismatches and missing consts mainly found by splint.Dan Fandrich2007-08-271-4/+4
* Patrick Monnerat and I modified libcurl so that now it *copies* all stringsDaniel Stenberg2007-08-011-14/+5
* Fixed compiler warning on non-SSL buildsDan Fandrich2007-07-301-0/+4
* Bug report #1759542 (http://curl.haxx.se/bug/view.cgi?id=1759542). A bad useDaniel Stenberg2007-07-291-19/+16
* Implemented the parts of Patrick Monnerat's OS/400 patch that introducesDaniel Stenberg2007-07-231-0/+70
* Curl_ssl_close(): mark the connection as not using SSL anymore, to betterDaniel Stenberg2007-04-211-7/+4
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-3/+1
* compiler warning fixYang Tse2007-02-131-0/+1
* Rob Crittenden added support for NSS (Network Security Service) for theDaniel Stenberg2007-02-121-2/+69
* compiler warning fixYang Tse2007-02-011-1/+1
* fix compiler warnings for SSL-disabled buildsDaniel Stenberg2007-01-251-0/+3
* moved the SSL pending function to the proper place and nameDaniel Stenberg2007-01-241-0/+13
* Correct error code for CCC/SSL shutdown failureLinus Nielsen Feltzing2007-01-081-2/+4
* Fix compilation errors when building without SSLLinus Nielsen Feltzing2007-01-061-2/+7
* - Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option toDaniel Stenberg2007-01-051-1/+13
* Brendan Jurd pointed out these typosDaniel Stenberg2006-12-161-1/+1
* cleaned up Curl_write() and the sub functions it uses for various protocols.Daniel Stenberg2006-11-111-8/+8
* Compiler warning fixYang Tse2006-09-121-2/+2
* - Fixed my breakage from earlier today so that doing curl_easy_cleanup() on aDaniel Stenberg2006-09-111-0/+8
* silence warningDaniel Stenberg2006-05-111-0/+1
* David McCreedy provided a fix for CURLINFO_LASTSOCKET that does extendedDaniel Stenberg2006-05-101-0/+18
* Xavier Bouchoux made the SSL connection non-blocking for the multi interfaceDaniel Stenberg2006-03-211-1/+18
* removed old debug left-over infof() callDaniel Stenberg2005-08-111-2/+0
* use calloc instead of malloc to save a call to memset()Daniel Stenberg2005-05-051-4/+1
* prevent memory leak when built SSL disabledDaniel Stenberg2005-05-041-0/+6
* prevent compiler warningDaniel Stenberg2005-04-191-1/+1
* re-arrange some code to prevent warnings on unreachable codeDaniel Stenberg2005-04-081-4/+7
* GnuTLS support added. There's now a "generic" SSL layer that we use all overDaniel Stenberg2005-04-071-0/+535