summaryrefslogtreecommitdiff
path: root/lib/nss.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix compiler warning with a cast.Guenter Knauf2010-03-311-1/+1
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* use curl standard indentation and line lengthsDaniel Stenberg2010-02-171-55/+59
* lib/nss.c: avoid use of uninitialized valueKamil Dudka2009-12-021-3/+3
* - libcurl-NSS now tries to reconnect with TLS disabled in case it detectsKamil Dudka2009-11-121-1/+49
* - Kevin Baughman provided a fix preventing libcurl-NSS from crash on doublyKamil Dudka2009-11-121-0/+2
* - Dropped misleading timeouts in libcurl-NSS and made sure the SSL socket worksKamil Dudka2009-11-051-34/+13
* Since the NSS lib closes the socket the memory tracking system wrongly gets aDaniel Stenberg2009-10-281-0/+1
* - Kevin Baughman found a double close() problem with libcurl-NSS, as whenDaniel Stenberg2009-10-181-2/+6
* fix gcc warnings in lib/nss.cKamil Dudka2009-10-071-33/+27
* added support for new SQLite cert database format: added a runtime check for ...Gunter Knauf2009-09-211-2/+5