summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bug 946351, r=wtcNSS_3_15_4_BETA7Brian Smith2013-12-041-0/+28
* Bug 935831: Assert that fileno() on a newly opened FILE object doesn'tWan-Teh Chang2013-12-041-0/+4
* Added tag NSS_3_15_4_BETA6 for changeset ead5dfef5276Brian Smith2013-12-030-0/+0
* Bug 944240: Avoid quoting issues with GNU make 4.0 on windows, r=briansmithNSS_3_15_4_BETA6Mike Hommey2013-12-031-3/+3
* Added tag NSS_3_15_4_BETA5 for changeset 44ba62b87bd6Brian Smith2013-11-260-0/+0
* Bug 935831: Read from the Unix fd directly to bypass stdio bufferingNSS_3_15_4_BETA5Wan-Teh Chang2013-11-261-13/+22
* Bug 937414: don't call ssl3_GatherData/dtls_GatherData after we haveWan-Teh Chang2013-11-261-0/+6
* Bug 939365: Improve the error code in SSL_ReHandshake. r=brian.Wan-Teh Chang2013-11-261-1/+1
* Bug 713933: Handle the return value of both ssl3_HandleRecord callsWan-Teh Chang2013-11-261-10/+9
* Bug 713933: Declare the |falseStart| local variable in the smallestWan-Teh Chang2013-11-251-1/+1
* Added tag NSS_3_15_4_BETA4 for changeset 5696596bdbc9Brian Smith2013-11-250-0/+0
* Bug 942818, data may be used uninitialized in nss_builtins_FindObjectsInit, r...NSS_3_15_4_BETA4Maxim Philippov2013-11-251-3/+4
* Bug 942147 - Add identifying comments to existing entries in certdata.txt (no...Kai Engert2013-11-251-0/+2324
* BUG 158747: Add PSS and OAEP tests from the RSA test vectorsRyan Sleevi2013-11-24220-1/+331
* Bug 836019: Refactor blapitest's handling of asymmetric ciphers.Ryan Sleevi2013-11-242-401/+355
* BUG 836019, BUG 158747 - Move RSA PKCS#1 functionality from softoken into fre...Ryan Sleevi2013-11-2414-1654/+2274
* BUG 915964: Remove legacy TRACK_BLTEST_BUG define (introduced June 13, 2001)Ryan Sleevi2013-11-241-71/+0
* Bug 942035 - Change the #include guard of smime.h, r=ryan.sleeviEhsan Akhgari2013-11-221-2/+2
* Bug 940794: Detect whether the OS supports Intel AVX instructions.Wan-Teh Chang2013-11-201-2/+25
* Bug 940623 - Check in the slave (builder) scripts that are used to drive NSS ...Kai Engert2013-11-204-0/+467
* Bug 940588 - change run_niscc.sh to pull from HG (not CVS), r=rrelyeaKai Engert2013-11-201-25/+29
* Added tag NSS_3_15_4_BETA3 for changeset 06543f3e9df0Brian Smith2013-11-170-0/+0
* Bug 936828 (follow-up): Fix commentsNSS_3_15_4_BETA3Brian Smith2013-11-171-3/+3
* Bug 936828: Change order of cipher suites offered in client hello to match mo...Brian Smith2013-11-044-103/+119
* Bug 938486: Fix off-by-one error in readlink call, r=briansmithMaxime Villard2013-11-131-1/+1
* Bug 937976: Use a random value for the gmt_unix_time field in ClientHello and...Brian Smith2013-11-131-7/+1
* Bug 936778, Remove OCSP stapling tests that rely on external servers, r=brianKai Engert2013-11-131-67/+0
* Bug 937715, Bump versions numbers in nss.def and ssl.def to 3.15.4 (and sort ...Kai Engert2013-11-132-3/+3
* Fix Bug 937677 - Incorrectly named options in certutil man page, r=kaieElio Maldonado2013-11-1218-33/+33
* Bug 911960, September 2013 batch of root CA changes, r=rrelyeaKai Engert2013-11-112-135/+536
* Bug 852972, Meaningless comparison with string literal in install-ds.c, patch...Kai Engert2013-11-111-2/+3
* Added tag NSS_3_15_4_BETA2 for changeset 6634b8f10920Brian Smith2013-11-090-0/+0
* Bug 935847: Fix ss->ssl3.hs.ws assertion in ssl3_AuthCertificateComplete, r=wtcNSS_3_15_4_BETA2Brian Smith2013-11-071-11/+8
* Bug 936778, bustage fix, disable failing testKai Engert2013-11-091-5/+5
* Added tag NSS_3_15_4_BETA1 for changeset 7f0507939e15Kai Engert2013-11-070-0/+0
* set trunk to version 3.15.4 betaNSS_3_15_4_BETA1Kai Engert2013-11-073-6/+6
* Fix Bug 932001 - certutil is missing the description of the --email option, r...Elio Maldonado2013-11-0515-26/+26
* Bug 933688, certutil should allow shell script or user to set empty password ...Eric Wong2013-11-054-7/+30
* Bug 934016: Handle invalid handshake packets, r=wtcRyan Sleevi2013-11-011-0/+5
* Bug 932020, ensure that error code consistency check won't use a stale error ...Brian Smith2013-11-012-8/+7
* Added tag NSS_3_15_3_BETA2 for changeset 9cdaf745a4ecBrian Smith2013-11-010-0/+0
* Bug 928142, Part 2 (libpkix); Add option to control whether OCSP GET is used,...NSS_3_15_3_BETA2Brian Smith2013-10-312-4/+13
* Bug 928142, Part 1 (classic): Add option to control whether OCSP GET is used,...Brian Smith2013-10-313-2/+40
* Bug 713933: Make SSL False Start work with asynchronous certificate validatio...Brian Smith2013-10-319-120/+380
* Bug 932020 - CERT_CacheOCSPResponseFromSideChannel fails to set error code, c...Kai Engert2013-10-311-3/+5
* Bug 932020 - CERT_CacheOCSPResponseFromSideChannel fails to set error code, l...Kai Engert2013-10-311-2/+4
* Bug 918697: setupIO should not close its |file| input argument.Julien Pierre2013-10-311-4/+4
* Fix Bug 932001 - certutil is missing the description of the --email option, r...Elio Maldonado2013-10-301-0/+5
* Bug 932020, fix a legacy code path to set an error code on failure, bustage f...Kai Engert2013-10-301-1/+2
* Bug 932020 - CERT_CacheOCSPResponseFromSideChannel fails to set error code, a...Kai Engert2013-10-302-9/+16