summaryrefslogtreecommitdiff
path: root/lib/nss.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* added aditional check for the directory specified with SSL_DIR, and fall back...Gunter Knauf2009-09-211-7/+14
* added debug output for NSS certpath.Gunter Knauf2009-09-081-0/+2
* added casts to silent compiler warning on 64bit systems.Gunter Knauf2009-09-061-2/+2
* use our define struct_stat to be compatible with largefile support.Gunter Knauf2009-09-061-3/+3
* added base64.h include to silent warnings about missing prototype for ATOB_Co...Gunter Knauf2009-09-061-0/+1
* - Improved error message for not matching certificate subject name inKamil Dudka2009-08-281-5/+7
* - Changed NSS code to not ignore the value of ssl.verifyhost and produce moreKamil Dudka2009-08-131-4/+19
* - Claes Jakobsson improved the support for client certificates handlingKamil Dudka2009-07-201-129/+124
* - Claes Jakobsson provided a patch for libcurl-NSS that fixed a bad refcountDaniel Stenberg2009-06-081-18/+12
* Fixed a few comment typos (from the FreeBSD ports)Dan Fandrich2009-05-281-1/+1
* - Claes Jakobsson fixed libcurl-NSS to build fine even without theDaniel Stenberg2009-05-271-0/+4
* - Kamil Dudka provided a fix for libcurl-NSS reported by Michael CronenworthDaniel Stenberg2009-05-111-44/+8
* - Kamil Dudka fixed another NSS-related leak when client certs were used.Daniel Stenberg2009-04-241-12/+20
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* Kamil Dudka's follow-up fixDaniel Stenberg2009-04-141-1/+1
* - Toshio Kuratomi reported a memory leak problem with libcurl+NSS that turnedDaniel Stenberg2009-04-131-16/+29
* - Kamil Dudka brought a patch that enables 6 additional crypto algorithms whenDaniel Stenberg2009-03-181-0/+23
* Indentation fixes, untabify and related whitespace-cleanup. No code changed.Daniel Stenberg2009-02-271-1/+1
* - Kamil Dudka made NSS-powered builds compile and run again!Daniel Stenberg2009-02-171-2/+3
* fix compiler warningsDaniel Stenberg2009-01-071-2/+2
* - Rob Crittenden did once again provide an NSS update:Daniel Stenberg2009-01-071-18/+41
* based on a report by Jim Meyering, I went over and added checks for returnDaniel Stenberg2008-11-151-37/+55
* Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper functionDaniel Stenberg2008-10-161-1/+1
* - Pascal Terjan filed bug #2154627Daniel Stenberg2008-10-151-2/+1
* - Rob Crittenden brought a patch to "add some locking for thread-safety to NSSDaniel Stenberg2008-09-231-4/+23
* remove unnecessary typecasting of malloc()Yang Tse2008-09-061-9/+9
* Made some variables constDan Fandrich2008-09-041-1/+1
* fix print formatting string directivesYang Tse2008-09-041-2/+2
* made Curl_nss_send() take const data to kill compiler warningDaniel Stenberg2008-06-211-1/+1
* - Phil Pellouchoud found a case where libcurl built with NSS failed toDaniel Stenberg2008-06-201-0/+1
* Removed the #define of ciphernum since keeping a define updated to be theDaniel Stenberg2008-06-191-12/+7