Age | Commit message (Expand) | Author |
2018-05-21 | checksrc: make sure sizeof() is used *with* parentheses | Daniel Stenberg |
2018-05-04 | vtls: fix missing commas | Daniel Stenberg |
2018-05-04 | vtls: use unified "supports" bitfield member in backends | Daniel Stenberg |
2018-04-26 | cyassl: adapt to libraries without TLS 1.0 support built-in | Daniel Stenberg |
2018-04-06 | tls: fix mbedTLS 2.7.0 build + handle sha256 failures | Wyatt O'Day |
2018-03-05 | WolfSSL: adding TLSv1.3 | sergii.kavunenko |
2018-01-05 | build: remove HAVE_LIMITS_H check | Jay Satiro |
2017-10-19 | vtls: change struct Curl_ssl `close' field name to `close_one'. | Patrick Monnerat |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-08-31 | cyassl: call it the "WolfSSL" backend | Daniel Stenberg |
2017-08-28 | vtls: refactor out essential information about the SSL backends | Johannes Schindelin |
2017-08-28 | vtls: allow selecting which SSL backend to use at runtime | Johannes Schindelin |
2017-08-28 | vtls: fold the backend ID into the Curl_ssl structure | Johannes Schindelin |
2017-08-28 | vtls: encapsulate SSL backend-specific data | Johannes Schindelin |
2017-08-28 | vtls: prepare the SSL backends for encapsulated private data | Johannes Schindelin |
2017-08-28 | getinfo: access SSL internals via Curl_ssl | Johannes Schindelin |
2017-08-28 | vtls: remove obsolete declarations of SSL backend functionality | Johannes Schindelin |
2017-08-28 | vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl struct | Johannes Schindelin |
2017-08-28 | vtls: convert the have_curlssl_* constants to runtime flags | Johannes Schindelin |
2017-08-28 | vtls: move sha256sum into the Curl_ssl struct | Johannes Schindelin |
2017-08-28 | vtls: move md5sum into the Curl_ssl struct | Johannes Schindelin |
2017-08-28 | vtls: use the Curl_ssl struct to access all SSL backends' functionality | Johannes Schindelin |
2017-08-28 | vtls: declare Curl_ssl structs for every SSL backend | Johannes Schindelin |
2017-06-03 | cyassl: define build macros before including ssl.h | Marcel Raad |
2017-04-18 | TLS: Fix switching off SSL session id when client cert is used | Jay Satiro |
2017-03-08 | vtls: add options to specify range of enabled TLS versions | Jozef Kralik |
2017-02-26 | cyassl: get library version string at runtime | Jay Satiro |
2017-01-12 | rand: make it work without TLS backing | Daniel Stenberg |
2017-01-07 | wolfssl: display negotiated SSL version and cipher | Dan Fandrich |
2017-01-06 | wolfssl: support setting cipher list | Dan Fandrich |
2016-12-24 | cyassl: use time_t instead of long for timeout | Jay Satiro |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-11-30 | cyassl: fixed typo introduced in 4f8b1774 | Dan Fandrich |
2016-11-25 | HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEY | 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-09 | vtls: Fail on unrecognized param for CURLOPT_SSLVERSION | Jay Satiro |
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-18 | select: switch to macros in uppercase | Daniel Stenberg |
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-01 | vtls: fix ssl session cache race condition | Ivan Avdeev |
2016-05-09 | TLS: move the ALPN/NPN enable bits to the connection | Daniel Stenberg |
2016-05-01 | tls: make setting pinnedkey option fail if not supported | Daniel Stenberg |
2016-03-29 | wolfssl: Use ECC supported curves extension | Jay Satiro |
2016-03-28 | wolfssl: Add ALPN support | Jay Satiro |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-12-16 | cyassl: deal with lack of *get_peer_certificate | Daniel Stenberg |
2015-12-16 | wolfssl: handle builds without SSLv3 support | Daniel Stenberg |