summaryrefslogtreecommitdiff
path: root/security/nss/lib/fortcrypt
Commit message (Expand)AuthorAgeFilesLines
* Bug 271317, remove the old fortezza codewtchang%redhat.com2005-09-291-15/+0
* Bug 271317, remove the old fortezza coderelyea%netscape.com2005-09-2946-17617/+0
* Bugzilla Bug 288647: enable building NSS with an NSPR binary distribution.wtchang%redhat.com2005-07-211-5/+5
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2005-02-024-128/+144
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-2541-1221/+1343
* Bugzilla bug 237870: link the MinGW build with wsock32.dll (Winsock 1)wchang0222%aol.com2004-03-231-1/+1
* Bugzilla bug 221133: fixed unused variable warning on some platforms.wchang0222%aol.com2003-12-191-0/+2
* Bug 206926: 1. Undo the changes to secrng.h, pqgutil.h, swfutl.c,wtc%netscape.com2003-05-301-1/+0
* Bug 206934: use __declspec instead of _declspec. __declspec is thewtc%netscape.com2003-05-281-1/+1
* Bug 206926: now that secrng.h and pqgutil.h include blapit.h instead ofwtc%netscape.com2003-05-251-0/+1
* Bug 134113: make NSS build on Win32 using GCC (MinGW). The patchwtc%netscape.com2003-04-204-1/+41
* Fix 164126: makefile build error.nicolson%netscape.com2002-09-063-6/+6
* Bugs 166734 and 166785: fixed compiler warnings reported by gcc on Linux.wtc%netscape.com2002-09-061-1/+1
* Fix for 160805 . Make a copy of items into the arena before calling SEC_Quick...jpierre%netscape.com2002-08-311-1/+9
* Convert slow SEC_ASN1DecodeItem calls to SEC_QuickDERDecodeItem where possibl...jpierre%netscape.com2002-08-241-1/+1
* Bugzilla bug 131057: define PORT_Strdup as a function that calls PORT_Alloc.wtc%netscape.com2002-05-011-1/+14
* fixup commit for tag 'NSS_3_4_RC1'NSS_3_4_RC1cvs2hg2002-03-151-1/+0
* Bugzilla bug 70217: ported NSS to BeOS. The patch is contributed bywtc%netscape.com2002-02-224-6/+6
* Change most coreconf and NSS makefiles to use OS_TARGET (which cannelsonb%netscape.com2002-02-152-12/+12
* Make NSS 3.4 build as part of mozilla on OS/2. Bug 114748.nelsonb%netscape.com2002-02-111-32/+10
* Land BOB_WORK_BRANCH unto the tip.relyea%netscape.com2001-11-081-2/+2
* Sigh, some platforms have stdio.h included, some don't.relyea%netscape.com2001-09-201-0/+3
* Fix compiler warnings on Solaris, Linux, AIX, HP.relyea%netscape.com2001-09-208-37/+69
* Bugzilla bug #83811: added a new implicit rule to build BUILT_CSRCSwtc%netscape.com2001-06-051-3/+0
* The rule for creating nslib.c does not need to be a double-colon rule.wtc%netscape.com2001-06-031-3/+3
* Bugzilla bug #83811: deleted the useless vpath %.c $(OBJDIR) becausewtc%netscape.com2001-06-021-5/+1
* Deleted redundant VPATH because vpath is enough.wtc%netscape.com2001-06-021-1/+0
* Turned on building of the software Fortezza pkcs11 module. It builds onwtc%netscape.com2001-06-021-1/+1
* Use = instead of += to define INCLUDES. It is fine to use = becausewtc%netscape.com2001-06-011-2/+2
* Get NT builds running again by turning off building of the sw fortezza pkcs11...relyea%netscape.com2001-05-081-1/+1
* Changes to allow NSS to build in to a separate object tree.relyea%netscape.com2001-04-305-28/+12
* Back out changes which prevent NT from building. Need to figure something els...relyea%netscape.com2001-04-255-24/+14
* Patch to make the build work in both traditional and re-directed object mode.relyea%netscape.com2001-04-241-0/+4
* Add client requested features to coreconf:relyea%netscape.com2001-04-245-14/+24
* Bugzilla bug #63768: removed references to the obsolete PURE_LIBRARY,wtc%netscape.com2001-02-021-1/+0
* Bugzilla bug #62855: checked in OS/2 patches from Javier Pedemontewtc%netscape.com2001-01-311-1/+1
* Bugzilla bug #66889: do not export the Windows import libraries for thewtc%netscape.com2001-01-302-22/+4
* Bugzilla bug #64306: added stubs for PR_SetError and PR_SetErrorText.wtc%netscape.com2001-01-301-0/+6
* Bugzilla bug #65918: do not build shared libraries on OSF1 with the -allwtc%netscape.com2001-01-221-5/+0
* Have lib/fortcrypt/Makefile and lib/fortcrypt/swfort/pkcs11/Makefilewtc%netscape.com2001-01-032-0/+2
* Bugzilla: 64132. NSS lock instrumentationlarryh%netscape.com2001-01-031-1/+1
* Bugzilla bug #63832: use $(MAKE) instead of gmake in sub-makes.wtc%netscape.com2000-12-281-1/+1
* Bugzilla bug #54711: removed unused variables MOZ_DIST and MOZ_LIBwtc%netscape.com2000-10-031-4/+12
* Bugzilla bug #54711: use full maci on OS/2. Thanks to hctrinh@us.ibm.comwtc%netscape.com2000-10-011-2/+2
* change to allow builds with RSA BSAFE Crypto-C librarymcgreer%netscape.com2000-09-291-2/+4
* One only needs to link with either libcrypto or freebl. We need to copywtc%netscape.com2000-09-211-8/+8
* OS/2 build changes.relyea%netscape.com2000-09-203-11/+25
* Fix build on NT. Correct link order in PKCS11 directory.nelsonb%netscape.com2000-05-272-17/+22
* Add condition for BSAFE build.mcgreer%netscape.com2000-05-121-2/+16
* Make the stub sytem work for WIN NT as well as other unix platforms:relyea%netscape.com2000-04-042-0/+24