summaryrefslogtreecommitdiff
path: root/lib/vtls/nss.c
AgeCommit message (Expand)Author
2016-10-31gskit, nss: do not include strequal.hKamil Dudka
2016-10-31strcasecompare: replaced remaining rawstr.h with strcase.hDan Fandrich
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-10-25nss: fix tight loop in non-blocking TLS handhsake over proxyMartin Frodl
2016-09-22nss: add chacha20-poly1305 cipher suites if supported by NSSKamil Dudka
2016-09-22nss: add cipher suites using SHA384 if supported by NSSKamil Dudka
2016-09-22nss: fix typo in ecdhe_rsa_null cipher suite stringKamil Dudka
2016-08-26nss: work around race condition in PK11_FindSlotByName()Peter Wang
2016-08-26nss: refuse previously loaded certificate from fileKamil Dudka
2016-08-17nss: make the global variables staticDaniel Stenberg
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-05-09TLS: move the ALPN/NPN enable bits to the connectionDaniel Stenberg
2016-02-10nss: search slash in forward direction in dup_nickname()Kamil Dudka
2016-02-10nss: do not count enabled cipher-suitesKamil Dudka
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-12-13http: add libcurl option to allow HTTP/2 for HTTPS onlyDaniel Stenberg
2015-09-19ssl: add server cert's "sha256//" hash to verboseDaniel Hwang
2015-09-18nss: prevent NSS from incorrectly re-using a sessionKamil Dudka
2015-09-18nss: check return values of NSS functionsKamil Dudka
2015-09-04nss: do not directly access SSL_ImplementedCiphers[]Kamil Dudka
2015-07-01SSL: Pinned public key hash supportmoparisthebest
2015-04-27nss: fix compilation failure with old versions of NSSPaul Howarth
2015-04-22nss: implement public key pinning for NSS backendKamil Dudka
2015-03-24curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich
2015-03-21nss: error: unused variable 'connssl'Daniel Stenberg
2015-03-20nss: add support for TLS False StartAlessandro Ghedini
2015-03-18nss: explicitly tell NSS to disable NPN/ALPNKamil Dudka
2015-03-17checksrc: use space after commaDaniel Stenberg
2015-03-16Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring
2015-03-07http2: use CURL_HTTP_VERSION_* symbols instead of NPN_*Daniel Stenberg
2015-03-07nss: make it possible to enable ALPN/NPN without HTTP2Alessandro Ghedini
2015-03-03vtls: use curl_printf.h all overDaniel Stenberg
2015-02-25nss: do not skip Curl_nss_seed() if data is NULLKamil Dudka
2015-02-25nss: improve error handling in Curl_nss_random()Kamil Dudka
2015-02-19nss: fix NPN/ALPN protocol negotiationAlessandro Ghedini
2015-01-17vtls: Removed unimplemented overrides of curlssl_close_all()Steve Holme
2015-01-16nss: add support for the Certificate Status Request TLS extensionAlessandro Ghedini
2015-01-09NSS: fix compiler error when built http2-enabledDaniel Stenberg
2014-12-28vtls: Fixed compilation warning and an ignored return codeSteve Holme
2014-12-27nss: Don't ignore Curl_extract_certinfo() OOM failureSteve Holme
2014-12-27nss: Don't ignore Curl_ssl_init_certinfo() OOM failureSteve Holme
2014-12-27nss: Use 'CURLcode result' for curl result codesSteve Holme
2014-12-09http2: avoid logging neg "failure" if h2 was not requestedDaniel Stenberg
2014-10-29nss: drop the code for libcurl-level downgrade to SSLv3Kamil Dudka
2014-10-24SSL: Remove SSLv3 from SSL default due to POODLE attackJay Satiro
2014-10-20nss: reset SSL handshake state machineKamil Dudka
2014-10-08nss: do not fail if a CRL is already cachedKamil Dudka
2014-07-30vtls: make the random function mandatory in the TLS backendDaniel Stenberg
2014-07-28nss: do not check the version of NSS at run timeKamil Dudka
2014-07-04nss: make the list of CRL items globalKamil Dudka