RFR: 8338395: Add test coverage for instantiating NativePRNG with SecureRandomParameters

duke duke at openjdk.org
Tue Sep 10 09:06:07 UTC 2024


On Thu, 15 Aug 2024 09:29:00 GMT, Fernando Guallini <fguallini at openjdk.org> wrote:

> In order to improve performance when instantiating NativePRNG, a dummy constructor was added in the PR: https://github.com/openjdk/jdk/pull/17560 which takes and ignores a `java.security.SecureRandomParameters`, throwing an exception if any parameter is passed.
> 
> This PR adds test coverage for those scenarios where the constructor is called passing a not null parameter.

@fguallini 
Your change (at version 78a4e4cd8576e3b805fb33b7a69e357bc6a38586) is now ready to be sponsored by a Committer.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/20592#issuecomment-2340087995


More information about the security-dev mailing list