Age | Commit message (Expand) | Author |
2013-07-15 | OS400: new SSL backend GSKit | Patrick Monnerat |
2013-07-15 | ssluse.c,sslgen.c,sslgen.h: move certinfo support to generic SSL | Patrick Monnerat |
2013-07-15 | sslgen.c: fix Curl_rand() compiler warning | Yang Tse |
2013-07-15 | sslgen.c: fix unreleased Curl_rand() infinite recursion | Yang Tse |
2013-06-25 | formpost: better random boundaries | Daniel Stenberg |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: rename 93 lib/*.c files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse |
2012-06-28 | sslgen.c: cleanup temporary compile-time SSL-backend check | Yang Tse |
2012-06-27 | sslgen: avoid compiler error in SSPI builds | Daniel Stenberg |
2012-06-27 | sslgen.c: add compile-time check for SSL-backend completeness | Yang Tse |
2012-06-26 | DarwinSSL: several adjustments | Nick Zitzmann |
2012-06-26 | SSL cleanup: use crypto functions through the sslgen layer | Daniel Stenberg |
2012-06-26 | darwinssl: add support for native Mac OS X/iOS SSL | Nick Zitzmann |
2012-06-11 | schannel: Added SSL/TLS support with Microsoft Windows Schannel SSPI | Marc Hoersken |
2012-06-08 | ssl: fix duplicated SSL handshake with multi interface and proxy | Kamil Dudka |
2012-01-18 | ssl session caching: fix compiler warnings | Yang Tse |
2011-12-19 | Use Curl_ssl_connect for non-blocking connect fallback | Sven Wegener |
2011-11-25 | SSLSESSION_SHARED: new macro to check if session is shared | Daniel Stenberg |
2011-11-17 | getsessionid: don't ever return while locked | Daniel Stenberg |
2011-11-17 | Curl_ssl_getsessionid: increase the value, not the pointer | Daniel Stenberg |
2011-11-17 | SSL session share: move the age counter to the share object | Alejandro Alvarez Ayllon |
2011-10-07 | libcurl: some OOM handling fixes | Yang Tse |
2011-09-28 | SSL session sharing support added | Alejandro Alvarez |
2011-09-05 | fix bool variables checking and assignment | Yang Tse |
2011-07-26 | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse |
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg |
2011-04-16 | Curl_ssl_shutdown: restore send/recv pointers | Daniel Stenberg |
2011-03-08 | SSL: (part 2) Added CyaSSL to SSL abstraction layer | Todd A Ouska |
2011-01-10 | SSL: fix memory leak | Quinn Slack |
2010-12-15 | Preparing for axTLS. Actual SSL API functions are only stubbed. | Eric Hu |
2010-05-07 | sendrecv: split the I/O handling into private handler | Howard Chu |
2010-05-05 | PolarSSL: initial support added | Hoi-Ho Chan |
2010-04-04 | refactorize interface of Curl_ssl_recv/Curl_ssl_send | Kamil Dudka |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2010-03-22 | Fix insufficient initialization in Curl_clone_ssl_config() | douglas steinwand |
2010-03-19 | - Improved Curl_read() to not ignore the error returned from Curl_ssl_recv(). | Kamil Dudka |
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 |