summaryrefslogtreecommitdiff
path: root/lib/vtls/nss.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* nss: do not enable AES cipher-suites by defaultKamil Dudka2014-03-151-23/+4
* NSS: avoid compiler warnings when built without http2 supportDaniel Stenberg2014-03-031-2/+4
* NPN/ALPN: allow disabling via command lineFabian Frank2014-02-101-20/+35
* nss: use correct preprocessor macroFabian Frank2014-02-101-1/+1
* nss: support pre-ALPN versionsDaniel Stenberg2014-02-071-3/+5
* nss: ALPN and NPN supportFabian Frank2014-02-071-2/+74
* nss: Updated copyright year for recent editsSteve Holme2014-02-061-1/+1
* nss: prefer highest available TLS versionFabian Frank2014-02-061-1/+2
* nss: do not use the NSS_ENABLE_ECC defineKamil Dudka2014-01-291-2/+0
* nss: do not fail if NSS does not implement a cipherKamil Dudka2014-01-291-4/+5
* vtls: Updated comments referencing sslgen.c and ssluse.cSteve Holme2013-12-261-1/+1
* vtls: Fixed up include of vtls.hSteve Holme2013-12-261-1/+1
* vtls: moved all TLS/SSL source and header files into subdirDaniel Stenberg2013-12-201-0/+1627