summaryrefslogtreecommitdiff
path: root/lib/nss.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* nss: fix a crash within SSL_AuthCertificate()Kamil Dudka2011-04-041-1/+1
* nss: do not ignore value of CURLOPT_SSL_VERIFYPEERKamil Dudka2011-03-151-18/+32
* nss: do not ignore failure of SSL handshakeKamil Dudka2011-02-221-4/+8
* nss: avoid memory leak on SSL connection failureKamil Dudka2011-02-171-1/+8
* nss_load_key: fix unused variable warningDaniel Stenberg2011-02-161-0/+2
* nss: avoid memory leaks and failure of NSS shutdownKamil Dudka2011-01-271-101/+89
* nss: fix a bug in handling of CURLOPT_CAPATHKamil Dudka2011-01-181-56/+52
* Curl_timeleft: s/conn/data in first argumentDaniel Stenberg2011-01-041-1/+1
* nss: avoid CURLE_OUT_OF_MEMORY given a file name without any slashKamil Dudka2011-01-041-33/+40
* Curl_nss_connect: avoid PATH_MAXDaniel Stenberg2011-01-021-4/+13
* http_ntlm: add support for NSSKamil Dudka2010-06-301-66/+96
* sendrecv: make them two pairs of send/recv to properly deal with FTPSHoward Chu2010-05-111-2/+2
* nss: make it possible to read ASCII and DER CRLKamil Dudka2010-05-111-56/+53
* nss: add CRL to cache instead of read-only NSS dbKamil Dudka2010-05-111-12/+30
* sendrecv: split the I/O handling into private handlerHoward Chu2010-05-071-14/+17
* nss: fix SSL handshake timeout underflowKamil Dudka2010-04-241-1/+9
* nss: handle client certificate related errorsKamil Dudka2010-04-061-1/+30
* refactorize interface of Curl_ssl_recv/Curl_ssl_sendKamil Dudka2010-04-041-14/+17