wtc%netscape.com
c519f893ff
Bugzilla bug #48248 : removed an extraneous declaration of putenv(). Thanks
...
to Steven T. Hatton <hattons@bellatlantic.net> for reporting the bug.
2000-09-09 02:25:18 +00:00
ddrinan%netscape.com
2ed27ddfed
Fixed OBJDIR_NAME problem with nspr for Linux and Solaris
2000-09-09 00:53:00 +00:00
relyea%netscape.com
ebe1c8c942
Sigh... let's compile this puppy before I check it in....
2000-09-08 23:08:49 +00:00
relyea%netscape.com
98637e030d
Fix Startup crash found by CPD on linux. (use the correct slot function).
2000-09-08 23:00:04 +00:00
relyea%netscape.com
01b9ee6b51
Fix bug where cached keys were keeping around dead sessions.
2000-09-08 22:59:06 +00:00
mcgreer%netscape.com
9a7b580fd6
fix bugs where some nss code expects leading 0's (once used for signs). allows pkcs11 pairwise consistency check to operate correctly.
2000-09-08 22:41:51 +00:00
ddrinan%netscape.com
8cacd8e867
Build coreconf
2000-09-08 22:05:00 +00:00
javi%netscape.com
8242571c31
Whomp the MAC_SECURITY_BRANCH onto the tip.
2000-09-08 21:42:11 +00:00
ddrinan%netscape.com
9cd6cd6f79
Build NSPR as part of PSM build
2000-09-08 21:32:04 +00:00
ddrinan%netscape.com
d7ced633a9
ui and doc directories are now under psmdata
2000-09-08 02:04:05 +00:00
ddrinan%netscape.com
bf93236cfd
Install PSM in the same directiry as mozilla
2000-09-08 02:03:11 +00:00
ddrinan%netscape.com
bbf6e76d49
Move ui and doc directories under psmdata and do not copy NSPR, XPCOM and components into the xpi file
2000-09-08 02:01:42 +00:00
wtc%netscape.com
371c1b79c4
gcc does not recognize the -xchip=ultra2 option on Solaris/Sparc.
2000-09-08 01:05:23 +00:00
wtc%netscape.com
09a0d18f5b
Fixed the relative paths in the symlinks created by the moz_import target.
2000-09-08 00:52:35 +00:00
mcgreer%netscape.com
00a7d0cfbc
make compare_key do something (even if it will go away soon)
2000-09-07 23:18:40 +00:00
nelsonb%netscape.com
90846eeb8b
If an application calls SSL_SetURL on an NSPR FD that has NOT had SSL
...
"imported" into it, SSL_SetURL will crash. This change fixes that.
2000-09-07 19:01:48 +00:00
javi%netscape.com
0d25294418
Update the packages up for nlslayer import on tortoise
2000-09-07 18:53:05 +00:00
mcgreer%netscape.com
a42c5a312f
first draft of rsa CRT decryption
2000-09-07 16:29:23 +00:00
relyea%netscape.com
ad7149aae7
Add definitions for the nssCKFWMechanism functions.
...
Add definitions to stub out the NSPR functions.
2000-09-07 16:07:03 +00:00
mcgreer%netscape.com
68893ffb12
separate keygen from primegen, to facilitate testing (by using the self-test key from blapitest). using this verified the keygen process (against that self-test, anyway). leaving a testing function in temporarily.
2000-09-07 07:33:34 +00:00
mcgreer%netscape.com
b02753e28a
fix bad change made in keygen
2000-09-07 06:44:57 +00:00
nelsonb%netscape.com
a485dc7547
Attempt to prevent certain NSS internal error codes from being seen by
...
applications that use SSL sockets. These include:
SEC_ERROR_EXTENSION_NOT_FOUND and SSL_ERROR_SESSION_NOT_FOUND
2000-09-07 03:35:31 +00:00
mcgreer%netscape.com
47641a2f5f
call extended euclidean algorithm directly instead of using mp_invmod
2000-09-07 03:14:16 +00:00
nelsonb%netscape.com
d912e6b7b2
Remove PQG_DestroyParams(), PQG_DestroyVerify from pqg.c because they
...
duplicate the functions in lib/util/pqgutil.c. Also, the functions in
pqgutil correctly handle the case where the Params or Verify was
constructed without an arena (a fact which is now more obvious when
reading the code there).
2000-09-07 01:24:52 +00:00
nelsonb%netscape.com
e6188e0198
Effectively remove all the code that uses RC5 from the software token
...
by surrounding it with #if NSS_SOFTOKEN_DOES_RC5
2000-09-07 01:17:00 +00:00
mcgreer%netscape.com
59c0e808b5
first draft of rsa public key op (tested against blapi self-test)
2000-09-06 23:58:41 +00:00
nelsonb%netscape.com
a8f519e4a0
Uncouple the definition of MOZILLA_SECURITY_BUILD from the location of
...
the "dist" directory used in the NSS build. MOZILLA_SECURITY_BUILD is
now only useful for iPlanet internal builds, and is not needed by anyone
else.
2000-09-06 23:33:27 +00:00
mcgreer%netscape.com
1d4f18f1b6
first draft of rsa keygen
...
secmpi.h is defines used by nss code calling mpi
2000-09-06 23:27:34 +00:00
relyea%netscape.com
c854fd2e3a
Add the base and pkcs11 framework to the builds.
2000-09-06 22:24:48 +00:00
relyea%netscape.com
109d76dd7f
Make the framework compile with the rest of NSS.
...
Include a 'live' certdata.txt with those certs we have permission to push to
open source (additional certs will be added as we get permission from the
owners).
2000-09-06 22:24:00 +00:00
relyea%netscape.com
4bf21d630a
Changes to make base code compile in the current nss environment. This is so
...
the pkcs framework can use it.
2000-09-06 22:11:57 +00:00
relyea%netscape.com
41389b54d9
Set Root certs to be an externally loaded PKCS #11 module.
2000-09-06 22:10:07 +00:00
relyea%netscape.com
245c8dcff9
Add code to allow Trusted root certs to come from an externally loaded
...
pkcs #11 module.
2000-09-06 22:05:57 +00:00
mcgreer%netscape.com
a9fb460db0
private header file to talk between mpi and nss
2000-09-06 21:46:43 +00:00
mcgreer%netscape.com
88827ba20d
*added pqg code based on fips 186-1
...
*added stubs to rsa functions
2000-09-06 17:43:42 +00:00
javi%netscape.com
5340ae2947
Use PR_MIN just in case some systems don't have a MIN macro defined.
2000-09-05 23:55:55 +00:00
nelsonb%netscape.com
b0a14c2c1e
Force installparse.y to be rebuilt on NT.
2000-09-05 20:42:26 +00:00
nelsonb%netscape.com
2f728111eb
When building on NT for X86, use new mpi_x86.asm implementation.
2000-09-02 05:41:21 +00:00
nelsonb%netscape.com
1e4781793b
Makefile.win - gmake Makefile for building MPI with MSVC on NT.
2000-09-02 05:38:51 +00:00
nelsonb%netscape.com
6721fd7764
mpi_x86.asm - assembly language implementation of s_mpv_ functions.
2000-09-02 05:33:15 +00:00
nelsonb%netscape.com
a740caf7cb
Use new assembler files.
...
Define MP_NO_MP_WORD on platforms that don't have 64-bit registers.
2000-09-02 01:40:41 +00:00
javi%netscape.com
a4e68e2cb1
Make the S/MIME related and Java/JS tabs stay away no matter which tab on the
...
left side is clicked.
Plug some more memory leaks in security advisor.
2000-09-01 23:30:25 +00:00
javi%netscape.com
8e4f1a5238
Plug some memory leaks and always use PL_strdup instead of vanilla strdup.
2000-09-01 22:55:25 +00:00
javi%netscape.com
79ad10b829
Assign a ** static pointer an actual value instead of just sayin *val = NULL;
2000-09-01 22:47:22 +00:00
javi%netscape.com
b2fbc90aab
Make the Messenger and Java/JavaScript persistently stay away when they
...
should.
2000-09-01 00:54:14 +00:00
javi%netscape.com
cd0a61f8ec
Make the other tab stay away even if you click on one of the other left side
...
tabs of the Certificates pane.
2000-09-01 00:52:22 +00:00
javi%netscape.com
a32eccfa78
Whomp the SECURITY_CLIENT_BRANCH onto the tip.
2000-08-31 18:31:28 +00:00
nelsonb%netscape.com
46fa09d149
Checkin a big speedup for sparc v8 CPUs when compiled with Workshop
...
compilers. Be sure to use -DMP_NO_MP_WORD with v8 CPUs.
2000-08-31 04:59:05 +00:00
nelsonb%netscape.com
10de2baeb6
Fix mpi.h so that it compiles when MP_NO_MP_WORD is defined on the command
...
line (or prior to including mpi.h).
2000-08-31 03:59:48 +00:00
nelsonb%netscape.com
e95b014e32
Add missing copyright notice. Doh!
2000-08-31 03:45:39 +00:00