| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 845556, reorganize NSS directory layout, moving files, very large changes... | Kai Engert | 2013-02-28 | 63 | -47728/+0 |
* | set version to 3.14.4 Beta | kaie%kuix.de | 2013-02-15 | 1 | -3/+3 |
* | prepare version numbers for 3.14.3 RTM | kaie%kuix.de | 2013-02-14 | 1 | -2/+2 |
* | Bug 822365: Rename the hashAlg field of CK_NSS_MAC_CONSTANT_TIME_PARAMS to | wtc%google.com | 2013-02-07 | 1 | -11/+14 |
* | Bug 822365: Remove a redundant null pointer check in the | wtc%google.com | 2013-02-07 | 1 | -2/+0 |
* | Bug 822365: PKCS #11 naming convention and NSS coding style fixes for the | wtc%google.com | 2013-02-06 | 3 | -38/+56 |
* | Bug 822365, Fix ppc64 endianness bug, patch by wtc, r=kaie | kaie%kuix.de | 2013-02-06 | 1 | -8/+8 |
* | Bug 822365: Fix the constant-time versions of HMAC-MD5 and SSLv3 MD5 MAC. | wtc%google.com | 2013-02-06 | 1 | -1/+1 |
* | Bug 822365: Make CBC decoding constant time. This patch makes the decoding | wtc%google.com | 2013-02-05 | 5 | -13/+279 |
* | Bug 158747: Add support for RSA-OAEP to softoken, but do not enable it yet, | ryan.sleevi%gmail.com | 2013-02-05 | 5 | -237/+528 |
* | Bug 837799 - Allow building of NSS against older sqlite, r=wtc | kaie%kuix.de | 2013-02-04 | 1 | -0/+5 |
* | Setting version to 3.14.3 Beta | kaie%kuix.de | 2013-01-31 | 1 | -3/+3 |
* | Set version to NSS 3.14.2 RTMNSS_3_14_2_RTM | kaie%kuix.de | 2013-01-31 | 1 | -2/+2 |
* | Bug 578561 - sdb_getTempDir returns NULL, use SQLITE_FCNTL_TEMPFILENAME, r=rr... | kaie%kuix.de | 2013-01-16 | 1 | -4/+47 |
* | Bug 818275 - Avoid unnecessary allocations in sdb_measureAccess, r=rrelyea | kaie%kuix.de | 2013-01-16 | 1 | -9/+47 |
* | Bug 820651: Fix unused variables and unnecessary parentheses. r=emaldona. | wtc%google.com | 2012-12-12 | 1 | -1/+1 |
* | Bug 618418: NSC_DecryptFinal and NSC_Decrypt should check all the padding | wtc%google.com | 2012-12-11 | 1 | -8/+30 |
* | Set the trunk version to 3.14.2.0 Beta. | wtc%google.com | 2012-12-10 | 1 | -2/+2 |
* | Bug 578561: Remove the old sdb_getTempDir() code because it always fails | wtc%google.com | 2012-12-07 | 1 | -95/+60 |
* | Backout patch for bug 578561 due to crash on Android (regression), a=bustageNSS_3_14_1_BETA2 | bsmith%mozilla.com | 2012-12-03 | 1 | -25/+1 |
* | Bug 794896, Part 3: Fix NSS_DISABLE_DBM builds (fixes Gecko bustage on Androi... | bsmith%mozilla.com | 2012-11-28 | 1 | -1/+1 |
* | move variable assignment to fix bustage | kaie%kuix.de | 2012-11-14 | 1 | -1/+1 |
* | Bug 578561, sdb_getTempDir returns NULL with new versions of sqlite, r=rrelye... | kaie%kuix.de | 2012-11-14 | 1 | -1/+25 |
* | Bug 654611: Remove WinCE code from NSS. The patch is contributed by | wtc%google.com | 2012-11-14 | 3 | -10/+0 |
* | Bug 803660: Fix compiler warning in sftk_forceTokenAttribute. r=ryan.sleevi | wtc%google.com | 2012-10-20 | 1 | -1/+1 |
* | Set trunk version 3.14.1 Beta | kaie%kuix.de | 2012-10-19 | 1 | -4/+4 |
* | Set NSS version strings to NSS 3.14 release candidate 2 (RC1)NSS_3_14_RTMNSS_3_14_RC1 | kaie%kuix.de | 2012-10-18 | 1 | -2/+2 |
* | turn off C_XXXXXUpdate for GCM. | rrelyea%redhat.com | 2012-10-12 | 2 | -2/+14 |
* | Set NSS version strings to NSS 3.14 release candidate 1 (RC0)NSS_3_14_RC0 | kaie%kuix.de | 2012-10-11 | 1 | -2/+2 |
* | Bug 373108 - Implement AES Galois Counter Mode (GCM) | rrelyea%redhat.com | 2012-09-28 | 4 | -13/+37 |
* | Bug 753116: remove an obsolete, commented-out line. r=rrelyea. | wtc%google.com | 2012-09-25 | 1 | -1/+0 |
* | Bug 753116: removed an unused variable in NSC_ModuleDBFunc. r=rrelyea. | wtc%google.com | 2012-09-25 | 1 | -1/+0 |
* | Bug 588269: SECMOD_CloseUserDB should properly close the user DB, and it | wtc%google.com | 2012-08-14 | 1 | -24/+37 |
* | Bug 753189: declare 'okm' without the 'const' to fix a compiler warning | wtc%google.com | 2012-08-03 | 1 | -2/+2 |
* | Bug 775337: Use the SHAx_HashBuf functions in NSC_DeriveKey. r=dcooper16. | wtc%google.com | 2012-07-27 | 1 | -64/+6 |
* | Bug 590515 - Implement SHA-224/256/384/512 key derivation in Softoken, cleanu... | kaie%kuix.de | 2012-07-17 | 1 | -24/+28 |
* | Bug 590515 - Implement SHA-224/256/384/512 key derivation in Softoken, implem... | kaie%kuix.de | 2012-07-17 | 2 | -0/+88 |
* | Bug 695571 - NSS needs more DRBG test to keep NIST happy in FIPS validations. | rrelyea%redhat.com | 2012-06-28 | 1 | -69/+5 |
* | Continue fixing Windows build issues. | rrelyea%redhat.com | 2012-06-27 | 1 | -4/+4 |
* | Bug 753116 - softoken needs to split out common components to util | rrelyea%redhat.com | 2012-06-26 | 18 | -2733/+281 |
* | Bug 475578 - Implement Extended DSA as defined in FIPS 186-3 (DSS) | rrelyea%redhat.com | 2012-06-12 | 2 | -30/+130 |
* | Bug 591640 - CKM_ECDH1_DERIVE and CKM_ECDH1_COFACTOR_DERIVE ignore non-empty ... | kaie%kuix.de | 2012-04-26 | 1 | -18/+124 |
* | Bug 716563 - update license to MPL 2. r=rrelyea. | gerv%gerv.net | 2012-04-25 | 66 | -2333/+198 |
* | Change version number to 3.14.0.0 Beta, r=nss-dev | kaie%kuix.de | 2012-04-24 | 1 | -3/+3 |
* | Changing versions to 3.13.6 beta (because we use NSS_3_13_4_BRANCH for a 3.13... | kaie%kuix.de | 2012-04-24 | 1 | -2/+2 |
* | Bug 715073: Use an alternative ASN.1 template that allows RSA modulus to be | wtc%google.com | 2012-04-05 | 3 | -0/+48 |
* | Bug 715073: grab the CKA_ID from the pubkey argument in lg_mkSecretKeyRep. | wtc%google.com | 2012-03-31 | 1 | -4/+9 |
* | Change the NSS version on the trunk to 3.13.5 Beta. | wtc%google.com | 2012-03-31 | 1 | -2/+2 |
* | Set version strings to 3.13.4.0 Beta | kaie%kuix.de | 2012-02-22 | 1 | -3/+3 |
* | Set NSS version strings to NSS 3.13.3 release candidate 0NSS_3_13_3_RTMNSS_3_13_3_RC0 | kaie%kuix.de | 2012-02-18 | 1 | -2/+2 |