Age | Commit message (Expand) | Author |
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 |
2016-05-20 | openssl: cleanup must free compression methods | Jay Satiro |
2016-05-19 | openssl: ERR_remove_thread_state() is deprecated in latest 1.1.0 | Daniel Stenberg |
2016-05-17 | openssl: get_cert_chain: fix NULL dereference | Daniel Stenberg |
2016-05-17 | openssl: get_cert_chain: avoid NULL dereference | Daniel Stenberg |
2016-05-12 | openssl: fix compile-time warning in Curl_ossl_check_cxn() | Kamil Dudka |
2016-05-11 | openssl: stricter connection check function | Jay Satiro |
2016-05-11 | TLS: SSL_peek is not a const operation | Anders Bakken |
2016-05-09 | TLS: move the ALPN/NPN enable bits to the connection | Daniel Stenberg |
2016-04-26 | openssl: avoid BN_print a NULL bignum | Daniel Stenberg |
2016-04-21 | openssl: builds with OpenSSL 1.1.0-pre5 | Daniel Stenberg |
2016-03-30 | openssl: Fix compilation warnings | Marcel Raad |
2016-03-23 | openssl: boringssl provides the same numbering as openssl | Daniel Stenberg |
2016-03-23 | openssl: fix ERR_remove_thread_state() for boringssl/libressl | Daniel Stenberg |
2016-03-20 | openssl: Fixed compilation warning when /Wall enabled | Steve Holme |
2016-03-17 | openssl: adapt to API breakage in ERR_remove_thread_state() | Gisle Vanem |
2016-03-17 | openssl: verbose: show matching SAN pattern | Daniel Stenberg |
2016-03-08 | openssl: use the correct OpenSSL/BoringSSL/LibreSSL in messages | Gisle Vanem |