Re: RFR(M): 8152172: PPC64: Support AES intrinsics

2016-03-31 Thread Volker Simonis
That's fine. Thanks, Volker On Wed, Mar 30, 2016 at 6:43 PM, Vladimir Kozlov wrote: > BTW, I am changing UseAES check in stubs generation with UseAESIntrinsics > check as we do for other intrinsics. > > Thanks, > Vladimir > > > On 3/30/16 9:39 AM, Vladimir Kozlov wrote: >> >> Looks good. I will

RFR 6483657: MSCAPI provider does not create unique alias names

2016-03-31 Thread Ivan Gerasimov
Hello! Could you please help review the fix for this long standing issue? Windows-MY allows non-unique aliases, but our implementation of KeyStore does not take it into account. To help to deal with such keystores with multiple same-named aliases it is proposed to internally remap the keystor

Re: RFR 8051408: JEP 273: DRBG-Based SecureRandom Implementations

2016-03-31 Thread Sean Mullan
Just a few comments: - SunJCE 707 // TODO: aliases with OIDs leftover TODO. - SecureRandom 604 * @implSpec The default implementation returns {@code null}. Technically, I don't think that is correct, since it is really dependent on what the underlying Spi is doing.

Re: RFR 8051408: JEP 273: DRBG-Based SecureRandom Implementations

2016-03-31 Thread Wang Weijun
> On Apr 1, 2016, at 3:24 AM, Sean Mullan wrote: > > Just a few comments: > > - SunJCE > > 707 // TODO: aliases with OIDs > > leftover TODO. Every other HMAC algorithm has an OID that can be used as an Alg.Alias.***, but the 2 new algorithms do not have. I expect one day

Re: RFR 8051408: JEP 273: DRBG-Based SecureRandom Implementations

2016-03-31 Thread Wang Weijun
Oops. I suddenly realize something wrong about the drbg security property. Hash_DRBG can use SHA-512/224 and it includes a slash. --Max