Commit Graph

826 Commits

Author SHA1 Message Date
relyea%netscape.com
9e96aea0f1 OpenVMS changes bug 60143 2000-12-07 22:25:18 +00:00
relyea%netscape.com
5a0634f3c0 Open VMS changes bug 60143 2000-12-07 22:24:46 +00:00
relyea%netscape.com
157d2345bc Open VMS changes: bug 60143. 2000-12-07 22:23:06 +00:00
mcgreer%netscape.com
08b69559e6 fix debug output so it doesn't crash 2000-12-07 18:38:27 +00:00
nelsonb%netscape.com
c76148218a Add a new -t option to specify the maximum number of threads, and hence
the maximum number of simultaneous connections.  Default is now 8.
values < 1 or > 32 are ignored. Also, increase the minimum delay interval
for retrying failed connections from 10 to 50 milliseconds, and increase
it exponentially if/as more retries are required.  These changes have
made the stress tests finish considerably faster, and have improved the
consistency from run to run.  Previously runs times varies by 2:1 or more.
2000-12-07 05:34:50 +00:00
ddrinan%netscape.com
0bb4288722 Fix for bug 60909. r=javi@netscape.com, bryner@netscape.com. sr=brendan@mozilla.org, leaf@mozilla.org. 2000-12-06 23:45:42 +00:00
mcgreer%netscape.com
774c8f0401 still more debug output 2000-12-06 22:35:52 +00:00
relyea%netscape.com
5b93286d8b Check in openVMS changes from but 60143 2000-12-06 22:31:56 +00:00
mcgreer%netscape.com
107324d3c5 add some debug output to try and track down HP64 QA problem 2000-12-05 23:58:01 +00:00
mcgreer%netscape.com
7db461e1b8 uninit'ed var causes problem on some platforms 2000-12-05 01:13:24 +00:00
nelsonb%netscape.com
885d29d0b4 Use the new floating point Montgomery multiply code from Sun on Solaris. 2000-12-02 02:37:22 +00:00
nelsonb%netscape.com
8c2b42042f In ssl3_GatherData, the value of gs->inbuf.len was incorrect during the
GS_HEADER state.  It should be correct in all states.
In ssl_DestroyGather, prior to freeing the buffers, the code zeroed out
the ciphertext buffer.  It now zeros out the plaintext buffer instead.
2000-12-02 00:54:01 +00:00
mcgreer%netscape.com
9ce79d6c32 table wasn't wide enough for long runs 2000-12-01 23:48:22 +00:00
mcgreer%netscape.com
0793b6f936 allow for more granularity in testing 2000-12-01 21:50:57 +00:00
mcgreer%netscape.com
092f821fa4 fix broken AIX build 2000-12-01 19:00:50 +00:00
nelsonb%netscape.com
f49b012cd4 Back out a previous change to one line of this code for performance. 2000-12-01 03:58:17 +00:00
nelsonb%netscape.com
6abe6c9e6c Add new optional third argument which specifies modulus size in bytes.
Don't print values for powers 0, 1, and 2 unless the repetition count
(the optional second argument) is 1.
2000-12-01 03:56:12 +00:00
nelsonb%netscape.com
32b43a3ae6 Replace compiler-generated inner loop code with optimized code.
This optimized code was contributed by Sun Microsystems Inc.
2000-12-01 03:53:13 +00:00
nelsonb%netscape.com
196b9b582c * The Original Code is SPARC hand-optimized Montgomery multiply functions.
*
* The Initial Developer of the Original Code is Sun Microsystems Inc.
* Portions created by Sun Microsystems Inc. are
* Copyright (C) 1999-2000 Sun Microsystems Inc. All Rights Reserved.
2000-12-01 03:18:27 +00:00
nelsonb%netscape.com
291aa8039a * inline macros for SPARC Montgomery multiply functions.
*
* The Initial Developer of the Original Code is Sun Microsystems Inc.
* Portions created by Sun Microsystems Inc. are
* Copyright (C) 1999-2000 Sun Microsystems Inc. All Rights Reserved.
2000-12-01 03:17:53 +00:00
mcgreer%netscape.com
83a8928dcd check in b64 encoded seeds 2000-12-01 01:31:18 +00:00
mcgreer%netscape.com
39061cbbdb massive changes to blapitest to allow for more flexible input types and improved
performance testing output.
2000-12-01 01:24:05 +00:00
mcgreer%netscape.com
49cc5efca8 add scripts for testing cipher performance. modify cipher.sh to reflect command arg changes in blapitest. 2000-12-01 01:09:44 +00:00
mcgreer%netscape.com
8657145db0 fix broken builds, linked in wrong order 2000-11-30 19:13:01 +00:00
javi%netscape.com
378bd999ca Plug some memory leaks that were brought to my attention by brendan. Not part of Mozilla build just yet. 2000-11-29 21:41:23 +00:00
javi%netscape.com
a2bb31a18e Fix busted loading of module for WIN32 and delete the TextGenContext used to fetch the name of the module for the root certificates. 2000-11-29 20:00:21 +00:00
nelsonb%netscape.com
8f9113a6de Add missing error detection to identest. Change the order in which
mp_ints are destroyed to make debugging easier.  These changes
facilitated detecting and fixing bug 61394.
2000-11-29 04:07:10 +00:00
nelsonb%netscape.com
4a90b4de0b Fix bug 61394. Don't increase length of input vector by 1. Avoid
copying the vector twice.
2000-11-29 01:30:28 +00:00
sonmi%netscape.com
f558ce20b2 took out the NULL_SERVER restart code completely 2000-11-29 01:09:33 +00:00
sonmi%netscape.com
5e8aa6985c more outpur (2>) to the certutil log file 2000-11-29 01:08:59 +00:00
sonmi%netscape.com
4b5efbc2fb took out the tail -f if running from cron 2000-11-29 01:07:59 +00:00
relyea%netscape.com
0cdc5f46fe Use NSS_Init() to open the databases.
Include pk11func.h so we get the proper forward function definition.
2000-11-28 23:37:52 +00:00
relyea%netscape.com
b13e8d38bb Fix type casting problems in zip.c 2000-11-28 23:25:36 +00:00
relyea%netscape.com
e71c1551fe remove extre PR_PUBLIC definition so everything will compile under AIX 2000-11-28 23:24:55 +00:00
mcgreer%netscape.com
b8f9c46b41 fix missing libraries in windows build 2000-11-28 23:21:38 +00:00
javi%netscape.com
f708e68417 Include prototype for converting a mac path to unix path. 2000-11-28 23:04:16 +00:00
javi%netscape.com
76092382bb Version of ctrlconn.c that loads root modules for Mac. 2000-11-28 23:02:37 +00:00
relyea%netscape.com
320b630de7 Add pkcs12 so the pk12util.c builds 2000-11-28 22:08:45 +00:00
relyea%netscape.com
744f0cb8cf Use platlibs so the the builds work on NT as well. 2000-11-28 22:08:23 +00:00
ddrinan%netscape.com
986393b889 Suppress the depend target 2000-11-28 22:01:56 +00:00
javi%netscape.com
cd2ea68715 Also traverse into the nlslayer directory when building PSM. 2000-11-28 20:18:54 +00:00
javi%netscape.com
c016b7b3fc Add the list of exported symbols from the pkcs11 shared library module
to this directory.
2000-11-28 19:12:42 +00:00
sonmi%netscape.com
8a8c1d8900 removed another server restart (NULL ciphers), but left code in in case we
need to reactivate the restart (search for variable NULL_SERVER)
2000-11-28 02:57:46 +00:00
sonmi%netscape.com
a4a3a8bead attempt to remove cron error about output terminal can't be opened
made tmp files permanent so HP cmsutil coredump can be examined
added debugging output (log all certtutil starts), switchet to /bin/sh
2000-11-28 02:36:29 +00:00
mcgreer%netscape.com
a69820a596 changes suggested by bryner to build more of NSS's utilities 2000-11-28 00:36:53 +00:00
ddrinan%netscape.com
7c29b54ea1 Install the library 2000-11-22 20:02:16 +00:00
ddrinan%netscape.com
7805b70b08 Changes to get PSM to build with Mozilla 2000-11-22 19:59:30 +00:00
relyea%netscape.com
3cb959d7b5 Check in PKCS #11 test suite. 2000-11-21 23:56:51 +00:00
javi%netscape.com
d07a8cd327 Add the ability to set what directory is used for the key and cert db's. 2000-11-20 19:46:14 +00:00
sonmi%netscape.com
30455c891c added debug echo for each testclient started 2000-11-17 22:12:26 +00:00