Commit Graph

3722 Commits

Author SHA1 Message Date
wtc%netscape.com
1f1b0dc528 Bug 166894: destroy nssTrust before returning from STAN_ChangeCertTrust. 2002-09-24 18:47:33 +00:00
wtc%netscape.com
c07287ed58 Bug 169944: declare PK11_TokenKeyGen in pk11func.h and export it from the
nss3 shared library.
Modified Files: nss/nss.def pk11wrap/pk11func.h
2002-09-24 18:40:29 +00:00
kaie%netscape.com
106f567abb b=170438 Crash opening cert manager
r=javi sr=alecf
2002-09-24 03:00:37 +00:00
kaie%netscape.com
45b75de492 b=170359 Make sure new code from bug 168448 uses NS_INIT_ISUPPORTS
r=javi sr=alecf
2002-09-24 02:57:51 +00:00
wtc%netscape.com
cf907092d8 Bug 169785: CERT_AddOCSPAcceptableResponses should have a second argument
of type SECOidTag, followed by the optional arguments ..., because it needs
at least one argument of type SECOidTag.  r=nelsonb.
2002-09-23 23:47:49 +00:00
kaie%netscape.com
2a3ea54ed5 b=169443 Form submit buttons not working [embedding apps]
r=javi sr=rpotts
Adding files forgotton on earlier checkin
2002-09-23 23:30:22 +00:00
kaie%netscape.com
e0ac174edc b=168946 More PSM cleanup
r=javi sr=rpotts
2002-09-23 23:23:05 +00:00
kaie%netscape.com
0e02f8a7c7 b=168976 Remove RsaPubModulus from nsIX509Cert
r=javi sr=rpotts
2002-09-23 23:20:18 +00:00
kaie%netscape.com
03f7ce8e87 b=169765 View button doesn't work in cert manager
r=javi sr=rpotts
2002-09-23 23:16:46 +00:00
kaie%netscape.com
410f942d29 b=169943 Form submit buttons not working [embedding apps]
Moving implementation of security warnings from pippki to pipboot.
r=javi sr=rpotts
2002-09-23 23:11:10 +00:00
nelsonb%netscape.com
b155ff5183 Change coding style used in nss/lib/pki to one that works with ctags.
Bug 169999.   Modified Files:
  asymmkey.c certdecode.c certificate.c cryptocontext.c pki3hack.c
  pkibase.c pkistore.c symmkey.c tdcache.c trustdomain.c
2002-09-23 21:32:35 +00:00
wtc%netscape.com
ec39c6ef5f Bug 169790: renamed CERT_DecodeDERCrlEx to CERT_DecodeDERCrlWithFlags.
Modified files: certdb/cert.h certdb/crl.c nss/nss.def pk11wrap/pk11cert.c
2002-09-23 21:31:47 +00:00
kaie%netscape.com
ec41544988 b=169932 Replace wstring with AString in IDL
r=darin sr=alecf
2002-09-23 20:17:16 +00:00
nicolson%netscape.com
667a8762e8 Fix 169578: PK11_ImportAndReturnPrivateKey sets wrong key type. 2002-09-20 21:48:32 +00:00
relyea%netscape.com
13eecfd21f Fix corrupt listing of nicknames on keys.
Bug 166995.
2002-09-20 20:36:44 +00:00
relyea%netscape.com
62fa6c9bf9 Fix memory leak mozbug 165655, r=wtc 2002-09-20 20:36:10 +00:00
wtc%netscape.com
f43706f998 Removed the duplicate NSS_3.6 section in the previous checkin. 2002-09-20 18:02:13 +00:00
seawood%netscape.com
a1f585d4bb Oops. Forgot to account for tarball builds. Assume the worst if cvsco.log doesn't exist.
Fixing verification bustage.
2002-09-20 16:49:18 +00:00
seawood%netscape.com
d97e417ce8 Add dependency support for NSS to PSM by checking to see if any NSS files have changed during the checkout.
Bug #167927 r=pavlov
2002-09-20 08:46:21 +00:00
jpierre%netscape.com
a56da94693 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
1d3fed81c0 Update TC TrustCenter CAs in NSS 3.6 (tip). Fix for 169038 2002-09-20 04:26:55 +00:00
jpierre%netscape.com
74f7bf27a2 Fix for bug 156042 - crash when CA not issued by a valid CA 2002-09-20 01:53:33 +00:00
wtc%netscape.com
9690a2abd2 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
17483a5da8 Fix 160024: remove class JSSJCEProvider. 2002-09-19 01:22:52 +00:00
nicolson%netscape.com
d6b5ddebcd make SPKI.getEncoded() actually return itself, DER-encoded. This way it
correctly implements X509EncodedKeySpec.
2002-09-19 01:16:41 +00:00
nicolson%netscape.com
9691a59be5 more descriptive error message. 2002-09-19 01:15:36 +00:00
nicolson%netscape.com
4a6c72448b Fix 150720: Support KeyFactory.generatePrivate(DSAPrivateKeySpec). 2002-09-19 01:14:08 +00:00
nicolson%netscape.com
fcbdfadf85 Fix 169577: SGN_End crashes if DSA signature fails. 2002-09-19 01:07:43 +00:00
wtc%netscape.com
3f0df98640 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
0051b0f950 Bug 153380: document the default values for the SSL options. 2002-09-18 22:32:19 +00:00
wtc%netscape.com
4e3b16354f Bug 157827: declare the exported PBE_ functions. Fixed the include-once
ifdef.
2002-09-18 22:12:16 +00:00
kaie%netscape.com
92da872732 b=169164 Replace PRUint* and PRInt* in IDL with "unsigned long" etc
r=javi sr=alecf
2002-09-18 17:15:58 +00:00
jpierre%netscape.com
c294a70322 Fix memory leak in CRL cache 2002-09-18 00:34:32 +00:00
jpierre%netscape.com
49f89a069f Call NSS_Shutdown() in crlutil. Part of purifying effort 2002-09-17 23:14:54 +00:00
jpierre%netscape.com
870b616b11 Fix indentation 2002-09-17 21:31:28 +00:00
kaie%netscape.com
6fff93b961 b=141612 Misconfigured SSL web sites cause "unknown authority" messages.
Enhance the error message that is shown to the user.
r=javi sr=dveditz
2002-09-17 20:12:14 +00:00
kaie%netscape.com
baa89b1d79 b=168448 Fixing bustage caused by previous checkin.
Filename nsIGeneratingKeypairInfoDialogs is too long,
moving to a short filename. Updating Makefiles and include statements.
2002-09-17 19:43:13 +00:00
kaie%netscape.com
095b376754 b=166664 Remove obsolete interface nsISecurityManagerComponent
r=javi sr=alecf
2002-09-17 19:09:11 +00:00
kaie%netscape.com
31db9b541b b=168448 PSM embedding freeze/ step 1/ move stuff & change data types
r=javi sr=alecf
2002-09-17 18:51:22 +00:00
wtc%netscape.com
31d3d63a0b Bug 168722: fix compiler warnings.
Modified Files: rijndael.c rijndael.h
2002-09-17 04:24:11 +00:00
jpierre%netscape.com
45c8746dd4 Add -r support to crlutil for multiple iterations 2002-09-17 00:28:42 +00:00
jpierre%netscape.com
411c8c7d0e 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
b6bb993d1b Fix UMC in Purify 2002-09-16 23:25:04 +00:00
nicolson%netscape.com
b3fdb4c8db Fix 157513: SignerInfo.java does not verify what it have signed. 2002-09-16 19:42:13 +00:00
jpierre%netscape.com
3558a42662 Undo check-in that broke QA 2002-09-16 09:32:09 +00:00
jpierre%netscape.com
041a42e886 Fix compiler warnings 2002-09-14 06:42:39 +00:00
jpierre%netscape.com
39e52ee09a Add assertion to help debugging CRL crash 2002-09-14 05:41:42 +00:00
wtc%netscape.com
dd0f92656f Removed the SIGTERM signal handler, which was added to debug bug 119340. 2002-09-13 05:10:59 +00:00
wtc%netscape.com
f4c7a3fb0f Bug 168384: need to initialize the nss3lookingForCA field of nssUsage. 2002-09-13 02:07:34 +00:00
wtc%netscape.com
89cbb2e3ff 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