summaryrefslogtreecommitdiff
path: root/security/nss/lib/fortcrypt
Commit message (Collapse)AuthorAgeFilesLines
* Bugzilla bug 237870: link the MinGW build with wsock32.dll (Winsock 1)wchang0222%aol.com2004-03-231-1/+1
| | | | | instead of ws2_32.dll (Winsock 2). Thanks to neil@parkwaycc.co.uk for the patch. r=wtc.
* Bugzilla bug 221133: fixed unused variable warning on some platforms.wchang0222%aol.com2003-12-191-0/+2
| | | | The patch is contributed by timeless@bemail.org. r=wtc.
* Bug 206926: 1. Undo the changes to secrng.h, pqgutil.h, swfutl.c,wtc%netscape.com2003-05-301-1/+0
| | | | | | | | unix_rand.c, and win_rand.c. 2. Make secrng.h and pqgutil.h private. 3. Public header pk11pqg.h can't include private header pqgutil.h. 4. Many files don't need to include secrng.h. A few don't need to include pqgutil.h. 5. Remove duplicate declarations of PQG_DestroyParams and PQG_DestroyVerify from blapi.h.
* Bug 206934: use __declspec instead of _declspec. __declspec is thewtc%netscape.com2003-05-281-1/+1
| | | | | documented form and the only form accepted by the MinGW compiler. The patch is contributed by Christopher Seawood <seawood@netscape.com>. r=wtc.
* Bug 206926: now that secrng.h and pqgutil.h include blapit.h instead ofwtc%netscape.com2003-05-251-0/+1
| | | | | | blapi.h, some files that include secrng.h or pqgutil.h need to include blapi.h directly. Modified Files: certcgi.c swfutl.c unix_rand.c win_rand.c
* Bug 134113: make NSS build on Win32 using GCC (MinGW). The patchwtc%netscape.com2003-04-204-1/+41
| | | | (attachment 121068) is contributed by Chris Seawood (cls@seawood.org).
* Fix 164126: makefile build error.nicolson%netscape.com2002-09-063-6/+6
| | | | Change the NSS module name from "security" to "nss".
* Bugs 166734 and 166785: fixed compiler warnings reported by gcc on Linux.wtc%netscape.com2002-09-061-1/+1
| | | | The patch for this checkin is attached to bug 166785.
* Fix for 160805 . Make a copy of items into the arena before calling ↵jpierre%netscape.com2002-08-311-1/+9
| | | | SEC_QuickDERDecodeItem where needed
* Convert slow SEC_ASN1DecodeItem calls to SEC_QuickDERDecodeItem where ↵jpierre%netscape.com2002-08-241-1/+1
| | | | possible. Performance improvement. Bug #160805 . r=relyea
* Bugzilla bug 131057: define PORT_Strdup as a function that calls PORT_Alloc.wtc%netscape.com2002-05-011-1/+14
| | | | | | Modified files: lib/ckfw/nsprstub.c lib/fortcrypt/swfort/pkcs11/stub.c lib/nss/nss.def lib/util/secport.c lib/util/secport.h
* 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
| | | | Christopher Seawood <seawood@netscape.com>.
* Change most coreconf and NSS makefiles to use OS_TARGET (which cannelsonb%netscape.com2002-02-152-12/+12
| | | | | | be overridden via an environment variable) rather than OS_ARCH. This is a precursor to more flexibility in cross-platform builds. Bug 104541.
* Make NSS 3.4 build as part of mozilla on OS/2. Bug 114748.nelsonb%netscape.com2002-02-111-32/+10
| | | | Patch supplied by Javier Pedemonte.
* Land BOB_WORK_BRANCH unto the tip.relyea%netscape.com2001-11-081-2/+2
| | | | | | | | remove lots of depricated files. move some files to appropriate directories (pcertdb *_rand associated headers to soft token, for instance) rename several stan files which had the same name as other nss files. remove depricated functions.
* 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
| | | | Remove dependency on header files in softoken.
* Bugzilla bug #83811: added a new implicit rule to build BUILT_CSRCSwtc%netscape.com2001-06-051-3/+0
| | | | | | | because VPATH or vpath doesn't search in a directory that doesn't exist at the beginning of a make invocation even if it is created by the make invocation. Modified files: coreconf/rules.mk, nss/lib/fortcrypt/swfort/manifest.mn
* The rule for creating nslib.c does not need to be a double-colon rule.wtc%netscape.com2001-06-031-3/+3
| | | | | Modified it to use automatic variables ($+ and $@) instead of hardcoded file names.
* Bugzilla bug #83811: deleted the useless vpath %.c $(OBJDIR) becausewtc%netscape.com2001-06-021-5/+1
| | | | | | OBJDIR is not defined yet. Restored VPATH = $(OBJDIR) as a temp workaround. Also deleted GARBAGE = nslib.c, which is no longer correct.
* 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
| | | | NT (both in source tree and with BUILD_TREE) for me.
* Use = instead of += to define INCLUDES. It is fine to use = becausewtc%netscape.com2001-06-011-2/+2
| | | | | | | | this is the very first file Makefile includes. Define -DSWFORT in DEFINES rather than CFLAGS. First, DEFINES is the variable for macro defines. Second, by not defining CFLAGS in this file, we will be able to check in the fix for bug #77788. However, I am not sure whether we should fix bug #77788.
* Get NT builds running again by turning off building of the sw fortezza ↵relyea%netscape.com2001-05-081-1/+1
| | | | pkcs11 module.
* 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 ↵relyea%netscape.com2001-04-255-24/+14
| | | | | | else out (sigh). bob
* 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
| | | | | building cross platform. targetting the Objects to a separate tree.
* Bugzilla bug #63768: removed references to the obsolete PURE_LIBRARY,wtc%netscape.com2001-02-021-1/+0
| | | | | | | | | | | | | HAVE_PURIFY etc. make variables in NSS files. Reviewed by nelson Bolyard. Modified Files: cmd/platrules.mk cmd/crmf-cgi/config.mk cmd/crmftest/config.mk cmd/lib/config.mk cmd/zlib/config.mk lib/base/config.mk lib/certdb/config.mk lib/certhigh/config.mk lib/ckfw/config.mk lib/crmf/config.mk lib/cryptohi/config.mk lib/fortcrypt/swfort/config.mk lib/freebl/config.mk lib/jar/config.mk lib/nss/config.mk lib/pk11wrap/config.mk lib/pkcs12/config.mk lib/pkcs7/config.mk lib/smime/config.mk lib/softoken/config.mk lib/ssl/config.mk lib/util/config.mk
* Bugzilla bug #62855: checked in OS/2 patches from Javier Pedemontewtc%netscape.com2001-01-311-1/+1
| | | | | <pedemont@us.ibm.com>. Modified files: selfserv.c, swfutl.c, os2_rand.c.
* Bugzilla bug #66889: do not export the Windows import libraries for thewtc%netscape.com2001-01-302-22/+4
| | | | | | | | | loadable PKCS#11 modules fort32.dll, swft32.dll, and nssckbi.dll. Reviewed by Bob Relyea. Modified files: nss/lib/ckfw/builtins/Makefile nss/lib/ckfw/builtins/config.mk nss/lib/fortcrypt/config.mk nss/lib/fortcrypt/swfort/pkcs11/config.mk
* Bugzilla bug #64306: added stubs for PR_SetError and PR_SetErrorText.wtc%netscape.com2001-01-301-0/+6
| | | | Reviewed by Nelson Bolyard.
* Bugzilla bug #65918: do not build shared libraries on OSF1 with the -allwtc%netscape.com2001-01-221-5/+0
| | | | | | | linker option. The temporary workaround in two makefiles were removed. Modified Files: coreconf/OSF1.mk nss/lib/ckfw/builtins/Makefile nss/lib/fortcrypt/swfort/pkcs11/Makefile
* Have lib/fortcrypt/Makefile and lib/fortcrypt/swfort/pkcs11/Makefilewtc%netscape.com2001-01-032-0/+2
| | | | | include the local config.mk file so that libfort.a and libswft.a don't get built.
* 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
| | | | | | | | from OS2.mk. Handle the different names of plc4 and plds4 libraries on OS/2. Thanks to Huynh Trinh <hctrinh@us.ibm.com> for the patch. Modified Files: coreconf/OS2.mk nss/lib/ckfw/builtins/Makefile nss/lib/fortcrypt/swfort/pkcs11/Makefile
* Bugzilla bug #54711: use full maci on OS/2. Thanks to hctrinh@us.ibm.comwtc%netscape.com2000-10-011-2/+2
| | | | (Huynh Trinh) for the patch.
* 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
| | | | | | freebl/sha_fast.{c,h} to libcrypto to make libcrypto complete. Modified files: nss/cmd/platlibs.mk, nss/lib/Makefile, nss/lib/fortcrypt/swfort/pkcs11/Makefile.
* 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
| | | | | 1) fix compile issue in the stub maci.c file (change dllimports to dllexports). 2) build a dll with matching lib to make the symbols all work.
* Initial NSS Open Source checkinrelyea%netscape.com2000-03-3148-0/+17388