Age | Commit message (Expand) | Author |
2017-07-28 | timeval: struct curltime is a struct timeval replacement | Daniel Stenberg |
2017-06-30 | openssl: improve fallback seed of PRNG with a time based hash | dmitrykos |
2017-06-16 | HTTPS-Proxy: don't offer h2 for https proxy connections | Jay Satiro |
2017-06-13 | libressl: OCSP and intermediate certs workaround no longer needed | Stuart Henderson |
2017-05-01 | openssl: use local stack for temp storage | Daniel Stenberg |
2017-04-20 | openssl: fix memory leak in servercert | Daniel Stenberg |
2017-04-18 | TLS: Fix switching off SSL session id when client cert is used | Jay Satiro |
2017-04-17 | openssl: don't try to print nonexistant peer private keys | David Benjamin |
2017-04-17 | openssl: fix thread-safety bugs in error-handling | David Benjamin |
2017-04-17 | openssl: make SSL_ERROR_to_str more future-proof | David Benjamin |
2017-04-10 | openssl: fix this statement may fall through [-Wimplicit-fallthrough=] | Alexis La Goutte |
2017-04-08 | vtls: fix unreferenced variable warnings | Marcel Raad |
2017-03-28 | openssl: exclude DSA code when OPENSSL_NO_DSA is defined | Jay Satiro |
2017-03-26 | spelling fixes | klemens |
2017-03-23 | openssl: fix comparison between signed and unsigned integer expressions | Daniel Stenberg |
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 |