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
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
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.
> 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
Oops. I suddenly realize something wrong about the drbg security property.
Hash_DRBG can use
SHA-512/224 and it includes a slash.
--Max