summaryrefslogtreecommitdiff
path: root/security/nss/lib/softoken
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'GECKO181_20070501_RELBRANCH'THUNDERBIRD_2_0_0_4_RELEASETHUNDERBIRD_2_0_0_4_RC1THUNDERBIRD_2_0_0_0_RELEASETHUNDERBIRD_2_0_0_0_RC1SUNBIRD_0_5_RELEASESUNBIRD_0_5_RC1SEAMONKEY_1_1_2_RELEASESEAMONKEY_1_1_1_RELEASELIGHTNING_0_5_RELEASELIGHTNING_0_5_RC1FIREFOX_2_0_0_4_RELEASEFIREFOX_2_0_0_4_RC3FIREFOX_2_0_0_4_RC2FIREFOX_2_0_0_4_RC1FIREFOX_2_0_0_3_RELEASEFIREFOX_2_0_0_3_RC1FIREFOX_2_0_0_2_RELEASEFIREFOX_2_0_0_2_RC5FIREFOX_2_0_0_2_RC4FIREFOX_2_0_0_2_RC3FIREFOX_2_0_0_2_RC2FIREFOX_2_0_0_2_RC1CAMINO_1_5_RELEASECAMINO_1_1_B_RELEASEcvs2hg2007-01-1725-661/+2515
* Fix for bug 286685. rename SFTK symbols to SECMOD. r=rrelyea, nelsonjulien.pierre.bugs%sun.com2005-11-112-8/+8
* Bugzilla Bug 298522: added power-up self tests for HMAC SHA-384 and HMACwtchang%redhat.com2005-11-071-0/+52
* Bugzilla bug 298522: added power-up self tests for HMAC SHA-1 and HMACwtchang%redhat.com2005-10-201-0/+103
* Add dependency on freebl so softoken will rebuild if freebl has changed.julien.pierre.bugs%sun.com2005-10-191-0/+3
* Bugzilla bug 259135: fixed build breakage. In C, declarations must precedewtchang%redhat.com2005-10-051-6/+6
* Bugzilla bug 259135: minor comment fix.wtchang%redhat.com2005-10-051-1/+1
* 259135 added SHA 256,384,512 and AES powerupself tests sr=Wan-Tehglen.beasley%sun.com2005-10-051-40/+283
* Internal NSS defines shared between softoken and the rest of NSS, but notrelyea%netscape.com2005-09-281-0/+52
* bug 305697: open additional database on the fly in softoken. part1: softoken ...relyea%netscape.com2005-09-2813-489/+1166
* Bugzilla Bug 298517: when in FIPS mode, impose minimum password length andwtchang%redhat.com2005-09-163-11/+145
* Plug leaks in SSL bypass code. Add freeit argument to HMAC_Destroy function.nelsonb%netscape.com2005-09-142-9/+3
* Bugzilla Bug 289530: fixed signed/unsigned comparison compiler warnings.wtchang%redhat.com2005-08-151-8/+8
* Bugzilla bug 302286: fixed the bug that NSS misinterpreted thewtchang%redhat.com2005-08-131-2/+7
* Bugzilla bug 292239: have the softoken report Cryptoki version 2.20.wtchang%redhat.com2005-08-121-1/+1
* Bugzilla bug 292239: added a change missed in the previous checkin.wtchang%redhat.com2005-08-121-1/+1
* Correct mistyped version of wtc patch.relyea%netscape.com2005-08-121-2/+1
* Bug 292239 r wtc & julienrelyea%netscape.com2005-08-122-165/+503
* Bug 303010 Certificate upgrade can drop S/MIME certificatesrelyea%netscape.com2005-08-121-23/+42
* Bugzilla Bug 298514: added a missing break statement and removed an unusedwtchang%redhat.com2005-08-121-1/+1
* Make changes from review feedback. Bug 303316. r=wtchang.nelsonb%netscape.com2005-08-092-2/+2
* Move the TLS Pseudo Random Function (PRF) and the HMAC algorithm fromnelsonb%netscape.com2005-08-068-565/+9
* This is the last trunk version of this file. The file will be movednelsonb%netscape.com2005-08-063-13/+46
* NSC_CopyObject can now copy token keys to session keys. Bug 289530.nelsonb%netscape.com2005-08-032-67/+420
* Added a comment that answers the question "why isn't there a pairwisewtchang%redhat.com2005-08-011-0/+11
* Bugzilla Bug 298906 really check in the patch to the tip, not a test branchrelyea%netscape.com2005-08-011-5/+13
* I have to many patches in one tree! Stay at 1.103 until this patch has a bug andrelyea%netscape.com2005-08-011-146/+20
* These changes were part of a different patch, reviews are not yet complete.relyea%netscape.com2005-08-015-514/+311
* ARG -- reverted to the wrong version. The correct version was 1.103, not 1.102relyea%netscape.com2005-08-011-7/+3
* Backing out previous checkin. This was a separate unreviewed patch.relyea%netscape.com2005-08-011-149/+27
* Bug 298906 crash when accepting new certificate permanently on taschenonkel.derelyea%netscape.com2005-08-017-199/+677
* Bugzilla Bug 298514: Moved the FIPS 140-2 pairwise consistency check fromwtchang%redhat.com2005-07-222-1/+288
* Bugzilla Bug 298516: fixed problems found by code inspection. r=relyea.wtchang%redhat.com2005-07-222-9/+5
* Bugzilla Bug 288647: enable building NSS with an NSPR binary distribution.wtchang%redhat.com2005-07-211-5/+5
* Bugzilla Bug 287418: remove redundant memory allocation in DSA and ECDSA signrelyea%netscape.com2005-07-071-8/+6
* Fix for 297735 . C_Initialize should return CKR_CANT_LOCK . r=wtchang,rrelyeajulien.pierre.bugs%sun.com2005-07-061-0/+18
* Trivial comment fix.wtchang%redhat.com2005-07-051-1/+1
* Bugzilla Bug 298537: replaced hardcoded 3 and 8 with the NSS_VMAJOR andwtchang%redhat.com2005-06-231-4/+5
* Arg! This change was supposed to go to a branch, not the tip. back it out now.relyea%netscape.com2005-06-201-6/+0
* Test multiaccess Databases. This patch causes softoken to Always use therelyea%netscape.com2005-06-201-0/+6
* Bugzilla Bug 291858: fixed incorrect definitions of the CKM_SHAxxx_HMAC,wtchang%redhat.com2005-04-281-9/+9
* Bugzilla Bug 288095: removed unnecessary #include "alghmac.h". alghmac.hwtchang%redhat.com2005-04-151-2/+0
* Don't crash in NSC_CopyObject after failing to copy a token object.nelsonb%netscape.com2005-04-091-0/+1
* Fix gcc compiler warningjulien.pierre.bugs%sun.com2005-04-051-1/+1
* Fix for 287654 . Check input buffer length for C_Encrypt with RSA . r=nelsonjulien.pierre.bugs%sun.com2005-04-041-0/+3
* Rename functions that are shared by pk11wrap and softoken from sftk_ tonelsonb%netscape.com2005-04-022-232/+238
* Rename all internal private softoken functions types and symbols fromnelsonb%netscape.com2005-03-2913-2580/+2580
* Bugzilla Bug 286439: Removed PKCS11_USE_THREADS and PK11_USE_THREADS.wtchang%redhat.com2005-03-283-123/+84
* Bugzilla Bug 286318: performance optimization: save the result ofwtchang%redhat.com2005-03-162-13/+21
* Bugzilla Bug 286298: comment formatting changes only.wtchang%redhat.com2005-03-162-5/+5