Age | Commit message (Expand) | Author |
2019-08-13 | nss: use TLSv1.3 as default if supported | Peter Wu |
2019-07-17 | nss: inspect returnvalue of token check | Daniel Gustafsson |
2019-07-06 | nss: support using libnss on macOS | Daniel Gustafsson |
2019-07-06 | nss: don't set unused parameter | Daniel Gustafsson |
2019-07-06 | nss: only cache valid CRL entries | Daniel Gustafsson |
2019-05-27 | nss: allow to specify TLS 1.3 ciphers if supported by NSS | Hubert Kario |
2019-05-16 | cleanup: remove FIXME and TODO comments | Daniel Stenberg |
2019-05-07 | nss: allow fifos and character devices for certificates. | Frank Gevaerts |
2019-05-01 | multi: provide Curl_multiuse_state to update information | Daniel Stenberg |
2019-04-29 | nss: provide more specific error messages on failed init | Kamil Dudka |
2018-12-05 | nss: Fix compatibility with nss versions 3.14 to 3.15 | Paul Howarth |
2018-12-05 | nss: Improve info message when falling back SSL protocol | Paul Howarth |
2018-12-05 | nss: Fall back to latest supported SSL version | Paul Howarth |
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg |
2018-11-20 | ssl: replace all internal uses of CURLE_SSL_CACERT | Han Han |
2018-11-13 | nss: remove version selecting dead code | Kamil Dudka |
2018-11-13 | nss: set default max-tls to 1.3/1.2 | Daniel Stenberg |
2018-11-12 | nss: fix fallthrough comment to fix picky compiler warning | Daniel Stenberg |
2018-10-03 | nss: fix nssckbi module loading on Windows | Jay Satiro |
2018-09-20 | vtls: fix ssl version "or later" behavior change for many backends | Jay Satiro |
2018-09-19 | nss: try to connect even if libnssckbi.so fails to load | Kamil Dudka |
2018-09-06 | ssl: deprecate CURLE_SSL_CACERT in favour of a unified error code | Han Han |
2018-05-21 | checksrc: make sure sizeof() is used *with* parentheses | Daniel Stenberg |
2018-05-04 | vtls: use unified "supports" bitfield member in backends | Daniel Stenberg |
2018-04-06 | tls: fix mbedTLS 2.7.0 build + handle sha256 failures | Wyatt O'Day |
2018-02-15 | nss: use PK11_CreateManagedGenericObject() if available | Kamil Dudka |
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-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-07-20 | nss: fix a possible use-after-free in SelectClientCert() | Kamil Dudka |
2017-07-20 | nss: unify the coding style of nss_send() and nss_recv() | Kamil Dudka |
2017-06-16 | HTTPS-Proxy: don't offer h2 for https proxy connections | Jay Satiro |
2017-04-25 | nss: load libnssckbi.so if no other trust is specified | Kamil Dudka |
2017-04-25 | nss: factorize out nss_{un,}load_module to separate fncs | Kamil Dudka |
2017-04-25 | nss: do not leak PKCS #11 slot while loading a key | Kamil Dudka |
2017-04-24 | nss: adapt to the new Curl_llist API | Kamil Dudka |
2017-04-18 | nss: fix MinGW compiler warnings | Marcel Raad |
2017-04-18 | TLS: Fix switching off SSL session id when client cert is used | Jay Satiro |