when will "Signed Applet Example" work from Netscape?

John McClung (John.McClung@digital.com)
Tue, 16 Dec 1997 13:29:26 -0500

From: John McClung <John.McClung@digital.com>
To: "'java-security@java.sun.com'" <java-security@web1.javasoft.com>
Subject: when will "Signed Applet Example" work from Netscape?
Date: Tue, 16 Dec 1997 13:29:26 -0500

Hi,

Regarding the "We are working on solving these interoperability issues with Netscape"
comment below, do you know in which version of Netscape and/or JDK that the
"Signed Applet Example" will work when invoked from Netscape (as it already does
from AppletViewer)? I'm using Netscape 4.04 and JDK 1.1.5.

Thanks,

John McClung
John.McClung@digital.com

---------

Re: Signed applets
Gigi Ankeny (Gigi.Ankeny@Eng)
Thu, 13 Nov 1997 09:56:37 -0800 (PST)

Messages sorted by: [ date ][ thread ][ subject ][ author ]
Next message: Hany E. Ramadan: "signed applets"
Previous message: Gigi Ankeny: "Re: looking for documents"
Maybe in reply to: Jim Bevenhall: "Signed applets"
Date: Thu, 13 Nov 1997 09:56:37 -0800 (PST)
From: Gigi Ankeny <Gigi.Ankeny@Eng>
Subject: Re: Signed applets
To: java-security@web2.javasoft.com, jim@totem.infohwy.net
Hi,

It looks like your applet when loaded into Netscape browser was not trusted
to write /tmp/foo. The reason is that the jar file is not correctly
verified by netscape jar verification mechanism. Netscape does not follow
Javasoft's jar file format completely and it only honors RSA signatures
not DSA signatures that is in the SignedAppletExample, which was generated
by Javakey.

We are working on solving these interoperability issues with Netscape.

Thanks!

Gigi Ankeny

> Hi,
> I'm testing the "Signed Applet Example" on
> http://www.javasoft.com/products/jdk/1.1/docs/guide/security/.
> Everything works _perfectly_ when I use the appletviewer ( jdk1.1.3
> or jdk1.1.4 does not matter ) to write a file to my disk.
> But when I use netscape ( 4.04 or 4.03j1 does not matter ) I keep
> getting these messages when viewing the same url:
> "Error: Invalid Hash of this JAR entry (-7882)
> jar file: /.../.../jzip346B19EF02400D5
> path: writeFile.class
> Error: Strange PKCS7 or RSA failure (-7881)
> jar file: /.../.../jzip346B19EF02400D5
> path: /.../.../signExample/
> Security Exception: checkwrite:/tmp/foo"
> Please! Any hints how to solve this?
> N.B. This happens regardless of platform solaris/linux/windows.
> /jim