summaryrefslogtreecommitdiff
path: root/security/nss/lib/softoken
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla Bug 317620: upgraded the NSS version on the MOZILLA_1_8_BRANCH towtchang%redhat.com2006-02-0326-1384/+3174
* Bug 311402: upgraded the NSS version on the MOZILLA_1_8_BRANCH towtchang%redhat.com2005-10-102-13/+14
* 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
* Bugzilla Bug 286298: removed the PKCS11_STATIC_ATTRIBUTES andwtchang%redhat.com2005-03-162-204/+2
* Fix for bug 270689 . minor issues remaining with list cleanup and on-the-fly ...julien.pierre.bugs%sun.com2005-03-081-3/+2
* Bug 236613: fixed the fallout from the change to MPL/LGPL/GPL tri-license.wtchang%redhat.com2005-02-231-3/+2
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2005-02-021-30/+35
* Wrap long lines.wtchang%redhat.com2005-01-271-2/+5
* Bugzilla Bug 267158: removed the $Name$ RCS keyword from our source files.wtchang%redhat.com2005-01-201-1/+1
* Bugzilla Bug 278381: fixed double frees and mismatch of format speciferswtchang%redhat.com2005-01-141-5/+5
* Bugzilla bug 273624: fixed the regression (from NSS 3.3.x) thatwtchang%redhat.com2005-01-042-7/+5
* Fix for bug 270689 - race condition in softoken list lock creation . r=nelsonjulien.pierre.bugs%sun.com2004-12-083-4/+21
* Fix for bug 262192 . assert and check attribute ptrjulien.pierre.bugs%sun.com2004-10-241-0/+13
* Bugzilla bug 233320: pk11_OpenKeyDB should not return SECFailure (not awchang0222%aol.com2004-06-111-3/+1
* Fix for 178895 - QuickDER optimizations. r=relyeajpierre%netscape.com2004-06-051-12/+25
* Fix for 244095 - link NSS libraries with -R $ORIGIN on Solarisjpierre%netscape.com2004-05-251-6/+2
* bug 180268, reimplement ssl step-up for builtinsian.mcgreer%sun.com2004-05-173-0/+21
* Bugzilla bug 238914: declare namesRunningOffset as unsigned long to avoidwchang0222%aol.com2004-04-301-6/+9
* Bug 236613: change to MPL/LGPL/GPL tri-license. Restore Id: lines.gerv%gerv.net2004-04-279-0/+9
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-2542-1269/+1356
* Bugzilla bug 90906: removed unused variable 'size'. The patch is fromwchang0222%aol.com2004-04-211-1/+0
* Fix missing indexes when fetching lengths (get tinderbox working again).relyea%netscape.com2004-04-071-2/+2
* Bug 238914. r=wchang sr=misterSSLrelyea%netscape.com2004-04-071-63/+175
* Bugzilla bug 123693: improved the fix for this bug. Maintain thewchang0222%aol.com2004-02-061-25/+17
* When an attempt to initialize a slot fails, free up the resourcesnelsonb%netscape.com2004-01-301-31/+38
* Back out rev 1.90. It breaks shlibsign.nelsonb%netscape.com2004-01-291-32/+30
* Plug leaks. Bug 123693. r=wtc,relyeanelsonb%netscape.com2004-01-291-30/+32
* bug 231698: fix regression in reading SDR data in databases written on 64-bit...relyea%netscape.com2004-01-273-40/+79
* Bugzilla bug 229289: fixed an unused variable warning. r=relyea.wchang0222%aol.com2004-01-131-0/+2
* Rename CERT_DecodeTimeChoice/CERT_EncodeTimeChoice to DER_DecodeTimeChoice/DE...jpierre%netscape.com2004-01-0743-0/+36812
|\
* | fixup commit for tag 'PACKAGING_20030906_BASE'PACKAGING_20030906_BASEcvs2hg2004-01-0743-36812/+0
|/
* Removed unused variable 'attribute'.wchang0222%aol.com2003-12-231-1/+0
* Include "nsslocks.h" for nss_InitLock.wchang0222%aol.com2003-12-231-0/+1
* Make database access to the key db thread safe.relyea%netscape.com2003-12-191-43/+169
* NSC_Finalize will now destroy 3 softoken free lists and one morenelsonb%netscape.com2003-12-0643-0/+36686
|\
* | fixup commit for tag 'JSS_3_5_1_RTM'JSS_3_5_1_RTMcvs2hg2003-12-0643-36620/+0
|/
* fixup commit for tag 'FIREFOX_0_8_RELEASE'FIREFOX_0_8_RELEASEcvs2hg2003-11-241-1/+1
* Removed an extraneous character (`) after #endif.wchang0222%aol.com2003-11-151-1/+1
* Detect empty emailAddr strings in CERTCertificates. Bugzilla bug 211540.nelsonb%netscape.com2003-11-151-3/+4
* Changes for symkey support.relyea%netscape.com2003-11-143-8/+65
* Repair error case for DH code in previous patch.relyea%netscape.com2003-11-071-6/+4
* Verify Parameters from the user before passing it on to freebl. r=nelsonrelyea%netscape.com2003-11-075-41/+216