On Tue, 6 Sep 2022 09:21:33 GMT, Daniel Jeliński <djelin...@openjdk.org> wrote:

>> SHA1PRNG, which is no longer the default on Linux.  But some apps are still 
>> asking for SHA1PRNG instead of using the default NativePRNG on Linux.
>
> FWIW, NativePRNGBlocking ignores java.security.egd and always uses 
> `/dev/random`.
> 
> I'd rather not clean up all references to EGD here. Filed 
> [JDK-8293412](https://bugs.openjdk.org/browse/JDK-8293412) as a follow up.

So IIUC, for this PR you're only going to tweak so that egd is not set in 
Windows, and then JDK-8293412 will address this comment and other instances 
throughout the base?

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

PR: https://git.openjdk.org/jdk/pull/10160

Reply via email to