summaryrefslogtreecommitdiff
path: root/security/nss/lib/softoken
Commit message (Expand)AuthorAgeFilesLines
* Bug 845556, reorganize NSS directory layout, moving files, very large changes...Kai Engert2013-02-2863-47728/+0
* set version to 3.14.4 Betakaie%kuix.de2013-02-151-3/+3
* prepare version numbers for 3.14.3 RTMkaie%kuix.de2013-02-141-2/+2
* Bug 822365: Rename the hashAlg field of CK_NSS_MAC_CONSTANT_TIME_PARAMS towtc%google.com2013-02-071-11/+14
* Bug 822365: Remove a redundant null pointer check in thewtc%google.com2013-02-071-2/+0
* Bug 822365: PKCS #11 naming convention and NSS coding style fixes for thewtc%google.com2013-02-063-38/+56
* Bug 822365, Fix ppc64 endianness bug, patch by wtc, r=kaiekaie%kuix.de2013-02-061-8/+8
* Bug 822365: Fix the constant-time versions of HMAC-MD5 and SSLv3 MD5 MAC.wtc%google.com2013-02-061-1/+1
* Bug 822365: Make CBC decoding constant time. This patch makes the decodingwtc%google.com2013-02-055-13/+279
* Bug 158747: Add support for RSA-OAEP to softoken, but do not enable it yet,ryan.sleevi%gmail.com2013-02-055-237/+528
* Bug 837799 - Allow building of NSS against older sqlite, r=wtckaie%kuix.de2013-02-041-0/+5
* Setting version to 3.14.3 Betakaie%kuix.de2013-01-311-3/+3
* Set version to NSS 3.14.2 RTMNSS_3_14_2_RTMkaie%kuix.de2013-01-311-2/+2
* 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 820651: Fix unused variables and unnecessary parentheses. r=emaldona.wtc%google.com2012-12-121-1/+1
* Bug 618418: NSC_DecryptFinal and NSC_Decrypt should check all the paddingwtc%google.com2012-12-111-8/+30
* Set the trunk version to 3.14.2.0 Beta.wtc%google.com2012-12-101-2/+2
* Bug 578561: Remove the old sdb_getTempDir() code because it always failswtc%google.com2012-12-071-95/+60
* Backout patch for bug 578561 due to crash on Android (regression), a=bustageNSS_3_14_1_BETA2bsmith%mozilla.com2012-12-031-25/+1
* Bug 794896, Part 3: Fix NSS_DISABLE_DBM builds (fixes Gecko bustage on Androi...bsmith%mozilla.com2012-11-281-1/+1
* move variable assignment to fix bustagekaie%kuix.de2012-11-141-1/+1
* Bug 578561, sdb_getTempDir returns NULL with new versions of sqlite, r=rrelye...kaie%kuix.de2012-11-141-1/+25
* Bug 654611: Remove WinCE code from NSS. The patch is contributed bywtc%google.com2012-11-143-10/+0
* Bug 803660: Fix compiler warning in sftk_forceTokenAttribute. r=ryan.sleeviwtc%google.com2012-10-201-1/+1
* Set trunk version 3.14.1 Betakaie%kuix.de2012-10-191-4/+4
* Set NSS version strings to NSS 3.14 release candidate 2 (RC1)NSS_3_14_RTMNSS_3_14_RC1kaie%kuix.de2012-10-181-2/+2
* turn off C_XXXXXUpdate for GCM.rrelyea%redhat.com2012-10-122-2/+14
* Set NSS version strings to NSS 3.14 release candidate 1 (RC0)NSS_3_14_RC0kaie%kuix.de2012-10-111-2/+2
* Bug 373108 - Implement AES Galois Counter Mode (GCM)rrelyea%redhat.com2012-09-284-13/+37
* Bug 753116: remove an obsolete, commented-out line. r=rrelyea.wtc%google.com2012-09-251-1/+0
* Bug 753116: removed an unused variable in NSC_ModuleDBFunc. r=rrelyea.wtc%google.com2012-09-251-1/+0
* Bug 588269: SECMOD_CloseUserDB should properly close the user DB, and itwtc%google.com2012-08-141-24/+37
* Bug 753189: declare 'okm' without the 'const' to fix a compiler warningwtc%google.com2012-08-031-2/+2
* Bug 775337: Use the SHAx_HashBuf functions in NSC_DeriveKey. r=dcooper16.wtc%google.com2012-07-271-64/+6
* Bug 590515 - Implement SHA-224/256/384/512 key derivation in Softoken, cleanu...kaie%kuix.de2012-07-171-24/+28
* Bug 590515 - Implement SHA-224/256/384/512 key derivation in Softoken, implem...kaie%kuix.de2012-07-172-0/+88
* Bug 695571 - NSS needs more DRBG test to keep NIST happy in FIPS validations.rrelyea%redhat.com2012-06-281-69/+5
* Continue fixing Windows build issues.rrelyea%redhat.com2012-06-271-4/+4
* Bug 753116 - softoken needs to split out common components to utilrrelyea%redhat.com2012-06-2618-2733/+281
* Bug 475578 - Implement Extended DSA as defined in FIPS 186-3 (DSS)rrelyea%redhat.com2012-06-122-30/+130
* Bug 591640 - CKM_ECDH1_DERIVE and CKM_ECDH1_COFACTOR_DERIVE ignore non-empty ...kaie%kuix.de2012-04-261-18/+124
* Bug 716563 - update license to MPL 2. r=rrelyea.gerv%gerv.net2012-04-2566-2333/+198
* Change version number to 3.14.0.0 Beta, r=nss-devkaie%kuix.de2012-04-241-3/+3
* Changing versions to 3.13.6 beta (because we use NSS_3_13_4_BRANCH for a 3.13...kaie%kuix.de2012-04-241-2/+2
* Bug 715073: Use an alternative ASN.1 template that allows RSA modulus to bewtc%google.com2012-04-053-0/+48
* Bug 715073: grab the CKA_ID from the pubkey argument in lg_mkSecretKeyRep.wtc%google.com2012-03-311-4/+9
* Change the NSS version on the trunk to 3.13.5 Beta.wtc%google.com2012-03-311-2/+2
* Set version strings to 3.13.4.0 Betakaie%kuix.de2012-02-221-3/+3
* Set NSS version strings to NSS 3.13.3 release candidate 0NSS_3_13_3_RTMNSS_3_13_3_RC0kaie%kuix.de2012-02-181-2/+2