summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bug 805604 and bug 835050: don't use Clang's integrated assembler becauseNSS_3_14_2_BETA3wtc%google.com2013-01-271-0/+8
* Bug 373108 Test cases for CTS and GCMrrelyea%redhat.com2013-01-25112-13/+1345
* Bug 373108 Fix a double free on the error patch.rrelyea%redhat.com2013-01-251-3/+7
* Bug 833857, fix ocspclnt crash regression, r=wtcNSS_3_14_2_BETA2kaie%kuix.de2013-01-233-7/+15
* Bug 833857: Revert the change to ocspResponse_other in rev. 1.9 becausewtc%google.com2013-01-231-2/+2
* Bug 833052: Add three more SHA256 cipher suites to ssltap. r=emaldona.wtc%google.com2013-01-231-0/+3
* Bug 629816: Changes to CERT_DecodeCertPackage: remove the support forwtc%google.com2013-01-231-20/+30
* Bug 832005: Fix use of uninitialized variable when sending alert about missin...bsmith%mozilla.com2013-01-181-1/+3
* Bug 578561 - sdb_getTempDir returns NULL, use SQLITE_FCNTL_TEMPFILENAME, r=rr...kaie%kuix.de2013-01-161-4/+47
* Bug 818275 - Avoid unnecessary allocations in sdb_measureAccess, r=rrelyeakaie%kuix.de2013-01-161-9/+47
* Bug 805604 - Efficient AES-GCM implementation that uses Intel's AES and PCLMU...rrelyea%redhat.com2013-01-156-7/+1678
* Bug 820651: Fix comparisons of unsigned variable < 0. r=rrelyea.wtc%google.com2013-01-103-5/+7
* Bug 828066: Don't use -I/usr/dt/include -I/usr/openwin/include on Solaris.wtc%google.com2013-01-101-2/+0
* Bug 772144, add a comment to the bustage fix, requested by relyeakaie%kuix.de2013-01-091-0/+3
* Bug 772144, fix Windows testing bustage (stuck forever, because kill httpserv...kaie%kuix.de2013-01-091-1/+4
* Bug 772144, bustage fix for older makekaie%kuix.de2013-01-081-2/+4
* Bug 772144 - Run the NSS test suite on ARM/Android, Patch by rrelyea/kaie, r=...kaie%kuix.de2013-01-0816-52/+281
* Bug 826627 - NSS cert tests fail, beause Android doesn't have /tmp directory,...kaie%kuix.de2013-01-071-2/+2
* Bug 813857: Make certificate trust flags thread safe.ryan.sleevi%gmail.com2013-01-0710-76/+98
* BUG 816853: Add support for trusting the union of explicit trust anchors andryan.sleevi%gmail.com2013-01-0712-12/+285
|\
| * fixup commit for tag 'NSS_3_14_CKBI_1_93_RTM'NSS_3_14_CKBI_1_93_RTMcvs2hg2012-12-292306-882463/+0
|/
* Bug 825022. Patch by bsmith/kaie. r=kaie/kwilson/bsmithkaie%kuix.de2012-12-292-167/+70
* Bug 807890: don't need to include both secoid.h and secoidt.h.wtc%google.com2012-12-231-1/+0
* Bug 823336: Return an error earlier when processing invalid LDAP AIA URLsryan.sleevi%gmail.com2012-12-201-1/+1
* Stop requiring the current working directory to be writable for certutil -S, ...NSS_3_14_2_BETA1bsmith%mozilla.com2012-12-201-160/+129
* Initialize some DTLS state earlier to avoid the possibility of crashes, patch...bsmith%mozilla.com2012-12-201-0/+1
* Bug 807890 - Add support for Microsoft Trust List Signing EKU - fix naming, a...emaldona%redhat.com2012-12-196-9/+9
* Bug 807890 - Add support for Microsoft Trust List Signing EKU. r=rrelyea, wtcemaldona%redhat.com2012-12-199-1/+46
* Bug 821895 - Upgrade SQLite in NSS CVS to 3.7.15, export sqlite3_file_control...kaie%kuix.de2012-12-153-2705/+3850
* Bug 820651: Fix function return type mismatches. r=kaie.wtc%google.com2012-12-132-3/+3
* Bug 820651: Remove commas after the SEC_ASN1_ template macros. Set thewtc%google.com2012-12-132-4/+4
* Bug 762198, patch to report the system's FIPS setting in the test output, r=e...kaie%kuix.de2012-12-121-1/+6
* Bug 762198, patch to fix the mode output when running the lowhash text, r=ema...kaie%kuix.de2012-12-121-2/+2
* Bug 820651: Declare functions that take no arguments with a void argumentwtc%google.com2012-12-124-9/+9
* Bug 820651: Fix unused variables and unnecessary parentheses. r=emaldona.wtc%google.com2012-12-124-5/+1
* Bug 820651: Fix confusion of PRStatus and SECStatus in function returnwtc%google.com2012-12-122-2/+2
* Bug 820564: Drop support for Solaris versions older than Solaris 8wtc%google.com2012-12-1210-157/+0
* Bug 811317: Make some small changes to the function prototypes of the newwtc%google.com2012-12-127-103/+143
* Bug 820374, comment and whitespace cleanup, addressing wtc's review comments ...kaie%kuix.de2012-12-121-3/+5
* Bug 818771: use the standard two-argument form of gettimeofday() onwtc%google.com2012-12-1211-32/+0
* Bug 618418: NSC_DecryptFinal and NSC_Decrypt should check all the paddingwtc%google.com2012-12-111-8/+30
* bustage fix, Bug 820374 - undefined symbol _OSAtomicCompareAndSwapPtrBarrier ...kaie%kuix.de2012-12-111-0/+8
* Bug 818771: Fix Solaris compilation error because its gettimeofday,wtc%google.com2012-12-112-0/+7
* Bug 818771: Upgrade SQLite to 3.7.14.1. Export sqlite3_wal_checkpoint.wtc%google.com2012-12-114-18183/+45084
* Set the trunk version to 3.14.2.0 Beta.wtc%google.com2012-12-103-6/+6
* Bug 777699 - NSS test "Reloading CRL for group 43 - 48" fails on Android, r=r...kaie%kuix.de2012-12-091-3/+8
|\
| * fixup commit for tag 'NSS_3_14_1_BASE'NSS_3_14_1_BASEcvs2hg2012-12-082-61/+95
|/
* Bug 611451: Use the -exported_symbols_list linker option instead of thewtc%google.com2012-12-082-5/+3
* Bug 451665: Don't link ocspclnt with NSS static libraries. r=emaldona.wtc%google.com2012-12-081-2/+0
* Bug 578561: export the sqlite3_temp_directory data symbol for the newwtc%google.com2012-12-071-0/+1