RFR 8139436: sun.security.mscapi.KeyStore might load incomplete data

Wang Weijun weijun.wang at oracle.com
Sat Nov 14 02:31:51 UTC 2015


Hi Christoph

I tried updating the entry line in TestProvider and it starts working.

   this.put("CertificateFactory.X.509", "IterateWindowsRootStore$TestFactory");

PrngSlow.java: Do you still need the "// Not supported here, maybe not a Win32" block? Is there other exception you want to ignore?

I also notice @required is not used everywhere (For example, SignUsingNONEwithRSA.sh). I'm not a fan of fixing existing tests but since you started we can be more consistent.

Thanks
Max

> On 2015年11月14日, at 上午7:54, Langer, Christoph <christoph.langer at sap.com> wrote:
> 
> Hi Max,
> 
> I followed your suggestion to use a sub-directory. I found no way to make the dummy JCE provider work with inner classes.
> 
> Please see this (hopefully final) webrev: http://cr.openjdk.java.net/~clanger/webrevs/8139436.5/
> 
> Best regards
> Christoph
> 
> -----Original Message-----
> From: Wang Weijun [mailto:weijun.wang at oracle.com]
> Sent: Freitag, 13. November 2015 17:08
> To: Langer, Christoph <christoph.langer at sap.com>
> Cc: Vincent Ryan <vincent.x.ryan at oracle.com>; security-dev at openjdk.java.net
> Subject: Re: RFR 8139436: sun.security.mscapi.KeyStore might load incomplete data
> 
> It is my understanding that if you write multiple files for a single test, they should be put inside a sub-directory.
> 
> But in this case you can combine them into a single class by putting the provider-related codes into static inner classes.
> 
> --Max
> 
> P. S. Sent from my iPhone so I haven't read all the changes.
> 
>> 在 2015年11月13日,20:33,Langer, Christoph <christoph.langer at sap.com> 写道:
>> 
>> Is that ok now?




More information about the security-dev mailing list