Age | Commit message (Expand) | Author |
2013-07-15 | ssluse.c,sslgen.c,sslgen.h: move certinfo support to generic SSL | Patrick Monnerat |
2013-06-23 | ossl_recv: check for an OpenSSL error, don't assume | Daniel Stenberg |
2013-06-10 | cert_stuff: avoid double free in the PKCS12 code | Daniel Stenberg |
2013-06-10 | cert_stuff: remove code duplication in the pkcs12 logic | Daniel Stenberg |
2013-05-22 | ossl_recv: SSL_read() returning 0 is an error too | Mike Giancola |
2013-05-22 | ossl_send: SSL_write() returning 0 is an error too | Mike Giancola |
2013-05-07 | servercert: allow empty subject | Daniel Stenberg |
2013-02-22 | ossl_seed: avoid recursive seeding! | Daniel Stenberg |
2013-02-14 | ossl_seed: fix the last resort PRNG seeding | Daniel Stenberg |
2013-01-17 | always-multi: always use non-blocking internals | 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 |
2013-01-03 | build: make use of 93 lib/*.c renamed 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-11-13 | OpenSSL: Disable SSL/TLS compression | Cristian RodrÃguez |
2012-11-08 | SSL: Several SSL-backend related fixes | Oscar Koeroo |
2012-11-06 | OpenSSL/servercert: use correct buffer size, not size of pointer | Daniel Stenberg |
2012-11-06 | CURLOPT_SSL_VERIFYHOST: stop supporting the 1 value | Daniel Stenberg |
2012-10-08 | ssluse.c: md5.h is required for Curl_ossl_md5sum | Marc Hoersken |
2012-06-27 | ssluse.c: fix compiler warning: conversion to 'int' from 'size_t' | Yang Tse |
2012-06-26 | ossl_seed: remove leftover RAND_screen check | Daniel Stenberg |
2012-06-26 | SSL cleanup: use crypto functions through the sslgen layer | Daniel Stenberg |
2012-06-14 | Fix bad failf() and info() usage | Yang Tse |
2012-06-09 | OpenSSL: support longer certificate subject names | Daniel Stenberg |
2012-04-23 | OpenSSL cert: provide more details when cert check fails | Gokhan Sengun |
2012-04-01 | OpenSSL: Made cert hostname check conform to RFC 6125 | Tatsuhiro Tsujikawa |
2012-03-22 | fix several compiler warnings | Yang Tse |
2012-03-16 | fix some compiler warnings | Yang Tse |
2012-02-09 | CURLOPT_SSL_OPTIONS: added | Daniel Stenberg |
2012-01-24 | OpenSSL: don't disable security work-around | Daniel Stenberg |
2012-01-19 | OpenSSL: follow-up for commit a20daf90e3 | Yang Tse |
2012-01-18 | OpenSSL: fix PKCS#12 certificate parsing related memory leak | Johannes Bauer |
2012-01-18 | OpenSSL: SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG option is no longer enabled | Yang Tse |
2012-01-04 | OpenSSL: remove reference to openssl internal struct | Peter Sylvester |
2011-12-06 | OpenSSL: check for the SSLv2 function in configure | Daniel Stenberg |
2011-11-04 | ssluse.c: fix calling of OpenSSL's ERR_remove_state(0) | Yang Tse |
2011-10-11 | OOM handling/cleanup slight adjustments | Yang Tse |
2011-10-07 | libcurl: some OOM handling fixes | Yang Tse |
2011-09-05 | fix bool variables checking and assignment | Yang Tse |
2011-09-03 | fix a bunch of MSVC compiler warnings | Yang Tse |
2011-08-07 | OpenSSL: Use SSL_MODE_RELEASE_BUFFERS if available, reduces memory use | Cristian RodrÃguez |
2011-07-26 | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse |
2011-06-04 | Curl_socket_ready: make timeout a 'long' | Daniel Stenberg |
2011-06-02 | OpenSSL enabled: require OPENSSL_VERSION_NUMBER definition before usage. | Yang Tse |
2011-05-21 | compiler warning: fix | Yang Tse |
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg |
2011-04-21 | Fix a couple of spelling errors in lib/ | Fabian Keil |
2011-04-20 | CURL_DOES_CONVERSIONS: cleanup | Daniel Stenberg |