summaryrefslogtreecommitdiff
path: root/lib/vtls/nss.c
Commit message (Expand)AuthorAgeFilesLines
* TLS: move the ALPN/NPN enable bits to the connectionDaniel Stenberg2016-05-091-7/+7
* nss: search slash in forward direction in dup_nickname()Kamil Dudka2016-02-101-8/+2
* nss: do not count enabled cipher-suitesKamil Dudka2016-02-101-7/+7
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* http: add libcurl option to allow HTTP/2 for HTTPS onlyDaniel Stenberg2015-12-131-2/+2
* ssl: add server cert's "sha256//" hash to verboseDaniel Hwang2015-09-191-2/+1
* nss: prevent NSS from incorrectly re-using a sessionKamil Dudka2015-09-181-0/+4
* nss: check return values of NSS functionsKamil Dudka2015-09-181-2/+6
* nss: do not directly access SSL_ImplementedCiphers[]Kamil Dudka2015-09-041-3/+9
* SSL: Pinned public key hash supportmoparisthebest2015-07-011-0/+13
* nss: fix compilation failure with old versions of NSSPaul Howarth2015-04-271-2/+4
* nss: implement public key pinning for NSS backendKamil Dudka2015-04-221-0/+53
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* nss: error: unused variable 'connssl'Daniel Stenberg2015-03-211-4/+0
* nss: add support for TLS False StartAlessandro Ghedini2015-03-201-0/+78
* nss: explicitly tell NSS to disable NPN/ALPNKamil Dudka2015-03-181-9/+6
* checksrc: use space after commaDaniel Stenberg2015-03-171-3/+3
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-161-4/+2
* http2: use CURL_HTTP_VERSION_* symbols instead of NPN_*Daniel Stenberg2015-03-071-2/+2
* nss: make it possible to enable ALPN/NPN without HTTP2Alessandro Ghedini2015-03-071-45/+31
* vtls: use curl_printf.h all overDaniel Stenberg2015-03-031-4/+1
* nss: do not skip Curl_nss_seed() if data is NULLKamil Dudka2015-02-251-4/+8
* nss: improve error handling in Curl_nss_random()Kamil Dudka2015-02-251-5/+3
* nss: fix NPN/ALPN protocol negotiationAlessandro Ghedini2015-02-191-4/+3
* vtls: Removed unimplemented overrides of curlssl_close_all()Steve Holme2015-01-171-9/+0
* nss: add support for the Certificate Status Request TLS extensionAlessandro Ghedini2015-01-161-0/+51
* NSS: fix compiler error when built http2-enabledDaniel Stenberg2015-01-091-1/+3
* vtls: Fixed compilation warning and an ignored return codeSteve Holme2014-12-281-2/+1
* nss: Don't ignore Curl_extract_certinfo() OOM failureSteve Holme2014-12-271-2/+7
* nss: Don't ignore Curl_ssl_init_certinfo() OOM failureSteve Holme2014-12-271-12/+17
* nss: Use 'CURLcode result' for curl result codesSteve Holme2014-12-271-70/+80
* http2: avoid logging neg "failure" if h2 was not requestedDaniel Stenberg2014-12-091-9/+11
* nss: drop the code for libcurl-level downgrade to SSLv3Kamil Dudka2014-10-291-49/+0
* SSL: Remove SSLv3 from SSL default due to POODLE attackJay Satiro2014-10-241-8/+1
* nss: reset SSL handshake state machineKamil Dudka2014-10-201-8/+9
* nss: do not fail if a CRL is already cachedKamil Dudka2014-10-081-1/+1
* vtls: make the random function mandatory in the TLS backendDaniel Stenberg2014-07-301-4/+7
* nss: do not check the version of NSS at run timeKamil Dudka2014-07-281-2/+1
* nss: make the list of CRL items globalKamil Dudka2014-07-041-24/+22
* nss: fix a memory leak when CURLOPT_CRLFILE is usedKamil Dudka2014-07-041-5/+33
* nss: make crl_der allocated on heapKamil Dudka2014-07-041-9/+14
* nss: let nss_{cache,load}_crl return CURLcodeKamil Dudka2014-07-041-11/+10
* nss: make the fallback to SSLv3 work againKamil Dudka2014-07-021-3/+3
* nss: do not abort on connection failureKamil Dudka2014-07-021-1/+2
* nss: propagate blocking direction from NSPR I/OKamil Dudka2014-04-251-5/+103
* nss: implement non-blocking SSL handshakeKamil Dudka2014-04-221-9/+48
* nss: split Curl_nss_connect() into 4 functionsKamil Dudka2014-04-221-40/+94
* http2: remove _DRAFT09 from the NPN_HTTP2 enumDaniel Stenberg2014-03-311-1/+1
* nss: allow to enable/disable new AES GCM cipher-suitesKamil Dudka2014-03-151-0/+10
* nss: allow to enable/disable new HMAC-SHA256 cipher-suitesKamil Dudka2014-03-151-0/+10