summaryrefslogtreecommitdiff
path: root/lib/nss.c
Commit message (Expand)AuthorAgeFilesLines
* vtls: moved all TLS/SSL source and header files into subdirDaniel Stenberg2013-12-201-1627/+0
* nss: make sure that 'sslver' is always initializedKamil Dudka2013-12-021-4/+5
* nss: unconditionally require NSS_InitContext()Kamil Dudka2013-12-021-26/+0
* nss: allow to use TLS > 1.0 if built against recent NSSKamil Dudka2013-12-021-0/+22
* nss: put SSL version selection into separate fncKamil Dudka2013-12-021-30/+42
* nss: use a better API for controlling SSL versionKamil Dudka2013-12-021-21/+19
* nss.c: Fixed compilation warnings (Take Two)Steve Holme2013-11-041-4/+2
* nss.c: Fixed compilation warningsSteve Holme2013-11-041-2/+4
* nss.c: Fixed compilation warningsSteve Holme2013-11-031-1/+2
* NSS: support for CERTINFO featurePatrick Monnerat2013-10-301-4/+42
* NSS: acknowledge the --no-sessionid/CURLOPT_SSL_SESSIONID_CACHE optionPaul Donohue2013-10-151-2/+3
* SSL: protocol version can be specified more preciselyGergely Nagy2013-10-151-0/+6
* nss: make sure that NSS is initializedKamil Dudka2013-08-121-4/+7
* nss: give PR_INTERVAL_NO_WAIT instead of -1 to PR_Recv/PR_SendDaniel Stenberg2013-05-091-7/+4
* nss: fix misplaced code enabling non-blocking socket modeKamil Dudka2013-03-061-6/+6
* nss: fix error messages for CURLE_SSL_{CACERT,CRL}_BADFILEKamil Dudka2013-01-151-2/+0
* nss: clear session cache if a client cert from file is usedKamil Dudka2013-01-111-4/+8
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+1572
* build: rename 93 lib/*.c filesYang Tse2013-01-031-1572/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-14/+14
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-4/+0
* nss: prevent NSS from crashing on client auth hook failureKamil Dudka2012-12-031-6/+11
* CURLOPT_SSL_VERIFYHOST: stop supporting the 1 valueDaniel Stenberg2012-11-061-2/+0
* nss.c: Fixed warning: 'err' may be used uninitialized in this functionMarc Hoersken2012-09-111-1/+1
* white space fix: shorten long lineDaniel Stenberg2012-08-101-1/+2
* docs: update the links to cipher-suites supported by NSSKamil Dudka2012-08-091-54/+51
* nss: do not print misleading NSS error codesKamil Dudka2012-08-091-12/+30
* nss.c: #include warnless.h for curlx_uztosi and curlx_uztoui prototypesYang Tse2012-06-281-2/+3
* nss.c: Fixed size_t conversion warningsMarc Hoersken2012-06-281-3/+3
* SSL cleanup: use crypto functions through the sslgen layerDaniel Stenberg2012-06-261-0/+20
* nss: use human-readable error messages provided by NSSKamil Dudka2012-05-281-71/+57
* nss: avoid using explicit casts of code pointersKamil Dudka2012-05-251-7/+4
* nss.c: fix compiler warningYang Tse2012-04-161-1/+2
* nss.c: fix compiler warningYang Tse2012-04-131-4/+5
* nss: provide human-readable names for NSS errorsKamil Dudka2012-04-131-7/+25
* nss: use NSS_InitContext() to initialize NSS if availableKamil Dudka2012-04-131-1/+36
* nss: unconditionally require PK11_CreateGenericObject()Kamil Dudka2012-04-131-28/+2
* nss: add support for the CURLSSLOPT_ALLOW_BEAST optionKamil Dudka2012-02-091-0/+13
* nss: avoid a SIGSEGV with immature version of NSSKamil Dudka2011-10-171-1/+23
* nss: big cleanup in nss_load_cert() and cert_stuff()Kamil Dudka2011-10-171-93/+58
* nss: refactor fmt_nickname() -> dup_nickname()Kamil Dudka2011-10-171-28/+14
* nss: select client certificates by DERKamil Dudka2011-10-171-16/+29
* fix a bunch of MSVC compiler warningsYang Tse2011-09-031-1/+1
* nss: start with no database if the selected database is brokenKamil Dudka2011-08-151-24/+39
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-3/+0
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-30/+33
* CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg2011-04-201-1/+0
* nss: allow to use multiple client certificates for a single hostKamil Dudka2011-04-081-2/+5