Webrev updated at
https://cr.openjdk.java.net/~weijun/8213400/webrev.01/
Please review again.
I've removed the change to CurveDB and NamedCurve. The test now simply looks at
key.getParams().toString(). This is implementation dependent but it works
within OpenJDK.
No change on other files.
Please take a review at
https://cr.openjdk.java.net/~weijun/8210476/webrev.00/
Before this fix, every PRNG::nextBytes calls all of CryptAcquireContext,
CryptGenRandom, and CryptReleaseContext. Now, CryptAcquireContext is called
once in PRNG::new, and CryptReleaseContext is called by a Cleane