Граф коммитов

1078 Коммитов

Автор SHA1 Сообщение Дата
relyea%netscape.com 655843fdc3 Add symbols needed by secutil and the command libraries. 2001-01-06 21:14:03 +00:00
relyea%netscape.com a42eae8ba3 derdump needs to initialize NSS before calling the SECU functions. 2001-01-06 21:12:29 +00:00
relyea%netscape.com c07a66adc3 Use NSS_initialization.
Remove Low level SECKEY calls (not the private key management is now broken
until PK11 calls are added to replace them).
2001-01-06 21:11:34 +00:00
relyea%netscape.com 106fbd997a Use NSS initialization. 2001-01-06 21:10:18 +00:00
relyea%netscape.com e5ac6a6d92 Move the cert searching and printing utility function out of secutil.c so that
most functions which call secutil can still be used in the shared libraries.
2001-01-06 21:09:28 +00:00
relyea%netscape.com 7f3c14f816 remove depricated functions from secutil. 2001-01-06 21:05:36 +00:00
nelsonb%netscape.com b5208aea7f Remove declarations of SOCKS support functions, which have never worked
in NSS 3.x and are not supported.  Ifdef out declarations of deprecated
functions, since they are not exported by ssl3.dll.
2001-01-06 20:56:40 +00:00
mcgreer%netscape.com 575cbdc414 reflect function declaration changes to loader module (const stuff) 2001-01-06 17:07:07 +00:00
mcgreer%netscape.com e75f6fc4c7 on hypbrid cpu models (except sparc), use long long instead of long 2001-01-06 17:06:26 +00:00
mcgreer%netscape.com bfd673249c fix broken build on bigendian platforms 2001-01-06 16:34:23 +00:00
nelsonb%netscape.com 54be2d9937 Stop using deprecated SSL functions. Convert them to the supported ones. 2001-01-06 02:40:02 +00:00
relyea%netscape.com 7e861e00be Add rules for building the correct exportted list file for Sun, AIX, and Linux.
Fix AIX so the Map files will override exporting all the symbols
2001-01-06 02:00:55 +00:00
relyea%netscape.com cc9dd6e261 1) Add AIX to the exportted symbols controlled plaform.
2) reduce the exported symbol list down to one
2001-01-06 01:59:03 +00:00
relyea%netscape.com 6f4aa8bbb9 1) Add AIX to the build.
2) prune nss.def
3) reduce the count of exported symbol files down to one.
4) add NSS_Initialize()
2001-01-06 01:57:48 +00:00
nelsonb%netscape.com 265c93831d Use _WIN32 instead of _WINDOWS in windows-dependent ifdefs. 2001-01-05 23:53:38 +00:00
mcgreer%netscape.com 6547f07956 add support for AES
reduce compiler warnings
2001-01-05 22:38:50 +00:00
mcgreer%netscape.com 3855fe44e8 widespread changes to reduce compiler warnings. liberal application of const. 2001-01-05 22:37:50 +00:00
wtc%netscape.com af7528dc37 Call NSS_Init() to initialize NSS. It's not necessary to call PR_Init()
because NSPR is implicitly initialized.
2001-01-05 21:14:47 +00:00
javi%netscape.com 715af0e9e4 Correct spelling mistake.
r=javi,scc,hwaara@chello.se sr=brendan

(I'm checking this in for original reporter of Bug 63122.)
2001-01-05 03:26:41 +00:00
wtc%netscape.com 15c357d19a Bugzilla bug #64261: moved certread.c from lib/certhigh to lib/pkcs7.
As a result of this move I have to export one more data symbol
(SECAnyTemplate) from libnss3.so. :(  Removed the temporary workaround
in coreconf/rules.mk.
Modified Files:
	coreconf/rules.mk nss/lib/certhigh/manifest.mn
	nss/lib/nss/mapfile nss/lib/nss/nss.def
	nss/lib/pkcs7/manifest.mn
Added Files:
	nss/lib/pkcs7/certread.c
Removed Files:
	nss/lib/certhigh/certread.c
2001-01-05 02:18:55 +00:00
nelsonb%netscape.com 8aed37f6f6 Changes to deal with exporting data from Windows DLLs.
SECHashObjects[] is no longer exported.
New function HASH_GetHashObject returns pointer to selected const object.
SSL statistics are now in a structure whose address is obtained via a
call to SSL_GetStatistics().
On NT, the new symbol NSS_USE_STATIC_LIBS must be declared in programs
that use the static SSL library.
Also, propagate "const" declaration for SECHashObjects.
2001-01-05 01:38:26 +00:00
wtc%netscape.com 74856f4f5f Bugzilla bug #64261: moved pkcs7 from libnss3.so back to libsmime3.so.
coreconf/rules.mk has a temporary workaround for the dependency of
certread.c on some PKCS7 symbols.
Modified Files:
	coreconf/rules.mk nss/lib/manifest.mn nss/lib/nss/config.mk
	nss/lib/nss/mapfile nss/lib/nss/nss.def
	nss/lib/smime/config.mk nss/lib/smime/mapfile
	nss/lib/smime/smime.def
2001-01-04 21:33:06 +00:00
wtc%netscape.com f58c367f86 Include secder.h for the declaration of the DER_UTCDayToAscii functions. 2001-01-04 19:14:45 +00:00
nelsonb%netscape.com 2a3a289c75 Reduce warnings by adding missing #includes to eliminate calls to
undeclared functions.
2001-01-04 08:21:15 +00:00
wtc%netscape.com 814a817785 Removed unnecessary inclusion of secder.h. (The #include "secder.h"
in cms.h was probably cut and pasted from secpkcs7.h, which was added
in rev. 1.3 of secpkcs7.h in the Netscape internal /m/src cvs repository
in 11/1996.)
Modified files: secpkcs7.h, cms.h
2001-01-04 06:02:43 +00:00
wtc%netscape.com 9cc82bedbb Bugzilla bug #64238: removed the unnecessary inclusion of mcom_db.h from
cryptohi.h, pk11func.h, secpkcs7.h, and cms.h.  Some files now need to
include <errno.h>.  They were including <errno.h> indirectly through
mcom_db.h.
Modified Files:
	cmd/atob/atob.c cmd/btoa/btoa.c cmd/derdump/derdump.c
	lib/cryptohi/cryptohi.h lib/pk11wrap/pk11func.h
	lib/pkcs7/secpkcs7.h lib/smime/cms.h lib/ssl/sslsnce.c
2001-01-04 00:44:30 +00:00
wtc%netscape.com da51eb9314 Have lib/fortcrypt/Makefile and lib/fortcrypt/swfort/pkcs11/Makefile
include the local config.mk file so that libfort.a and libswft.a don't
get built.
2001-01-03 23:49:48 +00:00
larryh%netscape.com ee3817325c Bugzilla: 64132. NSS lock contention 2001-01-03 20:54:29 +00:00
larryh%netscape.com cf691e615e Bugzilla: 64132. NSS lock instrumentation 2001-01-03 19:51:22 +00:00
larryh%netscape.com 4fdb172017 Bugzilla: 64132 2001-01-03 01:39:43 +00:00
wtc%netscape.com cb96d6ba8c Added the LIBRARY statements to the .DEF files.
Modified files: nss.def, smime.def, and ssl.def.
2001-01-03 01:31:10 +00:00
wtc%netscape.com 298eb793c1 Deleted an unnecessary blank line. 2001-01-03 00:59:09 +00:00
kirke%netscape.com 8d8152bb9c Made argument processing more robust (ala stresclnt.c). We now detect
and fail when something on the command line is not recognized.  Also
exiting with distinct status values for all error conditions (previously
we always exited with '1').
2001-01-02 22:19:55 +00:00
mcgreer%netscape.com 0557c82d84 fix problem in decrypt 2001-01-02 16:57:47 +00:00
nelsonb%netscape.com 454d96aca2 Don't build libfreebl_*_3.a . Just build the .so's. 2000-12-29 23:21:51 +00:00
nicolson%netscape.com 3fa8f855b7 bye bye tabs, hello spaces. 2000-12-29 21:11:21 +00:00
wtc%netscape.com 6984dc1736 Bugzilla bug #63891: added support for Linux on sparc and sparc64.
The patch is provided by Christopher Blizzard <blizzard@mozilla.org>.
2000-12-29 19:35:53 +00:00
wtc%netscape.com fc0f077a2d Use mapfiles when building the nss, smime, and ssl shared libraries on
Solaris and Linux.
Modified files: nss/config.mk smime/config.mk ssl/config.mk
2000-12-29 07:13:20 +00:00
wtc%netscape.com 83d2ab7bd8 Added mapfiles for libnss3.so, libsmime.so, and libssl3.so. The linkers
on Solaris and Linux support mapfiles (also called version scripts).
Added Files:
    nss/mapfile smime/mapfile ssl/mapfile
2000-12-29 06:07:06 +00:00
wtc%netscape.com f5b8278d9f Removed five symbols that shouldn't be exported. 2000-12-29 03:58:40 +00:00
wtc%netscape.com 5daffa986d I found that the Windows linker 'link' pulls from an archive library only
the object files needed to resolve referenced symbols, so we will need to
link with the objects directly as we do on Unix.  As a result, nss3.dll
needs to export more (PKCS7) symbols, needed by the new PKCS12 objects
that are linked into smime3.dll.
2000-12-29 02:50:16 +00:00
wtc%netscape.com 4fb614d2f9 I found that the Windows linker 'link' pulls from an archive library only
the object files needed to resolve referenced symbols, so we will need to
link with the objects directly as we do on Unix.  As a result, nss3.dll
needs to export more (PKCS7) symbols, needed by the new PKCS12 objects
that are linked into smime3.dll.
Modified Files:
    coreconf/rules.mk nss/lib/nss/config.mk
    nss/lib/smime/config.mk nss/lib/ssl/config.mk
2000-12-29 02:47:16 +00:00
cotter%netscape.com 30970315ec Fixed broken graphics links. 2000-12-29 01:32:26 +00:00
wtc%netscape.com 912db19c7b Fixed copyright years. This file was created and published in 2000. 2000-12-29 01:20:24 +00:00
wtc%netscape.com ef7d725a7f Built nss3.dll, smime3.dll, and ssl3.dll on Windows. Note that we do
not want the "32" in the DLL names that coreconf adds by default.  We
use module-definition (.DEF) files to control the exported symbols.
Made pkcs7 part of nss3.dll to temporarily work around circular dependency
between nss3.dll and smime3.dll (certread.c depends on some PKCS7 symbols).
Modified files: lib/nss/config.mk, lib/smime/config.mk, lib/ssl/config.mk
2000-12-29 01:16:56 +00:00
nelsonb%netscape.com 744da489fb This file has been superseded by mpv_sparcv8.s and mpv_sparcv9.s 2000-12-29 01:07:00 +00:00
nelsonb%netscape.com f055e4a59f Implement new mpi function mpi_read_variable_radix(). It's like
mpi_read_radix(), except that if the input stream begins with a leading
zero or "0x", it will interpret the input as octal or hex, respectively.
2000-12-29 01:01:37 +00:00
wtc%netscape.com 16deab977f Added Windows module-definition (.DEF) files for nss, smime, and ssl
shared libraries.
Added files: nss.def, smime.def, ssl.def
2000-12-29 00:57:17 +00:00
nelsonb%netscape.com 580bdec082 Optimized version of these functions, contributed by Sun. 2000-12-29 00:36:31 +00:00
nelsonb%netscape.com 0373abac48 Add missing release_md target. This will cause the new DSOs to be
included in the released jar files.
2000-12-28 21:35:55 +00:00
nicolson%netscape.com d1359ee423 legacy code for 16-bit browser, now obsolete. 2000-12-28 18:58:22 +00:00
wtc%netscape.com afa0594def Bugzilla bug #63852: added config file for Solaris 8 x86. 2000-12-28 16:02:44 +00:00
nelsonb%netscape.com 9bf2738558 Define NSS_USE_HYBRID in hybrid builds. 2000-12-28 04:13:02 +00:00
nelsonb%netscape.com d2b222fea9 Separate the floating point and integer implementations of modular
exponentiation into two functions that can be chosen at run time.
2000-12-28 03:41:50 +00:00
nelsonb%netscape.com b93956f65d Radical change to freebl "32-bit" builds on Solaris and HP-UX "32-bit".
Build two DSOs, both conforming to the platform's 32-bit ABI, one of
which uses only 32-bit instructions, the other uses 64-bit instructions.
Then load the best one for the local CPU at run time.  This allows
greatly enhanced performance on 64-bit CPUs while still supporting older
32-bit CPUs.
2000-12-28 03:39:01 +00:00
nelsonb%netscape.com bcaf662a61 mapfile defines the public ABI for the new freebl DSOs. 2000-12-28 03:35:43 +00:00
nelsonb%netscape.com 9004aeb8f8 Verify vector version and length before relying on the DSO's vector. 2000-12-28 03:26:29 +00:00
wtc%netscape.com 4f4654ac10 Bugzilla bug #63832: use $(MAKE) instead of gmake in sub-makes. 2000-12-28 03:07:27 +00:00
nelsonb%netscape.com 9b2cc14ac6 New variable USE_HYBRID configures build for hybrid model. 2000-12-28 02:55:39 +00:00
wtc%netscape.com 6f78bb97d1 Bugzilla bug #63832: use $(MAKE) instead of gmake in recursive sub-makes.
Thanks to Myth <frb@wiw.org> for the bug report and fix.
2000-12-28 02:54:07 +00:00
wtc%netscape.com f8ae6459b5 More work on shared libraries for NSS.
1. Implemented a way to link all the objects in archive libraries into
   a shared library.  I query each subdirectory for the list of objects
   comprising an archive library (the get_objs makefile target) and link
   these objects as opposed to the archive libraries.  Not all linkers
   support the --whole-archive, -all, or -z allextract options.  The
   *sym.c solution cannot fully control what objects in the archive
   libraries are pulled and what symbols are exported.
2. Moved pkcs7 from libsmime3.so to libnss3.so because certread.c in
   libcerthi.a (part of libnss3.so) depends on some PKCS7 functions,
   which creates a circular dependency between libsmime3.so and libnss3.so.
This should work on all Unix platforms.
2000-12-28 02:22:33 +00:00
wtc%netscape.com 7a8ddd4deb Put -lnss3 after -lsmime3 and -lssl3, which depend on -lnss3. 2000-12-28 00:49:50 +00:00
wtc%netscape.com fc88bc3f51 The -O2 flag was really a workaround for a 64-bit compilation problem
for two PKCS11-related files.  (See bug #63815.)  Now we are working
around that problem by compiling just those two files with -O2, as
opposed to compiling all files with -O2.  So we no longer need to
use the -O2 flag, even in optimized builds.  The default -O optimization
flag is recommended by the compiler manual and in the current releases
is the same as -O2.
2000-12-28 00:46:33 +00:00
wtc%netscape.com 3009c01f96 Bugzilla bug #63815: this AIX compilation problem only occurs in 64-bit
builds.  lib/softoken/pkcs11c.c also needs the workaround.
Modified files: lib/pk11wrap/Makefile, lib/softoken/Makefile
2000-12-28 00:35:26 +00:00
nelsonb%netscape.com e5c2fc8666 Detect null slot pointer instead of crashing. 2000-12-27 21:31:39 +00:00
wtc%netscape.com 4864bff37b Bugzilla bug #63815: a workaround for IBM xlC_r 3.6.6 (on AIX 4.3) to
compile pk11slot.c.
2000-12-27 20:58:38 +00:00
wtc%netscape.com 0fbd8a6695 Bugzilla bug #63807: fixed function prototype of SHA1_TraceState. 2000-12-27 18:47:57 +00:00
nelsonb%netscape.com 7adf48488c Use the -O2 optimizer only when BUILD_OPT is defined.
This makes AIX debug builds debuggable.
2000-12-27 04:10:10 +00:00
nelsonb%netscape.com 16954db608 This code permits multiple implementations of freebl to coexist for a
single platform.  The best implementation for the local CPU is dynamicly
loaded at run time.  Requires DSOs to be in the LD_LIBRARY_PATH or
equivalent (e.g. SHLIB_PATH).
2000-12-27 03:20:04 +00:00
nelsonb%netscape.com dc24da670a Stubs for RC5 functions. This is NOT a working implementation of RC5. 2000-12-27 03:16:59 +00:00
nelsonb%netscape.com edb7966159 Attempt to clarify code to reduce confusion about side effect of
MP_CHECKOK macro.
2000-12-27 03:14:28 +00:00
nelsonb%netscape.com 49c96a92b2 Ensure function SHA1_TraceState is always defined, even when TRACING_SSL
is not defined.
2000-12-27 02:41:59 +00:00
nelsonb%netscape.com 5552889694 Fix an error message to correctly report the name of the failed init
function.
2000-12-27 02:38:47 +00:00
nelsonb%netscape.com 042c268743 Change HP 64-bit and hybrid builds to use new HP assembly code.
Fix uses of $(LIB).
2000-12-27 02:08:54 +00:00
nelsonb%netscape.com 2e36409d44 The Initial Developer of the Original Code is Netscape
Communications Corporation.  Portions created by Netscape are
Copyright (C) 2000 Netscape Communications Corporation.  All Rights
Reserved.
2000-12-27 01:48:25 +00:00
nelsonb%netscape.com 26074ca78f The Initial Developer of the Original Code is the Hewlett-Packard Company.
Portions created by Hewlett-Packard Company are
Copyright (C) 1999 Hewlett-Packard Company.  All Rights Reserved.
2000-12-27 01:45:23 +00:00
nelsonb%netscape.com c2b2d5bb25 The Initial Developer of the Original Code is the Hewlett-Packard Company.
Portions created by Hewlett-Packard Company are
Copyright (C) 1997 Hewlett-Packard Company.  All Rights Reserved.
2000-12-27 01:44:44 +00:00
wtc%netscape.com 1fb765b526 Bugzilla bug #63768: do not build "purified" libraries, which are no longer
necessary for the current version of Purify.
Modified Files:
	HP-UX.mk IRIX.mk README ReliantUNIX.mk SunOS4.1.3_U1.mk
	SunOS5.mk command.mk prefix.mk rules.mk ruleset.mk suffix.mk
2000-12-27 00:42:46 +00:00
jgmyers%netscape.com 329c127f17 IPv6 support in PSM: bug 47834 r=ddrinan sr=brendan@mozilla.org 2000-12-23 01:26:25 +00:00
sonmi%netscape.com b91f3c464a added qaclean and beautified some of the rest 2000-12-22 23:56:41 +00:00
sonmi%netscape.com deacf5b6f5 :-) 2000-12-22 23:56:06 +00:00
sonmi%netscape.com 4fd6928cb9 was part of the qa wrapper for a long time, just never found the time to check it in 2000-12-22 23:40:54 +00:00
cls%seawood.org 98402c9dc9 Landing javi@netscape.com 's changes to make NSS place nice with the Mozilla build system.
Bug #60912 r=bryner
CARPOOL! a=leaf
2000-12-22 21:12:53 +00:00
mcgreer%netscape.com 58db0c80ce merge from branch (this process will be fixed, someday) 2000-12-22 19:23:41 +00:00
relyea%netscape.com 6913f87ffb Shared library changes.
Three directories pull the NSS libraries together into a three shared libaries:
nss, ssl, and smime. Symbols need to be exported by the DLL from the imported
libraries are defined in XXX/XXXsym.c Library linkage is controlled by
XXX/config.mk
2000-12-22 17:16:24 +00:00
relyea%netscape.com a839b49663 Add dynamic Library support to commands. Mark those that commands that still
need to be build with static libraries appropriately.
2000-12-22 17:09:07 +00:00
sonmi%netscape.com 929add523f breaking the world record for NT bugs per minute 2000-12-22 03:02:01 +00:00
sonmi%netscape.com 30f95d8db2 fixed hostname for Win2000 2000-12-22 03:01:10 +00:00
sonmi%netscape.com 4f2e3ccb91 fixed OS name for WinNT once more... 2000-12-22 03:00:17 +00:00
sonmi%netscape.com 5554ddd378 bugfix and warning for NT 2000-12-22 02:31:56 +00:00
sonmi%netscape.com fc2e4363e7 this script is supposed to cleanup after a failed QA 2000-12-22 02:00:29 +00:00
nicolson%netscape.com 38d6ae23dd Checking in what we can off SSL. 2000-12-21 22:59:12 +00:00
mcgreer%netscape.com 6860a81722 dump usage before doing anything when no args passed, bug 63520 2000-12-21 22:14:02 +00:00
sonmi%netscape.com 7676ac41be removed certutilout with the other temporary files 2000-12-21 20:11:38 +00:00
sonmi%netscape.com bf5af57e0c took an additional set_host function out, called the real set_host earlier 2000-12-21 19:44:11 +00:00
sonmi%netscape.com 4326155c0b bugfix for .nssqa file in results directory 2000-12-21 19:42:23 +00:00
sonmi%netscape.com ae94f2a898 several bugfixes concerning missing plattform list and the NT/2000 OS name 2000-12-21 19:40:24 +00:00
sonmi%netscape.com 0590c85966 changed the certutil output handeling once more 2000-12-21 19:35:36 +00:00
mcgreer%netscape.com b7aed164ba fix bug 63447 where certutil was opening an unneccessary output terminal. 2000-12-21 01:51:37 +00:00
sonmi%netscape.com c7a8500d31 removed the "fix" for a nonproblem :
the problem appeared to be a failure of the shell to pass on the correct return
codes when run from cron (false positive and false negative results when run
from cron - in reality the returncodes were right, but the cron generated db
had no password because of a bug in certutil
2000-12-20 23:40:53 +00:00
nelsonb%netscape.com a081909d42 Revise mp_div and s_mp_div substantially. Reduce the number of temporary
variables.  Eliminate inner loop of shifts from s_mp_div.
2000-12-20 05:54:18 +00:00
javi%netscape.com 3c7d2e36da Build with NSS 3.1 2000-12-20 01:24:58 +00:00
javi%netscape.com 1533e8a7af Checking in code to load root cert module on UNIX platforms. 2000-12-20 01:21:58 +00:00
sonmi%netscape.com 940c79b190 undid the redirecting to a tmp file, only write the stderr to the stdout 2000-12-20 00:24:38 +00:00
mcgreer%netscape.com e116c08c9e initial checkin of Rijndael (AES) implementation. Only blocksize == 128 bits
has been tested on this checkin.
Added make target "rijndael_tables", which will generate rijndael32.tab.
2000-12-19 23:43:12 +00:00
javi%netscape.com e1e13fed66 Disable PSM log output by default. Developpers will have to explicity turn it on. 2000-12-19 22:57:44 +00:00
javi%netscape.com be1de469a5 Don't error out when creating the list of PKCS#11 modules
if one wasn't loaded correctly.
2000-12-19 22:49:42 +00:00
sonmi%netscape.com 5df0c42db8 took unneccessart warning out 2000-12-19 20:56:28 +00:00
cotter%netscape.com 58379e624f Added changes re PSM 1.4 for Communicator. 2000-12-19 19:23:47 +00:00
nicolson%netscape.com 39d185c247 Convert com.netscape.jss package names to org.mozilla.jss.
The work was done by a script.
2000-12-19 06:19:02 +00:00
javi%netscape.com 1665a05f8b Fix for bug 63209 sr=cls@seawood.org r=javi@netscape.com
Checking in for pedemont@us.ibm.com

Make psm-glue use static libraries for libprotocol and
libcmt on OS/2
2000-12-19 02:06:31 +00:00
sonmi%netscape.com db757f7903 explicitly redirected certutil output once more to get rid of cron error msg 2000-12-19 00:26:21 +00:00
sonmi%netscape.com 4c0455dae5 fixed various bugs 2000-12-16 02:46:44 +00:00
sonmi%netscape.com 02d23e81eb changed the text file to html 2000-12-16 00:38:38 +00:00
sonmi%netscape.com 05d39d837d added winnt and win95 2000-12-15 22:33:09 +00:00
nicolson%netscape.com 85410669b3 First checkin of Network Security Services, Java version. 2000-12-15 20:53:03 +00:00
nelsonb%netscape.com d86dcf53db Correct make variable name for AIX. 2000-12-15 06:00:55 +00:00
nelsonb%netscape.com c7528f0cd2 Change AIX 32-bit options to use new fine-grained feature test macros. 2000-12-15 05:54:08 +00:00
nelsonb%netscape.com cb9d5e32ba Implement new feature test macros for controlling the use of mp_word over
individual types of operations, e.g., multiply, divide, add, subtract.
Use a specific combination of these for 32-bit on AIX.
2000-12-15 05:38:09 +00:00
nelsonb%netscape.com bad7fe2be9 Add missing Makefile lines to build mpi optimally for AIX 32 and 64-bit. 2000-12-15 03:01:23 +00:00
nelsonb%netscape.com 128b2e9524 Fix mpi-test for machines that have long or long long digits. 2000-12-15 03:00:00 +00:00
larryh%netscape.com 902697a54a /m/dist is no more. long live /s/b/c 2000-12-15 01:29:25 +00:00
sonmi%netscape.com 4847b318e1 use the new function to restet the masterbuild 2000-12-15 01:19:42 +00:00
sonmi%netscape.com 6334d3cf9f fixed the NT problem that no .nssqa file was created
more flexible with NT masterbuild (if blowfish build doesn't exist
we use whatever looks closest to NT :-)
2000-12-15 01:19:02 +00:00
sonmi%netscape.com 682136d49e fixed a comment, sed is very picky about strings starting with -n (it thinks
this is an option)
2000-12-15 01:07:45 +00:00
sonmi%netscape.com ddddf3a402 set DOMSUF automatically if not set, reduced NT directories from 24 to 4,
fixed the problem that on HP sometimes the versionnumber is unknown
2000-12-15 01:06:26 +00:00
mcgreer%netscape.com d2db2cc7a2 certs-only does not require input 2000-12-14 23:59:33 +00:00
ddrinan%netscape.com ee966599ee Fixed the PSM version number to 1.4 2000-12-14 23:49:23 +00:00
sonmi%netscape.com dc29157db7 fixed missin platform bug 2000-12-14 02:13:55 +00:00
sonmi%netscape.com c2e6e0dd7a changed 32 bit platforms to explicitly say so, missing list was wrong before 2000-12-14 01:56:39 +00:00
sonmi%netscape.com 124702944e added performance tests 2000-12-14 01:53:11 +00:00
sonmi%netscape.com 935432b45a fixed minor bugs, added performance tests to qa_stat 2000-12-14 01:41:57 +00:00
nelsonb%netscape.com eec8bc4c5b Fix hybrid model builds for HP-UX. 2000-12-13 04:36:28 +00:00
nelsonb%netscape.com 2a7a35702a Make the -d option unnecessary when the built-in key is being used,
e.g. when -n none  has been specifed.
2000-12-13 01:38:14 +00:00
nelsonb%netscape.com 1707d117a9 Start building freebl with MPI's new floating point acceleration code. 2000-12-13 01:26:48 +00:00
nelsonb%netscape.com 11802cc244 Add support for unsigned long long mp_digits.
Revise and simplify the scheme of feature test macros used in mpi.h.
Remove all NSS_ and SOLARIS ifdefs from the source.
2000-12-13 01:22:22 +00:00
nelsonb%netscape.com d8b5ec1753 This file is the output of Sun's WorkShop 5.0 compiler for mpv_sparc.c,
when compiled for the v8+ or v9 architecture.  This file may be built
with WorkShop 4.2 and will produce the same .o as WorkShop 5.0.
2000-12-13 01:19:55 +00:00
sonmi%netscape.com 2d0db1fbe8 took yesterday's fix out, because it would potentially break running only
the subscripts, replaced it by a call to a script that makes the PATH
components uniqe
2000-12-13 00:36:53 +00:00
sonmi%netscape.com d052d4d7dc oops - first bug 2000-12-13 00:00:32 +00:00
sonmi%netscape.com fa4e423d2f one first quick + dirty cut + paste doc about kernelconfigurations 2000-12-12 23:56:01 +00:00
sonmi%netscape.com aaf912ffe5 new qa wrapper - per wtc's request moved here from /m/src 2000-12-12 23:08:15 +00:00
sonmi%netscape.com 4230219109 nssqa documentation (or at least a start :-) 2000-12-12 23:06:34 +00:00
sonmi%netscape.com 633a7f7f7e fixed unreasonable long PATH (which refused) and got rid of the error when
run interactively (-n_TestUser-w_bogus was filtered through an sed, which
thought that -n was **his** option...)
2000-12-12 05:10:51 +00:00
sonmi%netscape.com c714bd377f first attempt of a platformlist, still misses windows platforms 2000-12-12 01:44:20 +00:00
mcgreer%netscape.com 31abfa7784 hopefully fixes HP 64-bit opt QA failures, where cmsutil fails first time it is executed from script 2000-12-11 19:38:16 +00:00
mcgreer%netscape.com e9f5cbb306 cmsutil was broken for STDIN input 2000-12-11 18:42:58 +00:00
nelsonb%netscape.com ea92a781c4 On DEC Alpha/OSF1, following the examples in <c_asm.h>, use inline
assembly code to get 64-bit products and squares from 32-bit multipliers
in just two instructions.  Speeds up multiplication and squaring a lot.
2000-12-09 03:36:41 +00:00
nelsonb%netscape.com c749d4dc6b When building without the inline assembly macros, use a simple cast
rather than the math lib's floor() function.  Also, don't and with a
mask of all 1 bits when casting to a smaller unsigned type will suffice.
2000-12-09 03:32:41 +00:00
larryh%netscape.com c7932a6232 Bugzilla: 62396, fix threads in selfserv.c 2000-12-09 01:35:54 +00:00
sonmi%netscape.com c7e7257f33 added timestamps for stresstest per nelson's request 2000-12-08 23:49:55 +00:00