summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bug 436414: Rename "mechanism" to "method" in function or variable/argumentNSS_3_15_4_BETA9Wan-Teh Chang2013-12-197-67/+73
* Bug 436414: Don't export CERT_DestroyCrl. Use SEC_DestroyCrl instead.Wan-Teh Chang2013-12-192-4/+2
* Bug 880543: Fix a compiler warning about an unhandled case in a switchWan-Teh Chang2013-12-181-1/+2
* Bug 951816: Improve error reporting of PR_Connect failure. r=brian.Wan-Teh Chang2013-12-181-2/+5
* Bug 947652: Remove support for building on Win9x machines, r=briansmithWan-Teh Chang2013-12-161-26/+0
* Backed out changeset 6593411d388b for Windows test failuresBrian Smith2013-12-151-7/+3
* Backed out changeset ccaf2d1690fc for Windows test failuresBrian Smith2013-12-151-0/+26
* Bug 947652, Part 2: Remove support for building on Win9x machines, r=briansmithWan-Teh Chang2013-12-131-26/+0
* Bug 947652, Part 1: Make OS_TARGET=WIN95 the default on Windows, r=wtcBrian Smith2013-12-131-3/+7
* Bug 946147: Move Move TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA ahead of TLS_ECDHE...Brian Smith2013-12-122-2/+22
* Bug 930874: Improve locking of session tickets, r=wtcBrian Smith2013-11-025-53/+128
* Bug 930857: Wait until handshake is finished before replacing session's sessi...Brian Smith2013-10-313-40/+90
* Bug 934545: ensure that DH public values are not 0, 1, p-1 nor >= p.Adam Langley2013-12-121-1/+22
* Bug 436414: Fix compiler warnings about the arguments to PL_Base64EncodeWan-Teh Chang2013-12-101-2/+3
* Bug 915408: Use SHA-1 in TLS 1.2 client auth if the server requests it.David Benjamin2013-12-091-25/+57
* Added tag NSS_3_15_4_BETA8 for changeset 85486e4f48c8Brian Smith2013-12-050-0/+0
* Added tag NSS_3_15_4_BETA7 for changeset 5a7944776645NSS_3_15_4_BETA8Brian Smith2013-12-040-0/+0
* bump version number of the (unreleased) root moduleKai Engert2013-12-051-2/+2
* 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