Age | Commit message (Expand) | Author |
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 |
2016-11-07 | nss: silence warning 'SSL_NEXT_PROTO_EARLY_VALUE not handled in switch' | Kamil Dudka |
2016-11-07 | openssl: initial TLS 1.3 adaptions | Daniel Stenberg |
2016-11-07 | vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3 | Kamil Dudka |
2016-11-07 | nss: map CURL_SSLVERSION_DEFAULT to NSS default | Kamil Dudka |
2016-11-07 | s/cURL/curl | Daniel Stenberg |
2016-11-04 | mbedtls: fix build with mbedtls versions < 2.4.0 | Daniel Stenberg |
2016-10-31 | gskit, nss: do not include strequal.h | Kamil Dudka |
2016-10-31 | strcasecompare: replaced remaining rawstr.h with strcase.h | Dan Fandrich |
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg |
2016-10-31 | strcasecompare: is the new name for strequal() | Daniel Stenberg |
2016-10-26 | mbedtls: stop using deprecated include file | Daniel Stenberg |
2016-10-25 | nss: fix tight loop in non-blocking TLS handhsake over proxy | Martin Frodl |
2016-10-18 | polarssl: indented code, removed unused variables | Daniel Stenberg |
2016-10-18 | polarssl: reduce #ifdef madness with a macro | Daniel Stenberg |
2016-10-18 | polarssl: fix unaligned SSL session-id lock | Daniel Stenberg |
2016-10-18 | Curl_polarsslthreadlock_thread_setup: clear array at init | Daniel Stenberg |
2016-10-18 | select: switch to macros in uppercase | Daniel Stenberg |
2016-10-13 | vtls: only re-use session-ids using the same scheme | Daniel Stenberg |
2016-09-22 | nss: add chacha20-poly1305 cipher suites if supported by NSS | Kamil Dudka |
2016-09-22 | nss: add cipher suites using SHA384 if supported by NSS | Kamil Dudka |
2016-09-22 | nss: fix typo in ecdhe_rsa_null cipher suite string | Kamil Dudka |
2016-09-19 | darwinssl: Fix typo in comment | Daniel Gustafsson |
2016-09-19 | libressl: fix version output | Bernard Spil |
2016-09-19 | openssl: don't call ERR_remote_thread_state on >= 1.1.0 | Daniel Stenberg |