| Commit message (Expand) | Author | Age | Files | Lines |
* | nss: Fix compatibility with nss versions 3.14 to 3.15 | Paul Howarth | 2018-12-05 | 1 | -1/+5 |
* | nss: Improve info message when falling back SSL protocol | Paul Howarth | 2018-12-05 | 1 | -2/+34 |
* | nss: Fall back to latest supported SSL version | Paul Howarth | 2018-12-05 | 1 | -0/+9 |
* | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg | 2018-11-23 | 1 | -1/+1 |
* | ssl: replace all internal uses of CURLE_SSL_CACERT | Han Han | 2018-11-20 | 1 | -1/+1 |
* | nss: remove version selecting dead codebagder/nss-max-tls | Kamil Dudka | 2018-11-13 | 1 | -14/+1 |
* | nss: set default max-tls to 1.3/1.2 | Daniel Stenberg | 2018-11-13 | 1 | -1/+5 |
* | nss: fix fallthrough comment to fix picky compiler warning | Daniel Stenberg | 2018-11-12 | 1 | -1/+1 |
* | nss: fix nssckbi module loading on Windows | Jay Satiro | 2018-10-03 | 1 | -2/+7 |
* | vtls: fix ssl version "or later" behavior change for many backends | Jay Satiro | 2018-09-20 | 1 | -2/+0 |
* | nss: try to connect even if libnssckbi.so fails to load | Kamil Dudka | 2018-09-19 | 1 | -2/+3 |
* | ssl: deprecate CURLE_SSL_CACERT in favour of a unified error code | Han Han | 2018-09-06 | 1 | -1/+0 |
* | checksrc: make sure sizeof() is used *with* parentheses | Daniel Stenberg | 2018-05-21 | 1 | -5/+6 |
* | vtls: use unified "supports" bitfield member in backends | Daniel Stenberg | 2018-05-04 | 1 | -6/+5 |
* | tls: fix mbedTLS 2.7.0 build + handle sha256 failures | Wyatt O'Day | 2018-04-06 | 1 | -1/+3 |
* | nss: use PK11_CreateManagedGenericObject() if available | Kamil Dudka | 2018-02-15 | 1 | -1/+11 |
* | vtls: change struct Curl_ssl `close' field name to `close_one'. | Patrick Monnerat | 2017-10-19 | 1 | -1/+1 |
* | code style: use spaces around equals signs | Daniel Stenberg | 2017-09-11 | 1 | -5/+5 |
* | vtls: refactor out essential information about the SSL backends | Johannes Schindelin | 2017-08-28 | 1 | -2/+1 |
* | vtls: allow selecting which SSL backend to use at runtime | Johannes Schindelin | 2017-08-28 | 1 | -1/+0 |
* | vtls: fold the backend ID into the Curl_ssl structure | Johannes Schindelin | 2017-08-28 | 1 | -0/+1 |
* | vtls: encapsulate SSL backend-specific data | Johannes Schindelin | 2017-08-28 | 1 | -6/+16 |
* | vtls: prepare the SSL backends for encapsulated private data | Johannes Schindelin | 2017-08-28 | 1 | -51/+55 |
* | getinfo: access SSL internals via Curl_ssl | Johannes Schindelin | 2017-08-28 | 1 | -0/+8 |
* | vtls: remove obsolete declarations of SSL backend functionality | Johannes Schindelin | 2017-08-28 | 1 | -15/+14 |
* | vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl struct | Johannes Schindelin | 2017-08-28 | 1 | -0/+1 |
* | vtls: convert the have_curlssl_* constants to runtime flags | Johannes Schindelin | 2017-08-28 | 1 | -0/+5 |
* | vtls: move sha256sum into the Curl_ssl struct | Johannes Schindelin | 2017-08-28 | 1 | -5/+6 |
* | vtls: move md5sum into the Curl_ssl struct | Johannes Schindelin | 2017-08-28 | 1 | -5/+8 |
* | vtls: use the Curl_ssl struct to access all SSL backends' functionality | Johannes Schindelin | 2017-08-28 | 1 | -0/+1 |
* | vtls: declare Curl_ssl structs for every SSL backend | Johannes Schindelin | 2017-08-28 | 1 | -0/+24 |
* | nss: fix a possible use-after-free in SelectClientCert() | Kamil Dudka | 2017-07-20 | 1 | -0/+8 |
* | nss: unify the coding style of nss_send() and nss_recv() | Kamil Dudka | 2017-07-20 | 1 | -6/+11 |
* | HTTPS-Proxy: don't offer h2 for https proxy connections | Jay Satiro | 2017-06-16 | 1 | -1/+2 |
* | nss: load libnssckbi.so if no other trust is specified | Kamil Dudka | 2017-04-25 | 1 | -8/+43 |
* | nss: factorize out nss_{un,}load_module to separate fncs | Kamil Dudka | 2017-04-25 | 1 | -27/+56 |
* | nss: do not leak PKCS #11 slot while loading a key | Kamil Dudka | 2017-04-25 | 1 | -2/+4 |
* | nss: adapt to the new Curl_llist API | Kamil Dudka | 2017-04-24 | 1 | -4/+26 |
* | nss: fix MinGW compiler warnings | Marcel Raad | 2017-04-18 | 1 | -5/+5 |
* | TLS: Fix switching off SSL session id when client cert is used | Jay Satiro | 2017-04-18 | 1 | -1/+1 |
* | nss: load CA certificates even with --insecure | Kamil Dudka | 2017-04-10 | 1 | -2/+5 |
* | nss: fix build after e60fe20fdf94e829ba5fce33f7a9d6c281149f7d | Marcel Raad | 2017-04-06 | 1 | -15/+8 |
* | vtls: add options to specify range of enabled TLS versions | Jozef Kralik | 2017-03-08 | 1 | -35/+65 |
* | nss: make FTPS work with --proxytunnel | Kamil Dudka | 2017-02-09 | 1 | -12/+11 |
* | nss: use the correct lock in nss_find_slot_by_name() | Kamil Dudka | 2017-01-15 | 1 | -2/+2 |
* | rand: make it work without TLS backing | Daniel Stenberg | 2017-01-12 | 1 | -6/+6 |
* | checksrc: warn for assignments within if() expressions | Daniel Stenberg | 2016-12-14 | 1 | -1/+2 |
* | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg | 2016-12-13 | 1 | -1/+1 |
* | HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEY | Thomas Glanzmann | 2016-11-25 | 1 | -1/+5 |
* | checksrc: move open braces to comply with function declaration style | Daniel Stenberg | 2016-11-24 | 1 | -1/+2 |