summaryrefslogtreecommitdiff
path: root/lib/sslgen.c
Commit message (Expand)AuthorAgeFilesLines
* schannel: Added SSL/TLS support with Microsoft Windows Schannel SSPIMarc Hoersken2012-06-111-0/+2
* ssl: fix duplicated SSL handshake with multi interface and proxyKamil Dudka2012-06-081-5/+5
* ssl session caching: fix compiler warningsYang Tse2012-01-181-23/+16
* Use Curl_ssl_connect for non-blocking connect fallbackSven Wegener2011-12-191-2/+1
* SSLSESSION_SHARED: new macro to check if session is sharedDaniel Stenberg2011-11-251-16/+13
* getsessionid: don't ever return while lockedDaniel Stenberg2011-11-171-9/+13
* Curl_ssl_getsessionid: increase the value, not the pointerDaniel Stenberg2011-11-171-1/+1
* SSL session share: move the age counter to the share objectAlejandro Alvarez Ayllon2011-11-171-5/+16
* libcurl: some OOM handling fixesYang Tse2011-10-071-1/+4
* SSL session sharing support addedAlejandro Alvarez2011-09-281-7/+42
* fix bool variables checking and assignmentYang Tse2011-09-051-3/+3
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-3/+0
* 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