Re: RFR 8048619: Implement tests for converting PKCS12 keystores

2014-12-04 Thread zaiyao liu
Hi Max, Please help to check again: http://cr.openjdk.java.net/~rhalade/8048619/webrev.04/ Also please help to push it if ok: Full comments: 8048619: Implement tests for converting PKCS12 keystores Reviewed-by: weijun Contributed-by: Zaiyao Liu Thanks and Regards. Kevin 于 2014/12/3 15:37,

Re: RFR 8048619: Implement tests for converting PKCS12 keystores

2014-12-02 Thread Wang Weijun
Looks fine. One nit, line 231, remove "Certs don't match ". Thanks Max > On Dec 3, 2014, at 10:26, zaiyao liu wrote: > > Hi Max, > > Please help to review the update: > http://cr.openjdk.java.net/~rhalade/8048619/webrev.02/ > > Thanks > Kevin > 于 2014/9/23 15:08, zaiyao liu 写道: >> Hi Max, >>

Re: RFR 8048619: Implement tests for converting PKCS12 keystores

2014-12-02 Thread zaiyao liu
Hi Max, Please help to review the update: http://cr.openjdk.java.net/~rhalade/8048619/webrev.02/ Thanks Kevin 于 2014/9/23 15:08, zaiyao liu 写道: Hi Max, Please help to check this update:http://sqeweb.us.oracle.com/net/sqenfs-1/export1/comp/jsn/users/kevin1/webrev/8048619/webrev/ Thanks Kevi

Re: RFR 8048619: Implement tests for converting PKCS12 keystores

2014-09-19 Thread Wang Weijun
In compareCerts(), you should not compare Certificate.toString(), its equals() method is more reliable. There is no need to define compareKeys() and compareCerts(). Instead, you should try not to repeat lines 223-231 on 252-260. The two calls on lines 204 and 205 have keystore names exchanged bu

Re: RFR 8048619: Implement tests for converting PKCS12 keystores

2014-09-18 Thread zaiyao liu
Hi Max, Can you help to review it? Thanks Kevin 于 2014/9/1 13:25, Wang Weijun 写道: On vacation now. Can you look for someone else? I will be back in Sep 17 if you are not in a hurry. --Max On Sep 1, 2014, at 9:37, zaiyao liu wrote: Hi Max, Please review the code change,the purpose of thi

Re: RFR 8048619: Implement tests for converting PKCS12 keystores

2014-08-31 Thread Wang Weijun
On vacation now. Can you look for someone else? I will be back in Sep 17 if you are not in a hurry. --Max On Sep 1, 2014, at 9:37, zaiyao liu wrote: > Hi Max, > > Please review the code change,the purpose of this fix is implement tests that > convert PKCS12 keystores to other formats. > > W

RFR 8048619: Implement tests for converting PKCS12 keystores

2014-08-31 Thread zaiyao liu
Hi Max, Please review the code change,the purpose of this fix is implement tests that convert PKCS12 keystores to other formats. Webrev: http://cr.openjdk.java.net/~tyan/kevin/JDK-8048619/webrev01/ Bug:https://bugs.openjdk.java.net/browse/JDK-8048619 Thanks Kevin