summaryrefslogtreecommitdiff
path: root/security/nss/lib/softoken
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'NSS_3_13_4_BRANCH'cvs2hg2012-03-311-4/+9
* 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
* Bug 696807: the previous checkin requires including "secerr.h".wtc%google.com2012-02-171-0/+1
* Bug 696807 - sftkdb_DeleteSecmodDB and sftkdb_AddSecmodDB should set errorwtc%google.com2012-02-171-0/+4
* Bug 699672: Make the SEC_ASN1Template declarations C++ safe. r=rrelyea.wtc%google.com2012-02-171-4/+8
* Set version strings to 3.13.3.0 Betakaie%kuix.de2012-02-151-4/+4
* Set version strings to second release candidate, RC1, 3.13.2.1NSS_3_13_2_RTMNSS_3_13_2_RC1kaie%kuix.de2012-02-151-2/+2
* Set NSS version strings to NSS 3.13.2 release candidate 0NSS_3_13_2_RC0kaie%kuix.de2012-02-131-2/+2
* Bug 698592, build failure because of undefined C++11 user-defined literalskaie%kuix.de2012-01-171-1/+1
* Fix Tinderbox bustage, backout all patches from 2011-11-11kaie%kuix.de2011-11-161-1/+1
* Bug 663733: Add const modifier to declarations of functions used by ocspclnt ...bsmith%mozilla.com2011-11-121-1/+1
* Bug 700066: don't need to check NSS_DISABLE_DBM because this directory iswtc%google.com2011-11-051-5/+4
* Bug 698180: fix GCC compiler warnings: add parentheses around && within ||,wtc%google.com2011-10-291-18/+3
* Set version strings to 3.13.2 Beta.kaie%kuix.de2011-10-271-3/+3
* Set version strings to 3.13.1 releaseNSS_3_13_1_RTMkaie%kuix.de2011-10-271-2/+2
* Bug 647706: add SHA-224 support to more functions, in particular towtc%google.com2011-10-221-1/+3
* Set version strings to 3.13.1 Beta.wtc%google.com2011-10-141-3/+3
* Set version strings to 3.13.0.0 (NSS 3.13 release candidate 0).wtc%google.com2011-10-041-2/+2
* Bug 158750: Move MGF1 from lib/freebl to lib/softoken. TBR=emaldona.NSS_3_13_BETA2wtc%google.com2011-10-041-0/+48
* Bug 641052: NSS_NoDB_Init shouldn't try to open /pkcs11.txt and /secmod.db.wtc%google.com2011-10-022-8/+37
* Bug 569832: Remove unused label 'terminate' in NSC_SignFinal andwtc%google.com2011-09-211-2/+0
* Bug 662652: sftkdb_CloseDB should free SFTKDBHandle->passwordKey.data.wtc%google.com2011-09-011-0/+3
* Bug 642503 - Generic blacklisting mechanism for bogus certsrrelyea%redhat.com2011-04-134-61/+56
* Bug 356713: fix formatting nits. Add back a cast (to cast away the const)wtc%google.com2011-03-291-5/+4
* Bug 569832: Softoken block cipher MAC'ing mechanisms aren't workingnelson%bolyard.com2011-02-062-190/+234
* Bug 595134: let sftk_searchTokenList skip sftk_searchDatabase where thewtc%google.com2011-01-221-10/+35
* Bug 619813: sftkdb_DeleteSecmodDB leaks block if fgets fails after continuenelson%bolyard.com2011-01-151-2/+3
* Bug 577268 Correct misspellings of parameter and function in NSS source codenelson%bolyard.com2011-01-153-3/+3
* Bug 620908: the sdb_Reset function pointer in the SDB structure should bewtc%google.com2011-01-062-1/+7
* Bug 614076 - Implement HKDF in Softokenrrelyea%redhat.com2010-12-041-0/+4
* Bug 609076 - Expose a PKCS#11 interface for J-PAKE in Softokenrrelyea%redhat.com2010-12-045-14/+538
* Bug 614076 - Implement HKDF in Softoken (edit)rrelyea%redhat.com2010-12-032-0/+112
* Bug 584257 - Need a way to expand partial private keysrrelyea%redhat.com2010-11-161-8/+145
* Bug 444367 - NSS 3.12 softoken returns the certificate type of a certificate...rrelyea%redhat.com2010-10-291-2/+8
* Bug 602754: Fix "a the" in comments. The patch is contributed bywtc%google.com2010-10-111-1/+1
* Bug 356713 - Support SHA224 has/hmac and rsa signature, r=wtcemaldona%redhat.com2010-08-183-0/+54
* Bug 158750: Fix memory leaks of 'info' on error paths in NSC_VerifyInit.wtc%google.com2010-08-121-0/+3
* Bug 158750: Document emsa_pss_encode and emsa_pss_verify's assumption onwtc%google.com2010-08-071-3/+9
* Bug 158750: fix nits in RSA-PSS code: add 'const, add 'static', renamewtc%google.com2010-08-052-24/+28
* Bug 158750: initial implementation of RSA-PSS signature generation. Thewtc%google.com2010-08-044-3/+169
* Bug 158750: Remove two duplicate lines added by mistake in the previouswtc%google.com2010-08-041-3/+0
* Bug 158750: initial implementation of RSA-PSS signature verification. Thewtc%google.com2010-08-035-0/+201
* Bug 583966: Remove unnecessary "REQUIRES = dbm" from manifest.mn. Removewtc%google.com2010-08-031-2/+0
* Bug 526231: remove an unnecessary sqlite3_free call at the end ofwtc%google.com2010-07-311-3/+0
* Bug 580679: 1. Remove unnecessary -I flags from the NSS makefiles.wtc%google.com2010-07-303-7/+2
* Bug 437904: Do not call sftkdb_ClearPassword() when needLogin is false.wtc%google.com2010-07-281-5/+21
* Bug 526231: Fix the leak of newStr in sdb_GetAttributeValueNoLock.wtc%google.com2010-07-211-0/+2
* Bug 580137: Merge SOFTOKEN_3_13_BRANCH onto the NSS trunk.wtc%google.com2010-07-2021-230/+231
* Version on the trunk is now 3.13 Beta.christophe.ravel.bugs%sun.com2010-07-191-4/+4