Anyone can help review this fix? SUN provider supports multiple impls of
SecureRandom and rely on the ordering of the set returned by
Provider.getServices() to choose the most preferred RNG algo for new
SecureRandom() calls. Instead of maintaining the ordering, I think it's
faster and more r
Anyone have spare cycles for reviewing this?
The current PKCS11 JNI code for handling native mechanism and its
parameters is a bit too all over the place. To make the tracing and
verification easier, I consolidated the memory deallocation to the
freeCKMechanismPtr(...) method in p11_util.c (so
Anyone can help review this trivial test update?
Bug: https://bugs.openjdk.java.net/browse/JDK-8229214
Webrev: http://cr.openjdk.java.net/~valeriep/8229214/webrev.00/
Thanks,
Valerie
Looks good to me.
Xuelei
> On Aug 6, 2019, at 7:34 PM, Valerie Peng wrote:
>
>
> Anyone can help review this trivial test update?
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8229214
>
> Webrev: http://cr.openjdk.java.net/~valeriep/8229214/webrev.00/
>
> Thanks,
> Valerie