mcgreer%netscape.com
74d27b9ad7
fix bug where certlist was being freed after being set.
2000-09-14 17:14:44 +00:00
mcgreer%netscape.com
a5d84fa47c
even better fix to zero signer info issue
2000-09-14 00:33:28 +00:00
nelsonb%netscape.com
e73209994b
Eliminate extraneous "oop!" output at end of script on some platforms.
2000-09-14 00:32:24 +00:00
nelsonb%netscape.com
00152514ee
Changes to make mpi use 64-bit digits on machines where unsigned longs
...
are 64-bits. Renamed s_mp_invmod_32b to s_mp_invmod_radix since radix
can now exceed 32 bits. Improved performance on all platforms except
MIPS and X86.
2000-09-14 00:31:01 +00:00
mcgreer%netscape.com
a687f0f0b9
another instance of potentially null signerInfos being referenced
2000-09-13 22:44:28 +00:00
relyea%netscape.com
1feca30018
Get the pid from Selfserv itself rather than from the Shell. works around a nasty mks bug in NT.
2000-09-13 21:59:26 +00:00
relyea%netscape.com
8ddbdf24c4
Add option to get the server pid so we can kill the server later.
2000-09-13 21:25:13 +00:00
relyea%netscape.com
f27aaf0c0d
Fix IDG build breakage on AIX (remove cast).
2000-09-13 21:15:07 +00:00
wtc%netscape.com
4c69e27bae
Get OBJDIR_NAME and OS_ARCH from the makefile as opposed to the arch.sh
...
script. arch.sh should be cvs removed when we are sure about this change.
Checkin on behalf of Sonja Mirtitsch <sonmi@netscape.com>.
Modified file: init.sh
Added file: Makefile
2000-09-13 19:19:05 +00:00
mcgreer%netscape.com
765cfa8442
fix incorrect buffer zero
2000-09-13 18:44:11 +00:00
mcgreer%netscape.com
b0e2eebad5
fix change I made last night
2000-09-13 18:13:17 +00:00
mcgreer%netscape.com
3e14ecc51b
fixes RFE from bug 49316 (will test on NT before verifying)
2000-09-13 06:43:52 +00:00
mcgreer%netscape.com
8f9df751ab
attempt to fix bug 51882 (sig data w/ no signer infos)
2000-09-13 06:15:13 +00:00
relyea%netscape.com
2a2ebdaf9c
Fix double equal error in if statement
2000-09-13 00:21:17 +00:00
jgmyers%netscape.com
5933c0e58f
failure to save cx->i and cx->j caused second arcfour encrypt/decrypt to return garbage: bug 52192 r=mcgreer
2000-09-12 23:02:24 +00:00
mcgreer%netscape.com
cf63cc5a31
leading zero problems fixed; thanks to nelsonb for pointing out that I needed mp_to_fixlen_octets
2000-09-12 20:32:43 +00:00
relyea%netscape.com
d99ee625c4
pick up changes from NSS 2.8.3. Most of these changes include the changes
...
Nelson made in rev 1.9 and 1.10. It also include some changes that remove
inappropriate templace valuse (CKA_VALUE_LEN) in some cases. Our internal
token tolerates these values, but most tokens rightly reject requests with
these.
2000-09-12 20:29:23 +00:00
jgmyers%netscape.com
d33a0e465b
support IPv6 in ssl: bug 48657 r=nelsonb
2000-09-12 20:15:44 +00:00
nelsonb%netscape.com
a7816d4fdc
Set the CKA_VALUE attribute in pk11_ImportSymKeyWithTempl().
...
This is a better solution to bug 52306, because it fixes the behavior of
all the functions that unwrap and/or import sym keys.
2000-09-12 19:44:56 +00:00
wtc%netscape.com
a3783b7f6a
Bugzilla bug #52232 : remove the yacc rule and also cancel the implicit
...
yacc and lex rules in the primary Makefile. Added comments to rules.mk
explaining that Berkeley yacc should be used.
Modified files: Makefile, rules.mk
2000-09-12 18:52:57 +00:00
wtc%netscape.com
5abdbf3c46
Bugzilla bug #52232 : reverted to revision 1.1, which was generated
...
by Berkeley yacc 1.4 and hence was portable. Revision 1.2 was
generated by the yacc in Solaris 2.6 and contained
#include <values.h>, which does not exist on NT. Always use Berkeley
yacc (latest version is 1.9) to generate installparse.{c,h}.
Modified files: installparse.c, installparse.h
2000-09-12 14:51:06 +00:00
nelsonb%netscape.com
3884764d8f
Fix two bugs in mp_invmod: a) returned wrong result if output var is also
...
one of the input vars, b) sometimes returned negative answer. Added a test
case to mpi-test.c with a value that previously produced a negative answer.
2000-09-12 00:41:09 +00:00
wtc%netscape.com
ea7eef4b3c
Checked in Perl-generated file certdata.c.
2000-09-11 23:34:42 +00:00
relyea%netscape.com
f9efd67cbd
nssTracker functions should only be defined in debug builds
2000-09-11 23:27:56 +00:00
nelsonb%netscape.com
55543ba43b
Stop using "reserved" fields of PRIOMethods by name. Fixes bug 52092.
2000-09-11 22:37:12 +00:00
wtc%netscape.com
676970a82d
Bugzilla bug #52187 : modified ckapi.perl to read its input from the
...
first command-line argument as opposed to stdin. Checkin on behalf
of sonmi@netscape.com .
Modified files: Makefile, ckapi.perl
2000-09-11 22:37:01 +00:00
wtc%netscape.com
da47804c04
Bugzilla bug #52173 : restored the FORCE target for NT.
2000-09-11 21:54:10 +00:00
wtc%netscape.com
9f590a6d24
Bugzilla bug #52173 : accept both ytab.{c,h} and y.tab.{c,h} as the output
...
files of yacc.
2000-09-11 21:40:42 +00:00
mcgreer%netscape.com
a64012af79
fix building of ssl sample code
2000-09-11 19:06:50 +00:00
mcgreer%netscape.com
2d78c9d09c
initial checkin of Diffie-Hellman implementation
2000-09-11 17:11:50 +00:00
wtc%netscape.com
f5199e9faa
Backed out the previous checkin. I found another solution.
2000-09-11 15:01:04 +00:00
wtc%netscape.com
4144b1d802
Added the moz_import rule for the Windows build.
2000-09-11 15:00:22 +00:00
wtc%netscape.com
6483ca666a
Added makefile.win as the interface to Mozilla Client's Win32 build
...
system.
2000-09-11 04:38:09 +00:00
cotter%netscape.com
3abc4fc669
Fixed two typos, deleted obsolete link.
2000-09-11 04:35:03 +00:00
wtc%netscape.com
a72219b781
Changed the PR_GetError() call to PORT_GetError() because we use
...
PORT_SetError() to set error codes.
Modified files: dsa.c, rsa.c
2000-09-11 04:17:02 +00:00
wtc%netscape.com
252c3d1f57
Added mozilla/dist/include to INCLUDES because Mozilla's WIN32 build
...
has changed to export headers to that directory, so nss needs to get
the dbm headers (e.g., mcom_db.h) from there. We should think about
what is the best long term solution to this problem (where to export
and get headers).
2000-09-11 03:39:55 +00:00
wtc%netscape.com
16ee94772a
Added config file for WINNT 5.0 (Windows 2000).
2000-09-11 03:08:40 +00:00
nelsonb%netscape.com
b08b7459fd
Fix a bug in pk11_HandUnwrap that made it always fail because it was not
...
setting the CKA_VALUE attribute. Also, fix two places that called
PK11_MapError(crv) unnecessarily and with improper crv values.
2000-09-11 01:37:36 +00:00
nelsonb%netscape.com
fcd529acd8
Create a new function, CERT_DupCertList(), and call it instead of calling
...
CERT_CertChainFromCert in ssl_DupSocket(). This is MUCH faster. This is
the first approximation of the right fix. The next step is to consider
doing ref counting instead of actual duplication. Fixes bug 51425 .
2000-09-09 06:08:46 +00:00
nelsonb%netscape.com
fcf473c3e4
Change order of includes so this will build on NT.
2000-09-09 03:41:11 +00:00
nelsonb%netscape.com
e2bcb02f53
Change order of includes, so this will build on NT.
2000-09-09 03:19:35 +00:00
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