summaryrefslogtreecommitdiff
path: root/lib/nss.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s/strcasecmp/strequal to make it more portableDaniel Stenberg2008-06-191-1/+2
* - Rob Crittenden brought a fix for the NSS layer that makes libcurl no longerDaniel Stenberg2008-06-181-0/+3
* removed warning about unused argument by simply removing that argument fromDaniel Stenberg2008-06-181-3/+2
* check_issuer_cert() now builds and there's one warning less. Still one compilerDaniel Stenberg2008-06-181-1/+3
* fixed bad infof() usage!Daniel Stenberg2008-06-121-1/+1
* - I did a cleanup of the internal generic SSL layer and how the various SSLDaniel Stenberg2008-06-111-1/+2
* code style cleanupDaniel Stenberg2008-06-061-24/+40
* - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_ISSUERCERT, forDaniel Stenberg2008-06-061-2/+67
* - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_CRLFILE, forDaniel Stenberg2008-06-061-0/+77
* fix: preprocessor complaining about macro redefinitionYang Tse2008-05-261-4/+0
* - Based on initial work done by Gautam Kachroo to address a bug, we now keepDaniel Stenberg2008-02-201-0/+2
* applied patch to disable SSLv2 by default; discussion:Gunter Knauf2008-02-191-1/+4
* Calls to Curl_failf() are not supposed to provide a trailing newline as theDaniel Stenberg2008-01-151-6/+6
* removed space after if and while before the parenthesis for better source codeDaniel Stenberg2007-11-051-34/+34
* Made libcurl built with NSS possible to ignore the peer verification.Daniel Stenberg2007-10-251-7/+10
* prevent compiler warnings about shadowing and one case of unused variableDaniel Stenberg2007-10-251-14/+17
* Rob Crittenden provided an NSS update with the following highlights:Daniel Stenberg2007-09-181-37/+535
* Renamed several libcurl error codes and options to make them more generalDan Fandrich2007-08-301-2/+2
* Remove leading space in curl_version_info ss_version field.Patrick Monnerat2007-08-241-1/+1
* Patrick Monnerat and I modified libcurl so that now it *copies* all stringsDaniel Stenberg2007-08-011-4/+5
* Bug report #1759542 (http://curl.haxx.se/bug/view.cgi?id=1759542). A bad useDaniel Stenberg2007-07-291-10/+5
* Made some const arrays static to avoid unnecessary stack usage.Dan Fandrich2007-07-201-1/+1
* Rob Crittenden fixed bug #1705802Daniel Stenberg2007-05-251-0/+8
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-3/+0
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-161-1/+1
* use our own ISSPACE macroYang Tse2007-02-131-1/+1
* Rob Crittenden added support for NSS (Network Security Service) for theDaniel Stenberg2007-02-121-0/+605