Re: RFR 8169911: Enhanced tests for jarsigner -verbose -verify after JDK-8163304

2016-11-21 Thread Wang Weijun
Hi Amanda Everything looks fine. Thanks Max > On Nov 22, 2016, at 1:48 PM, Amanda Jiang wrote: > > Hi Max, > > Thanks for your comments, the webrev below addressed all the issues you > mentioned, please check and let me know if there are any problem. > > http://cr.openjdk.java.net/~amjiang/

Re: RFR 8169911: Enhanced tests for jarsigner -verbose -verify after JDK-8163304

2016-11-21 Thread Amanda Jiang
Hi Max, Thanks for your comments, the webrev below addressed all the issues you mentioned, please check and let me know if there are any problem. http://cr.openjdk.java.net/~amjiang/8169911/webrev.02/ Thanks, Amanda On 11/18/16 11:37 PM, Wang Weijun wrote: Hi Amanda - There are many dupl

Re: JDK 9 and JCE code signing (where and sha1WithDSA 1024?)

2016-11-21 Thread Bradford Wetmore
On 11/21/2016 4:48 AM, Sean Mullan wrote: On 11/20/16 2:57 PM, Bernd Eckenfels wrote: Hello, how will the JCE Provider signing in Java 9 work? Are the jmod files signed (I dont see a signature in them in the Windows EA builds)? Third party JCE providers still need to be signed as a JAR file

Re: RFR: 8170131: Certificates not being blocked by jdk.tls.disabledAlgorithms property

2016-11-21 Thread Anthony Scarpino
On 11/21/2016 01:09 PM, Sean Mullan wrote: Please review this fix for a bug where certificates were not being blocked if the algorithm is only listed in the jdk.tls.disabledAlgorithms property and not the jdk.certpath.disabledAlgorithms property. I have modified an existing regression test to te

RFR: 8170131: Certificates not being blocked by jdk.tls.disabledAlgorithms property

2016-11-21 Thread Sean Mullan
Please review this fix for a bug where certificates were not being blocked if the algorithm is only listed in the jdk.tls.disabledAlgorithms property and not the jdk.certpath.disabledAlgorithms property. I have modified an existing regression test to test this functionality as there was no pr

Re: JDK 9 and JCE code signing (where and sha1WithDSA 1024?)

2016-11-21 Thread Sean Mullan
On 11/20/16 2:57 PM, Bernd Eckenfels wrote: Hello, how will the JCE Provider signing in Java 9 work? Are the jmod files signed (I dont see a signature in them in the Windows EA builds)? Third party JCE providers still need to be signed as a JAR file. On the BouncyCastle Crypto mailing list t