Re: RFR : 8080102: Java 8 cannot load its cacerts in FIPS. no such provider: SunEC

2015-06-06 Thread Seán Coffey
thanks for review Valerie. I think the current JDK 9 builds already check for some module correctness. Hopefully - what I'm proposing will work post modules. My initial attempt had the java.base module trying to pull in the jdk.crypto.ec module. That would not be allowed. The current proposal d

Re: RFR : 8080102: Java 8 cannot load its cacerts in FIPS. no such provider: SunEC

2015-06-05 Thread Valerie Peng
This looks pretty good. However, I suspect this will stop working once the Jake changes are integrated as module boundaries are enforced? Valerie On 6/5/2015 3:21 AM, Seán Coffey wrote: Looking to resolve a recently reported issue where the P11ECKeyFactory class has too much dependence on th

RFR : 8080102: Java 8 cannot load its cacerts in FIPS. no such provider: SunEC

2015-06-05 Thread Seán Coffey
Looking to resolve a recently reported issue where the P11ECKeyFactory class has too much dependence on the SunEC provider. With some reshuffling and creation of a new P11ECUtil class, I was able to remove the call for lookup of SunEC Provider. The test picks up the regression when running with