wtc%netscape.com
ce413b8c54
Bugzilla bug 70758: additional changes for this bug. r=nicolson.
...
Modified files: list.c sign.c verify.c
2001-07-06 13:28:21 +00:00
mcgreer%netscape.com
332c61b5aa
changes needed to make addbuiltin build again
2001-06-29 14:09:25 +00:00
wtc%netscape.com
f2143ac49e
Bugzilla bug 86528: have tstclnt exit with 254 (= -2 mod 256) where it
...
was exiting with -2 before so that old test script that expects 254
continues to work. r=larryh.
Modified Files: tstclnt.c sslauth.txt
2001-06-27 00:29:01 +00:00
nicolson%netscape.com
24e6add7cd
ERRX is still -1.
2001-06-25 21:34:22 +00:00
nicolson%netscape.com
78a4f9bc36
Fix 70758: signtool fails on Windows 2000, returns still 0.
2001-06-25 21:33:56 +00:00
wtc%netscape.com
7481a570da
Bugzilla bug #86528 : fixed tstclnt so that it always exits with a
...
nonnegative status. This way we can correctly extract its exit status on
Windows, so the temporary workaround in ssl.sh can be removed. Changed
sslauth.txt to match the new exit status of tstclnt. r=larryh.
Modified files:
cmd/tstclnt/tstclnt.c tests/ssl/ssl.sh tests/ssl/sslauth.txt
2001-06-25 19:53:16 +00:00
nelsonb%netscape.com
b6f929ea59
Fix bug 85465. Detect EOF on stdin when reading it to seed PRNG.
...
Also eliminate some compiler warnings.
2001-06-18 21:31:04 +00:00
mcgreer%netscape.com
a5b5e560b9
temporarily add debug output to bltest to try and track down win32 RSA QA failures.
2001-06-13 15:31:20 +00:00
wtc%netscape.com
29aa0c3c90
Bugzilla bug #77884 : fixed discrepancy between the size of an array and
...
the variable that represents the array size. Let the compiler compute
the value for us instead of using hardcoded constants. Thanks to
andrew@fernandes.org for reporting and tracking down this bug.
2001-06-06 17:00:51 +00:00
wtc%netscape.com
df8687e8f6
The strip function should be unnecessary.
2001-06-02 02:35:51 +00:00
wtc%netscape.com
2961017d5d
Deleted the comment altogether because the code it described had been
...
deleted.
2001-05-31 23:25:46 +00:00
wtc%netscape.com
97dd71b727
Fixed a typo.
2001-05-31 23:19:15 +00:00
wtc%netscape.com
8388ae052d
Added the realclean and clobber_all targets.
2001-05-25 01:20:07 +00:00
larryh%netscape.com
7c39f6468b
Bugzilla: 81706. strsclnt exit code
2001-05-24 16:44:25 +00:00
javi%netscape.com
d251e0ed4c
Make crmfcgi build once again
2001-05-08 20:19:12 +00:00
relyea%netscape.com
43b7fe814b
Fix NT build problems.
2001-04-25 16:35:25 +00:00
kirke%netscape.com
f5d55452bc
64970 stress tests don't fail when selfserver is gone
...
Added -q argument (quit after about 60 seconds waiting for selfserv).
2001-04-24 23:02:34 +00:00
relyea%netscape.com
e3c9c38158
Add client requested features to coreconf:
...
building cross platform.
targetting the Objects to a separate tree.
2001-04-24 16:47:50 +00:00
nelsonb%netscape.com
b2d4d53739
Merge in changes from NSS 3.2.1.
2001-04-11 22:47:14 +00:00
nelsonb%netscape.com
aee93030c0
Remove unnecessary global tables of cipherSuite numbers. This solves
...
a problem with gcc on Linux, which overrides local/automatic definitions
with global ones.
2001-04-11 20:03:22 +00:00
nelsonb%netscape.com
b4e192dc29
Fix leak of cert reference in cert authentication callback functions.
2001-03-30 00:40:24 +00:00
relyea%netscape.com
48b8d71340
Change structure passing to pointer passing.
...
removed debugging printf's
2001-03-23 19:33:59 +00:00
nelsonb%netscape.com
cc91679cd9
Add function SECU_PrintBuf() which prints a buffer in hex and ASCII.
2001-03-20 04:23:38 +00:00
nelsonb%netscape.com
e42af5fa30
Use $TMP, $TMPDIR, or $TEMP for directory to hold server SID cache file.
...
Implements RFE 70617.
2001-03-02 02:52:21 +00:00
kirke%netscape.com
f0fde27571
Bug 69582 endless loop on EOF reading Extensions
2001-03-01 21:45:33 +00:00
relyea%netscape.com
9d01803642
change '-p' to '-P' to be consistant with other tools.
2001-03-01 01:21:56 +00:00
relyea%netscape.com
4c010838b2
On NT, it looks like isatty doesn't always work. Since we always use stdin for this use
...
that test instead.
2001-02-28 01:58:02 +00:00
relyea%netscape.com
a1f1e67e84
Finish WinNT changes.
2001-02-28 01:57:08 +00:00
relyea%netscape.com
c2baea888a
Add '-p' to specify a dbprefix.
...
Move the Tempfile created on input to /tmp so the code works in directories
that aren't writeable.
Fix the code to remove the Tempfile when done.
Use SECU_ConfigureDir so that we get the same defaultdb as other tools.
2001-02-28 01:21:11 +00:00
mcgreer%netscape.com
7a923cca51
fix for #63982 , -o not using file password
2001-02-22 23:35:17 +00:00
relyea%netscape.com
0a1f85a8bd
OK, let's not get sloppy on the types... flags should be a PRUint32.
2001-02-10 02:05:19 +00:00
relyea%netscape.com
126437e7e3
Make the public interface use a flags variable instead of a billion little
...
Bools.
suggested and reviewed by wtc in bug 66230
2001-02-10 02:03:03 +00:00
relyea%netscape.com
a2d46ed98c
update certutil and modutil to use the new NSS_Initialize signature.
...
modutil can now specify it's nocertdb paramter.
bug 64260 reviewed by wtc
2001-02-09 01:38:04 +00:00
nelsonb%netscape.com
7dcf6f9722
Make SSL API consistent in using SECStatus as return value for functions
...
that return only values in that enumeration. Bug 68097. R&A = relyea.
Modified Files:
lib/ssl/ssl.h lib/ssl/sslauth.c lib/ssl/sslsecur.c
lib/ssl/sslsnce.c lib/ssl/sslsock.c cmd/selfserv/selfserv.c
cmd/strsclnt/strsclnt.c
2001-02-09 00:32:14 +00:00
nelsonb%netscape.com
9c6844617f
Changes suggested by Wan-Teh.
2001-02-08 01:32:32 +00:00
nelsonb%netscape.com
e9439fc5c2
Big changes to get better SSL performance out of selfserv.
...
Launch all connection handler threads at program startup, and reuse those
threads for new connections, rather than creating new threads for each
connection and having them terminate at the end of each connection.
The main thread is now the acceptor thread. It creates a queue of
accepted but unprocessed connections. NSPR Condition variables are used
to schedule the connection handler threads.
Only one GET /stop message is now required to terminate selfserv.
Note, the -2 (full duplex) option is temporarily disabled until I get it
to work with this new thread model.
Add new -D command line option to suppress TCP Nagle delays.
Used to verify the fix to bug 67898.
2001-02-07 01:56:30 +00:00
nelsonb%netscape.com
c216172478
Add new -D command line option to suppress TCP Nagle delays.
...
This is used to verify the fix for bug 67898.
2001-02-07 01:50:46 +00:00
mcgreer%netscape.com
532933e0be
bug 67132. certutil crashes on -C -x combination, deny it for now.
...
certutil -C was not recognizing the -a (ascii) option, implement it.
r=wtc
2001-02-06 18:26:30 +00:00
relyea%netscape.com
0373ca7fe5
Bug 67501: Fix suggested by Nelson. Make '-d' option work again in sdrtest.
2001-02-06 01:05:21 +00:00
wtc%netscape.com
804472db43
Bugzilla bug #60143 : checked in OpenVMS patch from Colin Blake
...
<colin@theblakes.com>.
Modified Files:
coreconf/OpenVMS.mk coreconf/arch.mk coreconf/rules.mk
coreconf/ruleset.mk nss/cmd/lib/secpwd.c nss/lib/nss/nss.h
nss/lib/nss/nssinit.c
2001-02-04 05:52:42 +00:00
mcgreer%netscape.com
c4d36363d2
get pk12util working with shared libs. Change ciphersuites to
...
be disabled by default to allow user control. Export a couple
more functions to allow ciphersuite preferences.
2001-02-02 15:24:29 +00:00
wtc%netscape.com
a83eb31b00
Bugzilla bug #63768 : removed references to the obsolete PURE_LIBRARY,
...
HAVE_PURIFY etc. make variables in NSS files. Reviewed by nelson Bolyard.
Modified Files:
cmd/platrules.mk cmd/crmf-cgi/config.mk cmd/crmftest/config.mk
cmd/lib/config.mk cmd/zlib/config.mk lib/base/config.mk
lib/certdb/config.mk lib/certhigh/config.mk lib/ckfw/config.mk
lib/crmf/config.mk lib/cryptohi/config.mk
lib/fortcrypt/swfort/config.mk lib/freebl/config.mk
lib/jar/config.mk lib/nss/config.mk lib/pk11wrap/config.mk
lib/pkcs12/config.mk lib/pkcs7/config.mk lib/smime/config.mk
lib/softoken/config.mk lib/ssl/config.mk lib/util/config.mk
2001-02-02 01:49:57 +00:00
relyea%netscape.com
261bf7afac
remove cdbhdl.h and recode. bug 64206 reviewed by wtc.
2001-02-01 19:05:10 +00:00
relyea%netscape.com
0f7d6dba5f
remove cdbhdl.h bug 64260 reviewed by wtc.
2001-02-01 18:09:50 +00:00
kirke%netscape.com
c1a3909887
Resolved merge conflict with Ian.
2001-02-01 01:29:04 +00:00
kirke%netscape.com
eb932053fa
Fixed bogus tab introduced by my previous checkin.
2001-02-01 00:57:26 +00:00
kirke%netscape.com
b4bed1dcdb
Resolves bug 66244 - Many NSS command do not detect failure of NSS_Init* functions. Introduced SECU_PrintPRandOSError(progName); to print on failure. Each command is responsible for exiting with appropriate status to distinguish failure points.
2001-01-31 23:25:02 +00:00
wtc%netscape.com
1ca200c1e1
Bugzilla bug #62855 : checked in OS/2 makefile patches from Javier
...
Pedemonte <pedemont@us.ibm.com>.
Modified Files:
coreconf/OS2.mk coreconf/arch.mk coreconf/prefix.mk
coreconf/rules.mk coreconf/suffix.mk nss/Makefile
nss/cmd/platlibs.mk nss/lib/ckfw/builtins/config.mk
2001-01-31 21:29:31 +00:00
wtc%netscape.com
39bfa805f3
I found that #include <unistd.h> is still needed on Unix for getpid().
2001-01-31 19:18:09 +00:00
wtc%netscape.com
0669b974b3
Bugzilla bug #62855 : checked in OS/2 patches from Javier Pedemonte
...
<pedemont@us.ibm.com>.
Modified files: selfserv.c, swfutl.c, os2_rand.c.
2001-01-31 19:09:48 +00:00