summaryrefslogtreecommitdiff
path: root/lib/sslgen.c
Commit message (Expand)AuthorAgeFilesLines
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-2/+2
* Curl_ssl_shutdown: restore send/recv pointersDaniel Stenberg2011-04-161-1/+4
* SSL: (part 2) Added CyaSSL to SSL abstraction layerTodd A Ouska2011-03-081-0/+2
* SSL: fix memory leakQuinn Slack2011-01-101-1/+4
* Preparing for axTLS. Actual SSL API functions are only stubbed.Eric Hu2010-12-151-0/+1
* sendrecv: split the I/O handling into private handlerHoward Chu2010-05-071-19/+0
* PolarSSL: initial support addedHoi-Ho Chan2010-05-051-0/+2
* refactorize interface of Curl_ssl_recv/Curl_ssl_sendKamil Dudka2010-04-041-26/+10
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Fix insufficient initialization in Curl_clone_ssl_config()douglas steinwand2010-03-221-0/+10
* - Improved Curl_read() to not ignore the error returned from Curl_ssl_recv().Kamil Dudka2010-03-191-5/+5
* Make usage of calloc()'s arguments consistent with rest of code baseYang Tse2009-11-181-1/+1
* - Michael Smith posted bug report #2786255Daniel Stenberg2009-05-041-0/+16
* - Bug report #2779733 (http://curl.haxx.se/bug/view.cgi?id=2779733) by SvenDaniel Stenberg2009-04-261-1/+5
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* corrected and clarified the top commentDaniel Stenberg2009-02-251-4/+4
* moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg2008-10-231-2/+2
* Created Curl_raw_nequal() which does a C-locale string case comparison.Dan Fandrich2008-10-231-3/+1
* 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