Re: Building sunpkcs11.jar

2012-05-25 Thread Valerie (Yu-Ching) Peng
Oracle 7u4 jre to not require a signed crypto provider -- Tom -Original Message- From: Valerie (Yu-Ching) Peng [mailto:valerie.p...@oracle.com] Sent: Friday, May 25, 2012 12:11 PM To: Deneau, Tom Cc: build-dev@openjdk.java.net Subject: Re: Building sunpkcs11.jar The provider built fr

RE: Building sunpkcs11.jar

2012-05-25 Thread Deneau, Tom
Sent: Friday, May 25, 2012 12:11 PM To: Deneau, Tom Cc: build-dev@openjdk.java.net Subject: Re: Building sunpkcs11.jar The provider built from OpenJDK workspace is unsigned. It can't be used with Oracle 7u4 JRE which require crypto provider to be signed for export/import conformance. If Yo

Re: Building sunpkcs11.jar

2012-05-25 Thread Valerie (Yu-Ching) Peng
The provider built from OpenJDK workspace is unsigned. It can't be used with Oracle 7u4 JRE which require crypto provider to be signed for export/import conformance. If Your company has a JCE code signing keypair, you can sign the provider built using OpenJDK with that keypair and then use it

Building sunpkcs11.jar

2012-05-25 Thread Deneau, Tom
I want to be able to modify and rebuild lib/ext/sunpkcs11.jar. When I do a "make all; make images" everything completes successfully. With javap, I can see my modified class in the build/linux-amd64/j2sdk-image/jre/lib/ext When I use this built ext directory as a replacement of the Oracle 7U4 JR