Re: JEP260 -- Impact on SunPKCS11?

2015-11-17 Thread Vincent Ryan
Hello Glen, JCE providers are always accessed via the Java SE public APIs and not directly via sun.* implementation classes. In JDK 9, the SunPKCS11 provider continues to be accessible via those APIs. It’s implementation classes are present in the jdk.crypto.pkcs11 module. Thanks. > On 16 No

RE: RFR 8139436: sun.security.mscapi.KeyStore might load incomplete data

2015-11-17 Thread Langer, Christoph
Vincent, Max, can you push the change now? Just don't want that it gets forgotten... Thanks Christoph -Original Message- From: Wang Weijun [mailto:weijun.w...@oracle.com] Sent: Montag, 16. November 2015 08:32 To: Vincent Ryan Cc: Langer, Christoph ; security-dev@openjdk.java.net Subjec

Re: JEP260 -- Impact on SunPKCS11?

2015-11-17 Thread Sean Mullan
On 11/16/2015 08:00 PM, Wang Weijun wrote: On Nov 16, 2015, at 11:46 PM, Sean Mullan wrote: Provider p = Security.getProvider("SunPKCS11"); p.configure("/opt/bar/cfg/pkcs11.cfg"); p = p.configure("/opt/bar/cfg/pkcs11.cfg"); The spec for the method says: * Apply the supplied config

Re: RFR 8143138: Move sun/security/pkcs11/Secmod/LoadKeystore.java to problem list

2015-11-17 Thread Sean Mullan
On 11/17/2015 09:10 AM, Wang Weijun wrote: Hi All The test has failed a lot recently. Please review the change: diff --git a/test/ProblemList.txt b/test/ProblemList.txt --- a/test/ProblemList.txt +++ b/test/ProblemList.txt @@ -234,6 +234,7 @@ sun/security/tools/jarsigner/warnings/BadKeyUsageT

RFR 8143138: Move sun/security/pkcs11/Secmod/LoadKeystore.java to problem list

2015-11-17 Thread Wang Weijun
Hi All The test has failed a lot recently. Please review the change: diff --git a/test/ProblemList.txt b/test/ProblemList.txt --- a/test/ProblemList.txt +++ b/test/ProblemList.txt @@ -234,6 +234,7 @@ sun/security/tools/jarsigner/warnings/BadKeyUsageTest.java generic-all # 8077138: Some PK

Re: RFR 8048357: PKCS basic tests

2015-11-17 Thread Weijun Wang
Hi Amanda On 11/17/2015 15:03, Amanda Jiang wrote: http://cr.openjdk.java.net/~amjiang/8048357/webrev.03/ Why "othervm" for all these tests? The pkcs10 and pkcs8 tests still uses othervm. Is that necessary? I see no VM static change made by these tests. PKCS8Test.java: - sun.security.x5