]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove the Yarrow PRNG algorithm option in accordance with due notice
authorMark Murray <markm@FreeBSD.org>
Sun, 26 Aug 2018 12:51:46 +0000 (12:51 +0000)
committerMark Murray <markm@FreeBSD.org>
Sun, 26 Aug 2018 12:51:46 +0000 (12:51 +0000)
commit19fa89e93888ebfe79d06c7b831bcd39001dce63
tree8f0f5d7e4726f1bfb1272ba4d7410195426135e1
parenta1b042f79d71a3a444aef1281fa61ccd45064c6a
Remove the Yarrow PRNG algorithm option in accordance with due notice
given in random(4).

This includes updating of the relevant man pages, and no-longer-used
harvesting parameters.

Ensure that the pseudo-unit-test still does something useful, now also
with the "other" algorithm instead of Yarrow.

PR: 230870
Reviewed by: cem
Approved by: so(delphij,gtetlow)
Approved by: re(marius)
Differential Revision: https://reviews.freebsd.org/D16898
42 files changed:
UPDATING
share/man/man4/random.4
share/man/man9/random_harvest.9
sys/arm/amlogic/aml8726/aml8726_rng.c
sys/arm/broadcom/bcm2835/bcm2835_rng.c
sys/conf/NOTES
sys/conf/files
sys/conf/options
sys/dev/glxsb/glxsb.c
sys/dev/hifn/hifn7751.c
sys/dev/random/build.sh
sys/dev/random/fortuna.c
sys/dev/random/other_algorithm.c
sys/dev/random/other_algorithm.h
sys/dev/random/random_harvestq.c
sys/dev/random/random_harvestq.h
sys/dev/random/randomdev.c
sys/dev/random/unit_test.c
sys/dev/random/unit_test.h
sys/dev/random/yarrow.c [deleted file]
sys/dev/random/yarrow.h [deleted file]
sys/dev/rndtest/rndtest.c
sys/dev/safe/safe.c
sys/dev/syscons/scmouse.c
sys/dev/syscons/syscons.c
sys/dev/ubsec/ubsec.c
sys/dev/virtio/random/virtio_random.c
sys/dev/vt/vt_core.c
sys/dev/vt/vt_sysmouse.c
sys/fs/tmpfs/tmpfs_subr.c
sys/kern/kern_intr.c
sys/kern/subr_bus.c
sys/mips/cavium/octeon_rnd.c
sys/modules/Makefile
sys/modules/random_yarrow/Makefile [deleted file]
sys/net/if_ethersubr.c
sys/net/if_tun.c
sys/netgraph/ng_iface.c
sys/sys/random.h
sys/ufs/ffs/ffs_inode.c
sys/vm/uma_core.c
tools/tools/sysdoc/tunables.mdoc