summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bug 842856 - Add SEC_PKCS7VerifyDetachedSignatureAtTime for verifying the cer...NSS_3_15_BETA1Brian Smith2013-04-043-9/+67
* Bug 367577: Only require NSS_ENABLE_ECC to sign data with EC keys.Wan-Teh Chang2013-04-041-7/+0
* Bug 853285: Update more pk11wrap functions for CKM_AES_CCM, CKM_AES_CTR,Wan-Teh Chang2013-04-034-3/+15
* Bug 857735 - CRLs used for automated OCSP testing have expired, r=wtcKai Engert2013-04-0319-0/+0
* Bug 854063, Package nss/cmd/bltest/tests for testing on an Android device, r=...wtc2013-04-031-1/+1
* Bug 854063: Handle fopen() failure. Don't pass -1 to exit(). r=sleevi.Wan-Teh Chang2013-04-021-3/+7
* Bug 854063: remove spaces at the end of lines.Wan-Teh Chang2013-04-023-4/+4
* Bug 854063: Add an AES GCM test program (pk11gcmtest) that callsWan-Teh Chang2013-04-0214-4/+6671
* Bug 757857, followup to cleanup duplicate section in nss.devKai Engert2013-04-021-6/+1
* Bug 757857, certutil: create name constraints, r=rrelyeaKai Engert2013-04-024-9/+135
* Bug 838767: Allow lib/pkcs7 and lib/smime to verify ECDSA signatures.Wan-Teh Chang2013-04-012-16/+0
* Bug 854063: Add PK11_Decrypt and PK11_Encrypt for performing single-partWan-Teh Chang2013-03-283-1/+106
* Bug 855832: Fix gcc warnings in lib/certdb/crl.c and lib/certhigh/ocspsig.c.Wan-Teh Chang2013-03-282-2/+2
* Bug 854729: Make all CERT_GetXXXName functions take a const CERTName *Wan-Teh Chang2013-03-282-18/+18
* Bug 853285: Don't call PORT_Memcpy with a NULL source buffer pointer.Wan-Teh Chang2013-03-281-2/+4
* Bug 831006: remove the extra BYTESWAP32 and BYTESWAP64 for big-endianWan-Teh Chang2013-03-271-2/+2
* mergeElio Maldonado2013-03-275-2/+1512
|\
| * Bug 831006: Add an optimized 32-bit implementation of the NIST P-256Adam Langley2013-03-275-2/+1512
* | Bug 846775 - Bits vs bytes mixup in DSA2 keysize calculation, patch contribut...Elio Maldonado2013-03-271-0/+2
|/
* Bug 841884: Only require NSS_ENABLE_ECC for ecp_256.c, ecp_384.c,Wan-Teh Chang2013-03-272-5/+5
* Bug 854729: Add const to many certificate-related NSS functions, r=ryan.sleeviBrian Smith2013-03-2227-114/+136
* Bug 853285: Add the test files for AES GCM Test Cases 1, 7, 13Wan-Teh Chang2013-03-2518-0/+36
* Bug 853285: Fix AES GCM tests. TBR=rrelyea.Wan-Teh Chang2013-03-2595-353/+434
* Bug 853285: Fix AES GCM bug with zero-length AAD and plaintext.Wan-Teh Chang2013-03-252-7/+7
* Bug 853285: handle CKM_AES_CCM, CKM_AES_CTR, CKM_AES_CTS, andWan-Teh Chang2013-03-211-0/+4
* Bug 852781 - TestUser50.cert and TestUser51.cert just expired, PayPalEE will ...Kai Engert2013-03-205-0/+37
* Bug 577019, Bug 480514: Implement TLS 1.2 mechanisms in softoken.Adam Langley2013-03-208-10/+69
* Bug 853095: Code cleanup for Bug 172051 - remove unneeded headersElio Maldonado2013-03-201-2/+0
* Bug 832942: work around an ARMv6 code generation bug in gcc 4.6. r=wtc.Camilo Viecco2013-03-141-1/+12
* Bug 851265 - set nss version to 3.15, r=wtcKai Engert2013-03-145-11/+11
* Bug 629816: Add a comment to explain the max oid length of 9. r=rrelyea.Wan-Teh Chang2013-03-141-0/+3
* Bug 841883, Fix paths in the build_docs and clean_docs targets for new hg sou...Elio Maldonado2013-03-041-2/+2
* Bug 823100, ssl_NewSocket should init ephemeralECDHKeyPair to NULL, r=ryan.sl...Kai Engert2013-03-041-0/+1
* Bug 360420, fix versions of new functions in .def files to NSS 3.14.4, r=wtcKai Engert2013-03-042-2/+2
* Bug 845556, address review comment for Android bustage fix, whitespace onlyKai Engert2013-03-041-5/+5
* Bug 845556, add .hgignore file, r=wtcKai Engert2013-03-031-0/+5
* Bug 845556, follow up patch to adjust the Android testing for the new directo...Kai Engert2013-03-032-8/+8
* Attempt to fix Windows specific test bustage, directory tests_results created...Kai Engert2013-03-011-4/+3
* Bug 845556, adjust Makefiles and tests to new NSS directory layout, r=wtcKai Engert2013-02-28110-147/+130
* Bug 845556, adjust Makefiles and tests to new NSS directory layout, r=wtcKai Engert2013-02-280-0/+0
* Bug 845556, reorganize NSS directory layout, moving files, very large changes...Kai Engert2013-02-282478-254/+0
* convert CVS tagscvs2hg2013-02-210-0/+0
* Bug 838769 (second attempt): Disable the ECC cipher suites if we cannotwtc%google.com2013-02-192-2/+2
* Bug 841992: Remove the SunOS5.x.mk files for SunOS 5.9-5.11 (Solaris 9-11).wtc%google.com2013-02-198-118/+0
* Bug 841992: Use coreconf/SunOS5.mk for all Solaris versions. r=kaie.wtc%google.com2013-02-182-3/+14
* Bug 838769: Run strsclnt with SSL2 enabled only when testing the six SSL2wtc%google.com2013-02-181-8/+24
* Bug 841664: Remove a reference to the obsolete libfreebl_32int_3.so forwtc%google.com2013-02-181-1/+1
* Bug 838769: back out the previous checkin. tests/memleak/memleak.sh runswtc%google.com2013-02-162-2/+2
* Bug 360420, fix Windows deadlock bustage, add missing html request to tstclnt...kaie%kuix.de2013-02-161-20/+22
* Bug 841883 - manpages+html for tools: fix dependency tracking, integrate into...kaie%kuix.de2013-02-1628-11/+8725