RFR: 8199018: Test crypto provider not registering

2018-03-05 Thread Seán Coffey
Brad pointed out to me off-line that the test case from 8193892 needs correcting. Some late editing to the test broke functionality. I've corrected the testcase and added extra checks to ensure that "MyProvider" is being registered correctly. https://bugs.openjdk.java.net/browse/JDK-8199018 ht

Re: RFR JDK-8029661: JDK-Support TLS v1.2 algorithm in SunPKCS11 provider

2018-03-05 Thread Martin Balao
Any updates on this? Thanks, Martin.- On Thu, Feb 15, 2018 at 9:53 PM, Valerie Peng wrote: > > I am ok with the idea of putting the public API refactoring under a > separate RFE. > Let me apply your updated patch below and run existing regressions again. > Thanks, > Valerie > > > On 2/5/2018 5:

Re: RFR 8191139: Remove deprecated javax.security.auth.Policy API

2018-03-05 Thread Sean Mullan
On 3/4/18 10:44 PM, Weijun Wang wrote: For the 3rd/4th ones above, there is still some code in sun.security.provider.PolicyFile that looks for it, so it can be removed as part of this change now. Can you remove that and send an updated webrev? http://cr.openjdk.java.net/~weijun/8191139/webrev.

[PATCH]: Support for brainpool curves from CurveDB in SunEC

2018-03-05 Thread Tobias Wagner
Hi Valerie and Tomas, thanks for the hint about SoftHSM. I just found the time to test it. I was able to run TestECDH using it with a SoftHSM2 based SunPKCS11 provider. I did not hear anything about my last response - so I hope, this it might be helpful. I wonder if there is anything left to do

Re: RFR: 8199018: Test crypto provider not registering

2018-03-05 Thread Brad Wetmore
Looks good. This looks like it still needs to be done in jdk/jdk. Are you planning on doing that? Thanks, Brad On 3/5/2018 6:37 AM, Seán Coffey wrote: Brad pointed out to me off-line that the test case from 8193892 needs correcting. Some late editing to the test broke functionality. I've