Re: RFR: 8060103: CheckBlacklistedCerts.java thinks its openjdk build

2015-06-24 Thread Sean Mullan
On 06/21/2015 11:21 AM, Thomas Lußnig wrote: Hi, we are talking about security. So is there any reason why the OpenJDK should include not the same Blacklisted Certificates as in other Jdk Versions? Although we have included some blacklisted certificates in OpenJDK, there are cases where it ma

Re: RFR: 8060103: CheckBlacklistedCerts.java thinks its openjdk build

2015-06-21 Thread Thomas Lußnig
Hi, we are talking about security. So is there any reason why the OpenJDK should include not the same Blacklisted Certificates as in other Jdk Versions? Or with other words does it make sense to do other blacklist tests in openjdk at all ? Gruß Thomas On 18.06.2015 01:00, Rajan Halade wrote: > M

Re: RFR: 8060103: CheckBlacklistedCerts.java thinks its openjdk build

2015-06-17 Thread Weijun Wang
Change looks fine. Thanks Max On 6/18/2015 7:00 AM, Rajan Halade wrote: May I request you to review small fix to CheckBlacklistedCerts test to correctly determine if OpenJDK build is used. Webrev: http://cr.openjdk.java.net/~rhalade/8060103/webrev.00/ Bug: https://bugs.openjdk.java.net/browse/

RFR: 8060103: CheckBlacklistedCerts.java thinks its openjdk build

2015-06-17 Thread Rajan Halade
May I request you to review small fix to CheckBlacklistedCerts test to correctly determine if OpenJDK build is used. Webrev: http://cr.openjdk.java.net/~rhalade/8060103/webrev.00/ Bug: https://bugs.openjdk.java.net/browse/JDK-8060103 Thanks, Rajan