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

821 Коммитов

Автор SHA1 Сообщение Дата
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
relyea%netscape.com b4e80dad41 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 59508b0b06 Fix type casting problems in zip.c 2000-11-28 23:25:36 +00:00
relyea%netscape.com a53773104f remove extre PR_PUBLIC definition so everything will compile under AIX 2000-11-28 23:24:55 +00:00
mcgreer%netscape.com 7fb5e728ed fix missing libraries in windows build 2000-11-28 23:21:38 +00:00
javi%netscape.com 23962af00f Include prototype for converting a mac path to unix path. 2000-11-28 23:04:16 +00:00
javi%netscape.com bb48ae7630 Version of ctrlconn.c that loads root modules for Mac. 2000-11-28 23:02:37 +00:00
relyea%netscape.com ac0b1a18ea Add pkcs12 so the pk12util.c builds 2000-11-28 22:08:45 +00:00
relyea%netscape.com fe00080f85 Use platlibs so the the builds work on NT as well. 2000-11-28 22:08:23 +00:00
ddrinan%netscape.com 9327f48021 Suppress the depend target 2000-11-28 22:01:56 +00:00
javi%netscape.com 803cf4e757 Also traverse into the nlslayer directory when building PSM. 2000-11-28 20:18:54 +00:00
javi%netscape.com bb1fda4eaf 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 9e657a6e97 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 b2a890b205 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 b44dc4e412 changes suggested by bryner to build more of NSS's utilities 2000-11-28 00:36:53 +00:00
ddrinan%netscape.com 5461beec56 Install the library 2000-11-22 20:02:16 +00:00
ddrinan%netscape.com 5aa11658f7 Changes to get PSM to build with Mozilla 2000-11-22 19:59:30 +00:00
relyea%netscape.com 9debcb5a33 Check in PKCS #11 test suite. 2000-11-21 23:56:51 +00:00
javi%netscape.com 4f83a72f19 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 228d42e101 added debug echo for each testclient started 2000-11-17 22:12:26 +00:00
nelsonb%netscape.com 120ae636d1 When disabling SSL2, also disable ssl2 compatible client hellos.
This allows us to test with TLS servers that don't grok ssl2 hellos.
2000-11-17 21:57:02 +00:00
nelsonb%netscape.com ab28a8e66c Get the montmulf code to build, in preparation for integration into MPI. 2000-11-17 20:15:29 +00:00
mcgreer%netscape.com 2eb0fe5c6c checkin of blinding implementation 2000-11-17 17:58:35 +00:00
sonmi%netscape.com 2f778af33d checked in previous fix again. Hanging had other reasons 2000-11-17 02:17:18 +00:00
mcgreer%netscape.com 31df005b0c return SEC_ERR_NEED_RANDOM when the RNG does not have sufficient seeding data to proceed. 2000-11-17 01:01:36 +00:00