Age | Commit message (Expand) | Author |
2017-03-23 | openssl: made the error table static const | Dan Fandrich |
2017-03-23 | openssl: fall back on SSL_ERROR_* string when no error detail | Jay Satiro |
2017-03-13 | Improve code readbility | Sylvestre Ledru |
2017-03-10 | openssl: add two /* FALLTHROUGH */ to satisfy coverity | Daniel Stenberg |
2017-03-08 | openssl: unbreak the build after 6448f98c1857de | Daniel Stenberg |
2017-03-08 | vtls: add options to specify range of enabled TLS versions | Jozef Kralik |
2017-03-03 | build: fix gcc7 implicit fallthrough warnings | Alexis La Goutte |
2017-01-31 | openssl: Don't use certificate after transferring ownership | Adam Langley |
2017-01-17 | openssl: Fix random generation | Jay Satiro |
2017-01-12 | rand: make it work without TLS backing | Daniel Stenberg |
2016-12-23 | openssl-random: check return code when asking for random | Daniel Stenberg |
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-25 | HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEY | Thomas Glanzmann |
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 | proxy: Support HTTPS proxy and SOCKS+HTTP(s) | Alex Rousskov |
2016-11-19 | vtls: fix build warnings | Marcel Raad |
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 | openssl: initial TLS 1.3 adaptions | Daniel Stenberg |
2016-11-07 | s/cURL/curl | Daniel Stenberg |
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-18 | select: switch to macros in uppercase | Daniel Stenberg |
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 |
2016-09-19 | openssl: don’t call CRYTPO_cleanup_all_ex_data | Daniel Stenberg |
2016-09-14 | openssl: fix per-thread memory leak usiong 1.0.1 or 1.0.2 | Daniel Stenberg |
2016-09-09 | openssl: fix bad memory free (regression) | Daniel Stenberg |
2016-09-06 | openssl: fix CURLINFO_SSL_VERIFYRESULT | Gaurav Malhotra |
2016-09-05 | openssl: Fix compilation with OPENSSL_API_COMPAT=0x10100000L | Marcel Raad |
2016-08-25 | openssl: make build with 1.1.0 again | Daniel Stenberg |
2016-08-16 | openssl: use regular malloc instead of OPENSSL_malloc | Daniel Stenberg |
2016-08-13 | openssl: accept subjectAltName iPAddress if no dNSName match | Jay Satiro |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-06-22 | vtls: Only call add/getsession if session id is enabled | Jay Satiro |
2016-06-19 | openssl: use more 'const' to fix build warnings with 1.1.0 branch | Daniel Stenberg |
2016-06-16 | openssl: fix cert check with non-DNS name fields present | Daniel Stenberg |
2016-06-01 | vtls: fix ssl session cache race condition | Ivan Avdeev |
2016-05-31 | openssl: rename the private SSL_strerror | Daniel Stenberg |
2016-05-31 | openssl: Use correct buffer sizes for error messages | Michael Kaufmann |
2016-05-30 | openssl: fix build with OPENSSL_NO_COMP | Marcel Raad |