summaryrefslogtreecommitdiff
path: root/lib/vtls/nss.c
Commit message (Expand)AuthorAgeFilesLines
* tls: remove newline from three infof() callsDaniel Stenberg2021-10-191-1/+1
* lib: avoid fallthrough cases in switch statementsDaniel Gustafsson2021-09-291-2/+3
* vtls: fix connection reuse checks for issuer cert and case sensitivityDaniel Stenberg2021-07-201-2/+2
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-40/+40
* ssl: read pending close notify alert before closing the connectionMichael Kaufmann2021-06-011-0/+8
* openssl: associate/detach the transfer from connectionHarry Sintonen2021-05-241-1/+3
* NSS: make colons, commas and spaces valid separators in cipher listSergey Markelov2021-05-231-1/+1
* tls: add USE_HTTP2 defineJacob Hoffman-Andrews2021-04-291-7/+6
* nss_set_blocking: avoid static for sock_optHarry Sintonen2021-04-261-1/+1
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-2/+2
* NSS: add ciphers to mapMichael Kolechkin2021-04-211-0/+25
* vtls: refuse setting any SSL versionDaniel Stenberg2021-04-191-2/+1
* TLS: fix HTTP/2 selectionDaniel Stenberg2021-04-021-1/+1
* urldata: don't touch data->set.httpversion at run-timeDaniel Stenberg2021-02-121-1/+1
* lib: reduce variable scopesMarcel Raad2021-02-101-6/+3
* vtls: factor out Curl_ssl_getsock to field of Curl_sslJacob Hoffman-Andrews2021-02-081-0/+1
* vtls: remove md5sumDaniel Stenberg2021-02-021-19/+0
* vtls: reduce conn->data usePatrick Monnerat2021-01-191-57/+58
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-16/+20
* nss: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-44/+44
* nss: get the run-time version instead of build-timeDaniel Stenberg2021-01-131-2/+2
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* vtls: deduplicate some DISABLE_PROXY ifdefsKamil Dudka2020-10-011-35/+7
* vtls: deduplicate client certificates in ssl_config_dataGergely Nagy2020-09-141-3/+4
* lib: fix -Wassign-enum warningsDaniel Stenberg2020-09-081-1/+2
* llist: make it "struct Curl_llist"Daniel Stenberg2020-09-021-4/+4
* tls: provide the CApath verbose log on its own lineDaniel Stenberg2020-08-191-3/+2
* nss: fix build with disabled proxy supportBaruch Siach2020-07-141-9/+35
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-3/+3
* nss: check for PK11_CreateDigestContext() returning NULLDaniel Stenberg2020-04-271-0/+6
* nss: remove the BACKEND define kludgeDaniel Stenberg2020-03-191-51/+62
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-011-1/+1
* vtls: fix narrowing conversion warningsMarcel Raad2019-09-231-1/+1
* nss: use TLSv1.3 as default if supportedPeter Wu2019-08-131-10/+6
* nss: inspect returnvalue of token checkDaniel Gustafsson2019-07-171-1/+4
* nss: support using libnss on macOSDaniel Gustafsson2019-07-061-1/+4
* nss: don't set unused parameterDaniel Gustafsson2019-07-061-1/+1
* nss: only cache valid CRL entriesDaniel Gustafsson2019-07-061-6/+8
* nss: allow to specify TLS 1.3 ciphers if supported by NSSHubert Kario2019-05-271-0/+5
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-161-1/+0
* nss: allow fifos and character devices for certificates.Frank Gevaerts2019-05-071-1/+1
* multi: provide Curl_multiuse_state to update informationDaniel Stenberg2019-05-011-1/+4
* nss: provide more specific error messages on failed initKamil Dudka2019-04-291-2/+8
* nss: Fix compatibility with nss versions 3.14 to 3.15Paul Howarth2018-12-051-1/+5
* nss: Improve info message when falling back SSL protocolPaul Howarth2018-12-051-2/+34
* nss: Fall back to latest supported SSL versionPaul Howarth2018-12-051-0/+9
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-1/+1
* ssl: replace all internal uses of CURLE_SSL_CACERTHan Han2018-11-201-1/+1
* nss: remove version selecting dead codebagder/nss-max-tlsKamil Dudka2018-11-131-14/+1
* nss: set default max-tls to 1.3/1.2Daniel Stenberg2018-11-131-1/+5