Age | Commit message (Expand) | Author |
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 |
2016-02-16 | openssl: use macro to guard the opaque EVP_PKEY branch | Viktor Szakats |
2016-02-16 | openssl: avoid direct PKEY access with OpenSSL 1.1.0 | Viktor Szakats |
2016-02-09 | openssl: remove most BoringSSL #ifdefs. | David Benjamin |
2016-02-08 | configure: --with-ca-fallback: use built-in TLS CA fallback | Ludwig Nussel |
2016-02-06 | openssl: Fix signed/unsigned mismatch warning in X509V3_ext | Jay Satiro |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2016-01-14 | openssl: improved error detection/reporting | Daniel Stenberg |
2016-01-14 | openssl: for 1.1.0+ they now provide a SSLeay() macro of their own | Daniel Stenberg |
2015-12-14 | libressl: the latest openssl x509 funcs are not in libressl | Daniel Stenberg |
2015-12-13 | http: add libcurl option to allow HTTP/2 for HTTPS only | Daniel Stenberg |
2015-12-10 | openssl: adapt to openssl >= 1.1.0 X509 opaque structs | Daniel Stenberg |
2015-12-10 | openssl: avoid BIO_reset() warnings since it returns a value | Daniel Stenberg |
2015-12-10 | openssl: adapt to 1.1.0+ name changes | Daniel Stenberg |
2015-12-07 | openssl: BoringSSL doesn't have CONF_modules_free | Gisle Vanem |
2015-11-24 | Revert "cleanup: general removal of TODO (and similar) comments" | Daniel Stenberg |
2015-11-13 | openssl: Free modules on cleanup | Sebastian Pohlschmidt |
2015-11-13 | cleanup: general removal of TODO (and similar) comments | Daniel Stenberg |
2015-11-13 | openssl: remove #if check for 0.9.7 for ENGINE_load_private_key | Daniel Stenberg |
2015-11-13 | openssl: all supported versions have X509_STORE_set_flags | Daniel Stenberg |
2015-11-13 | openssl: remove 0.9.3 check | Daniel Stenberg |
2015-11-13 | openssl: remove #ifdefs for < 0.9.5 support | Daniel Stenberg |
2015-11-13 | lib/vtls/openssl: remove unused traces of yassl ifdefs | Daniel Stenberg |
2015-11-10 | BoringSSL: Work with stricter BIO_get_mem_data() | Douglas Creager |
2015-10-29 | Revert "openssl: engine: remove double-free" | Daniel Stenberg |
2015-10-27 | openssl: engine: remove double-free | Daniel Stenberg |