hg: bsd-port/bsd-port/jdk: For OpenBSD use file:///dev/arandom for the default securerandom.source
kurt at intricatesoftware.com
kurt at intricatesoftware.com
Wed Jan 21 15:45:53 PST 2009
Changeset: e2f22afd9638
Author: kurt
Date: 2009-01-21 18:37 -0500
URL: http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/e2f22afd9638
For OpenBSD use file:///dev/arandom for the default securerandom.source
property. This is because /dev/random is reserved for hardware random
generators on OpenBSD and the Solaris/Linux default of file:/dev/urandom
causes /dev/random to be used for both sun.security.provider.SeedGenerator
and sun.security.provider.NativePRNG. I don't see a clean way to enable
NativePRNG on OpenBSD without patching shared code that hard-codes the
file:/dev/random and file:/dev/urandom strings.
! make/java/security/Makefile
+ src/share/lib/security/java.security-openbsd
More information about the bsd-port-dev
mailing list