Commit ID:      1005268DAE46A5CAE15
CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2013/10/24 08:32:37 UTC

Modified files:
        share/man/man4 : random.4
        sys/dev        : rnd.c

Log message:
do not give the users an insecure random device at hand, period.

now /dev/[pw]random still writes to the lopool but reads from arc4random(9)
(important: do not depend on this behaviour, they used to return insecure
data; use /dev/wrandom only for writing and always read /dev/arandom)

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.7 -r1.8 src/share/man/man4/random.4
cvs -R rdiff -kk -upr1.73 -r1.74 src/sys/dev/rnd.c

Reply via email to