Age | Commit message (Expand) | Author |
2017-02-08 | polarssl, mbedtls: Fix detection of pending data | Michael Kaufmann |
2017-02-07 | darwinssl: Avoid parsing certificates when not in verbose mode | Daniel Gustafsson |
2017-02-07 | schannel: Remove incorrect SNI disabled message | JDepooter |
2017-01-31 | openssl: Don't use certificate after transferring ownership | Adam Langley |
2017-01-29 | mbedtls: implement CTR-DRBG and HAVEGE random generators | Antoine Aubert |
2017-01-28 | mbedtls: disable TLS session tickets | Michael Kaufmann |
2017-01-28 | gnutls: disable TLS session tickets | Michael Kaufmann |
2017-01-28 | polarssl: fix hangs | Michael Kaufmann |
2017-01-22 | vtls: source indentation fix | Daniel Stenberg |
2017-01-20 | vtls: fix PolarSSL non-blocking handling | Daniel Stenberg |
2017-01-20 | vtls: fix mbedtls multi non blocking handshake. | Antoine Aubert |
2017-01-17 | openssl: Fix random generation | Jay Satiro |
2017-01-15 | nss: use the correct lock in nss_find_slot_by_name() | Kamil Dudka |
2017-01-13 | gnutls: check for alpn and ocsp in configure | Marcus Hoffmann |
2017-01-12 | rand: make it work without TLS backing | Daniel Stenberg |
2017-01-07 | wolfssl: display negotiated SSL version and cipher | Dan Fandrich |
2017-01-06 | wolfssl: support setting cipher list | Dan Fandrich |
2017-01-03 | darwinssl: --insecure overrides --cacert if both settings are in use | Nick Zitzmann |
2016-12-27 | darwinssl: fix CFArrayRef leak | Chris Araman |
2016-12-27 | darwinssl: fix iOS build | Chris Araman |
2016-12-26 | vtls: s/SSLEAY/OPENSSL | Daniel Stenberg |
2016-12-24 | cyassl: use time_t instead of long for timeout | Jay Satiro |
2016-12-23 | openssl-random: check return code when asking for random | Daniel Stenberg |
2016-12-23 | gnutls-random: check return code for failed random | Daniel Stenberg |
2016-12-19 | schannel: fix wildcard cert name validation on Win CE | Dan McNulty |
2016-12-18 | openssl: simplify expression in Curl_ossl_version | Michael Kaufmann |
2016-12-14 | checksrc: warn for assignments within if() expressions | Daniel Stenberg |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-12-07 | openssl: don't use OpenSSL's ERR_PACK. | Adam Langley |
2016-11-30 | cyassl: fixed typo introduced in 4f8b1774 | Dan Fandrich |
2016-11-26 | curl_version_info: add CURL_VERSION_HTTPS_PROXY | Okhin Vasilij |
2016-11-25 | HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEY | Thomas Glanzmann |
2016-11-24 | checksrc: move open braces to comply with function declaration style | Daniel Stenberg |
2016-11-24 | checksrc: white space edits to comply to stricter checksrc | Daniel Stenberg |
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg |
2016-11-24 | openssl: remove dead code | Daniel Stenberg |
2016-11-24 | HTTPS-proxy: fixed mbedtls and polishing | Okhin Vasilij |
2016-11-24 | darwinssl: adopted to the HTTPS proxy changes | Daniel Stenberg |
2016-11-24 | gtls: fix indent to silence compiler warning | Daniel Stenberg |
2016-11-24 | mbedtls: Fix compile errors | Thomas Glanzmann |
2016-11-24 | proxy: Support HTTPS proxy and SOCKS+HTTP(s) | Alex Rousskov |
2016-11-24 | Limit ASN.1 structure sizes to 256K. Prevent some allocation size overflows. | Patrick Monnerat |
2016-11-19 | vtls: fix build warnings | Marcel Raad |
2016-11-15 | darwinssl: fix SSL client certificate not found on MacOS Sierra | David Schweikert |
2016-11-14 | Curl_rand: fixed and moved to rand.c | Daniel Stenberg |
2016-11-11 | openssl: make sure to fail in the unlikely event that PRNG seeding fails | Daniel Stenberg |
2016-11-11 | openssl: avoid unnecessary seeding if already done | Daniel Stenberg |
2016-11-11 | openssl: RAND_status always exists in OpenSSL >= 0.9.7 | Daniel Stenberg |
2016-11-10 | openssl: raise the max_version to 1.3 if asked for | Daniel Stenberg |
2016-11-09 | vtls: Fail on unrecognized param for CURLOPT_SSLVERSION | Jay Satiro |