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
nelsonb%netscape.com
d97beb7c5e
Change NewTempCertificate(), making the search for the cert and the
...
subsequent insertion of the cert into the DB into one atomic operation
by holding the certdb's lock around the pair of operations. Bug 62286.
2000-12-08 03:35:29 +00:00
nelsonb%netscape.com
816818b801
This modification, contributed by Sun, avoids computing values >= 2^52.
...
This code runs much faster than the previous version on UltraSparc-3 CPUs,
and slightly slower than the previous version on UltraSparc-II CPUs.
2000-12-08 00:20:36 +00:00
relyea%netscape.com
46a22d7899
OpenVMS changes bug 60143
2000-12-07 22:25:18 +00:00
relyea%netscape.com
654183eaea
Open VMS changes bug 60143
2000-12-07 22:24:46 +00:00
relyea%netscape.com
bd581e7d1c
Open VMS changes: bug 60143.
2000-12-07 22:23:06 +00:00
mcgreer%netscape.com
dc97aada1c
fix debug output so it doesn't crash
2000-12-07 18:38:27 +00:00
nelsonb%netscape.com
f6fec9f0d7
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
258e09a7e6
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
5e3861c881
still more debug output
2000-12-06 22:35:52 +00:00
relyea%netscape.com
50fb29cdb1
Check in openVMS changes from but 60143
2000-12-06 22:31:56 +00:00
mcgreer%netscape.com
d6a795fe4f
add some debug output to try and track down HP64 QA problem
2000-12-05 23:58:01 +00:00
mcgreer%netscape.com
67f3a44e0a
uninit'ed var causes problem on some platforms
2000-12-05 01:13:24 +00:00
nelsonb%netscape.com
91eaf802af
Use the new floating point Montgomery multiply code from Sun on Solaris.
2000-12-02 02:37:22 +00:00
nelsonb%netscape.com
5dbaea06b6
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
68a9329b84
table wasn't wide enough for long runs
2000-12-01 23:48:22 +00:00
mcgreer%netscape.com
060cd966fe
allow for more granularity in testing
2000-12-01 21:50:57 +00:00
mcgreer%netscape.com
cac5287cea
fix broken AIX build
2000-12-01 19:00:50 +00:00
nelsonb%netscape.com
caf13ae36b
Back out a previous change to one line of this code for performance.
2000-12-01 03:58:17 +00:00
nelsonb%netscape.com
194aedcd99
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
369d056c52
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
770e2c41ee
* 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
673c5b6ddf
* 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
94f73f09af
check in b64 encoded seeds
2000-12-01 01:31:18 +00:00
mcgreer%netscape.com
616f94440a
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
70112e2457
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
3d9a9c753f
fix broken builds, linked in wrong order
2000-11-30 19:13:01 +00:00
javi%netscape.com
e725f3362e
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
4277a6569e
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
7a8ffc2338
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
27fff336ad
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
ff2925144f
took out the NULL_SERVER restart code completely
2000-11-29 01:09:33 +00:00
sonmi%netscape.com
f6723e31ef
more outpur (2>) to the certutil log file
2000-11-29 01:08:59 +00:00
sonmi%netscape.com
db5893577c
took out the tail -f if running from cron
2000-11-29 01:07:59 +00:00