Re: RFR: 8133085- Remove old style (pre-JDK 1.4) "new SunJCE()" provider calls in tests. Fails to compile.

2016-01-19 Thread Sean Mullan
- From: Bradford Wetmore Sent: Saturday, January 09, 2016 12:31 AM To: Sean Mullan; Bhanu Gopularam; security-dev@openjdk.java.net Subject: Re: RFR: 8133085- Remove old style (pre-JDK 1.4) "new SunJCE()" provider calls in tests. Fails to compile. (Xuelei, see below) Bhanu, Th

RE: RFR: 8133085- Remove old style (pre-JDK 1.4) "new SunJCE()" provider calls in tests. Fails to compile.

2016-01-12 Thread Bhanu Gopularam
: Sean Mullan; Bhanu Gopularam; security-dev@openjdk.java.net Subject: Re: RFR: 8133085- Remove old style (pre-JDK 1.4) "new SunJCE()" provider calls in tests. Fails to compile. (Xuelei, see below) Bhanu, The proposed ClientJSSEServerJSSE.java/TrustManagerTest.java changes are incorre

Re: RFR: 8133085- Remove old style (pre-JDK 1.4) "new SunJCE()" provider calls in tests. Fails to compile.

2016-01-08 Thread Bradford Wetmore
(Xuelei, see below) Bhanu, The proposed ClientJSSEServerJSSE.java/TrustManagerTest.java changes are incorrect. These tests are setting JSSE into FIPS mode, so this test should be correct as is. Brad On 1/8/2016 8:34 AM, Sean Mullan wrote: Please update copyrights to include 2016. Otherw

Re: RFR: 8133085- Remove old style (pre-JDK 1.4) "new SunJCE()" provider calls in tests. Fails to compile.

2016-01-08 Thread Sean Mullan
Please update copyrights to include 2016. Otherwise, looks fine to me. --Sean On 01/08/2016 02:54 AM, Bhanu Gopularam wrote: Hi all, Please review a fix for following bug: Bug Id -https://bugs.openjdk.java.net/browse/JDK-8133085 Issue – Some security regression tests are directly instantiati

RFR: 8133085- Remove old style (pre-JDK 1.4) "new SunJCE()" provider calls in tests. Fails to compile.

2016-01-07 Thread Bhanu Gopularam
Hi all, Please review a fix for following bug: Bug Id - https://bugs.openjdk.java.net/browse/JDK-8133085 Issue - Some security regression tests are directly instantiating the security providers instead of using the registered providers. Most of the cases the issue can be corrected by