On 08/19/10 20:12, Wan-Teh Chang wrote:
It seems very straightforward to add algorithm aliases:
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/security/jss/org/mozilla/jss/JSSProvider.java&rev=1.34&mark=106-113#103

I know I can probably go in and change the way JSS reports the algorithm to
the JCE, but won't I run into trouble with needing the signed crypto
provider?

Yes, you will.  You can apply for your own signing certificate
for the Mozilla-JSS provider.

Wan-Teh

Hot Damn! That was an easy fix...Now I can use Java's CertPath API to build chains using JSS provider. Following Nelson's Advice, I'm definitely going to file a bug/patch as it was 4 lines of code to add the Java standard aliases.

Wan-Teh, the jar works fine for me with my test app. I'm guess the signed jar only comes into play for applets/JNLP type stuff where signing is enforced by the VM and not running a desktop app which seems to have all the privileges it wants.

Thanks so much guys!!!!!!!

Dave
--
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to