summaryrefslogtreecommitdiff
path: root/lib/sslgen.c
Commit message (Expand)AuthorAgeFilesLines
* vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg2013-12-201-689/+0
* Curl_ssl_push_certinfo_len: don't %.*s non-zero-terminated stringDaniel Stenberg2013-11-051-2/+15
* OS400: new SSL backend GSKitPatrick Monnerat2013-07-151-0/+2
* ssluse.c,sslgen.c,sslgen.h: move certinfo support to generic SSLPatrick Monnerat2013-07-151-0/+65
* sslgen.c: fix Curl_rand() compiler warningYang Tse2013-07-151-31/+29
* sslgen.c: fix unreleased Curl_rand() infinite recursionYang Tse2013-07-151-3/+4
* formpost: better random boundariesDaniel Stenberg2013-06-251-5/+74
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+541
* build: rename 93 lib/*.c filesYang Tse2013-01-031-541/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-16/+16
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-4/+0
* sslgen.c: cleanup temporary compile-time SSL-backend checkYang Tse2012-06-281-36/+4
* sslgen: avoid compiler error in SSPI buildsDaniel Stenberg2012-06-271-0/+5
* sslgen.c: add compile-time check for SSL-backend completenessYang Tse2012-06-271-0/+33
* DarwinSSL: several adjustmentsNick Zitzmann2012-06-261-1/+1
* SSL cleanup: use crypto functions through the sslgen layerDaniel Stenberg2012-06-261-0/+15
* darwinssl: add support for native Mac OS X/iOS SSLNick Zitzmann2012-06-261-0/+2
* 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