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

2296 Коммитов

Автор SHA1 Сообщение Дата
jpierre%netscape.com 400ef5f4fc Fix for 145785 - Need to create signer infos using Subject Key ID. r=relyea 2002-09-20 04:41:47 +00:00
jpierre%netscape.com d8da4ff8b4 Update TC TrustCenter CAs in NSS 3.6 (tip). Fix for 169038 2002-09-20 04:26:55 +00:00
jpierre%netscape.com c3f00fe7c2 Fix for bug 156042 - crash when CA not issued by a valid CA 2002-09-20 01:53:33 +00:00
wtc%netscape.com 270923b41b Bug 169581: the last two arguments to pk11_mkSlotString should have the
type PRBool, not unsigned char.  As a byproduct this change works around
what seems to be a gnupro gcc compiler optimization bug.  r=relyea.
Modified Files: pk11db.c pk11pars.h
2002-09-19 03:23:26 +00:00
nicolson%netscape.com 6980ea456e Fix 169577: SGN_End crashes if DSA signature fails. 2002-09-19 01:07:43 +00:00
wtc%netscape.com 966869fa31 Bug 91224: Make sure that we use Solaris ld, not GNU ld, to build NSS.
Modified Files:
	coreconf/SunOS5.mk nss/Makefile nss/cmd/platlibs.mk
	nss/lib/freebl/Makefile
2002-09-18 23:25:29 +00:00
wtc%netscape.com f0d185f531 Bug 153380: document the default values for the SSL options. 2002-09-18 22:32:19 +00:00
wtc%netscape.com e85d087b1d Bug 157827: declare the exported PBE_ functions. Fixed the include-once
ifdef.
2002-09-18 22:12:16 +00:00
jpierre%netscape.com 2084e808d7 Fix memory leak in CRL cache 2002-09-18 00:34:32 +00:00
jpierre%netscape.com c82c4da4e7 Call NSS_Shutdown() in crlutil. Part of purifying effort 2002-09-17 23:14:54 +00:00
jpierre%netscape.com a80912fec1 Fix indentation 2002-09-17 21:31:28 +00:00
wtc%netscape.com bae29568d0 Bug 168722: fix compiler warnings.
Modified Files: rijndael.c rijndael.h
2002-09-17 04:24:11 +00:00
jpierre%netscape.com 4021df969d Add -r support to crlutil for multiple iterations 2002-09-17 00:28:42 +00:00
jpierre%netscape.com 095d1b569c Purify crlutil
Add -E option to erase all CRLs from the certificate database even if the issuer certificate is not present
Add -T option to invoke custom test code
2002-09-17 00:22:09 +00:00
jpierre%netscape.com 7a47c3326d Fix UMC in Purify 2002-09-16 23:25:04 +00:00
jpierre%netscape.com a572ec8ceb Undo check-in that broke QA 2002-09-16 09:32:09 +00:00
jpierre%netscape.com 30933fccc7 Fix compiler warnings 2002-09-14 06:42:39 +00:00
jpierre%netscape.com 15afa035da Add assertion to help debugging CRL crash 2002-09-14 05:41:42 +00:00
wtc%netscape.com 6c6c3a7f17 Removed the SIGTERM signal handler, which was added to debug bug 119340. 2002-09-13 05:10:59 +00:00
wtc%netscape.com 0ad056f859 Bug 168384: need to initialize the nss3lookingForCA field of nssUsage. 2002-09-13 02:07:34 +00:00
wtc%netscape.com 2be4ae3de3 Bug 168368: fixed an uninitialized memory read in CERT_CreateRDN. It
should not call va_arg if 'ava0' is NULL (which means 'ava0' is the last
argument).
2002-09-13 00:28:55 +00:00
wtc%netscape.com a1f6cb7783 The blob db shim code (bug 162023) introduced a crash (bug 167615) so
disable it for NSS 3.6 Beta1.
2002-09-12 23:17:35 +00:00
jpierre%netscape.com cc9cc24c32 Fix for 167856 - memory leaks in CRL cache 2002-09-11 01:08:06 +00:00
jpierre%netscape.com 5ba34e6a81 Fix for 167849 - copy DER subject before adding an issuer to the hash table in CRL cache 2002-09-11 00:28:22 +00:00
ian.mcgreer%sun.com d1abcafbbd bug 166741, fixing bug in previous patches
r=wtc
2002-09-10 20:30:53 +00:00
wtc%netscape.com f04d324c36 Bug 167532: fixed a regression introduced by the previous checkin. 2002-09-10 05:10:53 +00:00
jpierre%netscape.com dc3cf4a2c0 Fix for 167649 - invalidate CRL cache when new CRL object is imported into a token 2002-09-10 04:49:09 +00:00
wtc%netscape.com fd901dcddc Import NSPR 4.2.2 RC1. 2002-09-10 02:17:46 +00:00
wtc%netscape.com d9468cc3e8 Backed out the previous checkin, which broke 64-bit platforms. 2002-09-09 03:56:25 +00:00
ian.mcgreer%sun.com 2a3150fa01 fix compiler warnings 2002-09-08 16:47:58 +00:00
wtc%netscape.com 49af08e9e9 Bug 160805: fixed a leak and a double free of the arena introduced in the
previous checkin.
2002-09-08 03:25:30 +00:00
wtc%netscape.com 44c0079eb7 Bug 129701: removed the sleep command for Linux in kill_selfserv().
Instead, we try to bind to the port in a loop until the port has been
freed.  Added the -b (bindOnly) option to selfserv for this purpose.
Modified files: cmd/selfserv/selfserv.c tests/common/init.sh tests/ssl/ssl.sh
2002-09-07 13:41:21 +00:00
wtc%netscape.com 89c025b0ae Bug 123753: removed the vestige of the "for Clients" string in softoken's
sccs and rcs version id strings.
2002-09-07 05:45:40 +00:00
wtc%netscape.com f53d10d32e Bug 123753: the softoken is now compiled the same way for servers and
clients, so removed the "for Clients" string in the version info.
Modified files: config.mk softokn.rc
2002-09-07 05:35:46 +00:00
wtc%netscape.com 0ebdc96c4c Bug 127886: added the new function PK11_ImportDERCert.
Modified files: nss/nss.def pk11wrap/pk11cert.c pk11wrap/pk11func.h
2002-09-07 04:48:57 +00:00
wtc%netscape.com 662f15aee9 Bug 136209: added the -P dbprefix option. The original -P (partial CRL
decode) option was renamed -p.
2002-09-07 04:43:04 +00:00
jpierre%netscape.com 93ee789624 Roll back change 2002-09-07 03:19:56 +00:00
jpierre%netscape.com b775c249a1 Roll back checkin to fix QA tests 2002-09-07 02:59:04 +00:00
jpierre%netscape.com 30555cdf21 Fix NT build 2002-09-07 02:48:45 +00:00
jpierre%netscape.com 277a6b52df Fix compiler warnings 2002-09-07 01:48:46 +00:00
jpierre%netscape.com 7387d1c618 Fix compiler warnings 2002-09-07 01:24:27 +00:00
jpierre%netscape.com 18ce753cc1 Fix compiler warnings 2002-09-07 01:00:04 +00:00
jpierre%netscape.com e580d4eb91 Fix compiler warnings 2002-09-07 00:35:00 +00:00
jpierre%netscape.com 2f4d992991 Fix compiler warnings 2002-09-07 00:25:49 +00:00
jpierre%netscape.com 91afb65580 Fix compiler warning 2002-09-07 00:22:50 +00:00
jpierre%netscape.com f643874c5c Fix compiler warning under windows 2002-09-07 00:14:14 +00:00
relyea%netscape.com da7aa009d9 Believe both entry types (old and new) when looking for the key. 2002-09-06 23:16:42 +00:00
relyea%netscape.com e856e7ef2f Initialize len before we use it. 2002-09-06 23:15:35 +00:00
wtc%netscape.com 2baa3ecbf8 Bug 166933: fixed build breakage on the Mac.
Modified files: certdb/crl.c certhigh/certhigh.c softoken/dbmshim.c
2002-09-06 20:17:42 +00:00
relyea%netscape.com 4b63b53d6a Bug 166893: copy the DER cert when importing the certificate 2002-09-06 18:48:37 +00:00