aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls/nss.c
AgeCommit message (Expand)Author
2018-09-20vtls: fix ssl version "or later" behavior change for many backendsJay Satiro
2018-09-19nss: try to connect even if libnssckbi.so fails to loadKamil Dudka
2018-09-06ssl: deprecate CURLE_SSL_CACERT in favour of a unified error codeHan Han
2018-05-21checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg
2018-05-04vtls: use unified "supports" bitfield member in backendsDaniel Stenberg
2018-04-06tls: fix mbedTLS 2.7.0 build + handle sha256 failuresWyatt O'Day
2018-02-15nss: use PK11_CreateManagedGenericObject() if availableKamil Dudka
2017-10-19vtls: change struct Curl_ssl `close' field name to `close_one'.Patrick Monnerat
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-08-28vtls: refactor out essential information about the SSL backendsJohannes Schindelin
2017-08-28vtls: allow selecting which SSL backend to use at runtimeJohannes Schindelin
2017-08-28vtls: fold the backend ID into the Curl_ssl structureJohannes Schindelin
2017-08-28vtls: encapsulate SSL backend-specific dataJohannes Schindelin
2017-08-28vtls: prepare the SSL backends for encapsulated private dataJohannes Schindelin
2017-08-28getinfo: access SSL internals via Curl_sslJohannes Schindelin
2017-08-28vtls: remove obsolete declarations of SSL backend functionalityJohannes Schindelin
2017-08-28vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl structJohannes Schindelin
2017-08-28vtls: convert the have_curlssl_* constants to runtime flagsJohannes Schindelin
2017-08-28vtls: move sha256sum into the Curl_ssl structJohannes Schindelin
2017-08-28vtls: move md5sum into the Curl_ssl structJohannes Schindelin
2017-08-28vtls: use the Curl_ssl struct to access all SSL backends' functionalityJohannes Schindelin
2017-08-28vtls: declare Curl_ssl structs for every SSL backendJohannes Schindelin
2017-07-20nss: fix a possible use-after-free in SelectClientCert()Kamil Dudka
2017-07-20nss: unify the coding style of nss_send() and nss_recv()Kamil Dudka
2017-06-16HTTPS-Proxy: don't offer h2 for https proxy connectionsJay Satiro
2017-04-25nss: load libnssckbi.so if no other trust is specifiedKamil Dudka
2017-04-25nss: factorize out nss_{un,}load_module to separate fncsKamil Dudka
2017-04-25nss: do not leak PKCS #11 slot while loading a keyKamil Dudka
2017-04-24nss: adapt to the new Curl_llist APIKamil Dudka
2017-04-18nss: fix MinGW compiler warningsMarcel Raad
2017-04-18TLS: Fix switching off SSL session id when client cert is usedJay Satiro
2017-04-10nss: load CA certificates even with --insecureKamil Dudka
2017-04-06nss: fix build after e60fe20fdf94e829ba5fce33f7a9d6c281149f7dMarcel Raad
2017-03-08vtls: add options to specify range of enabled TLS versionsJozef Kralik
2017-02-09nss: make FTPS work with --proxytunnelKamil Dudka
2017-01-15nss: use the correct lock in nss_find_slot_by_name()Kamil Dudka
2017-01-12rand: make it work without TLS backingDaniel Stenberg
2016-12-14checksrc: warn for assignments within if() expressionsDaniel Stenberg
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-11-25HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEYThomas Glanzmann
2016-11-24checksrc: move open braces to comply with function declaration styleDaniel Stenberg
2016-11-24checksrc: white space edits to comply to stricter checksrcDaniel Stenberg
2016-11-24checksrc: code style: use 'char *name' styleDaniel Stenberg
2016-11-24proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2016-11-09vtls: Fail on unrecognized param for CURLOPT_SSLVERSIONJay Satiro
2016-11-07nss: silence warning 'SSL_NEXT_PROTO_EARLY_VALUE not handled in switch'Kamil Dudka
2016-11-07vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3Kamil Dudka
2016-11-07nss: map CURL_SSLVERSION_DEFAULT to NSS defaultKamil Dudka
2016-10-31gskit, nss: do not include strequal.hKamil Dudka
2016-10-31strcasecompare: replaced remaining rawstr.h with strcase.hDan Fandrich