Date: Tue, 11 Mar 2003 11:26:16 -0800 (PST) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES files src/sys/modules/rndtest Makefile Message-ID: <200303111926.h2BJQGgZ069836@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2003/03/11 11:26:16 PST
FreeBSD src repository
Modified files:
sys/conf NOTES files
Added files:
sys/modules/rndtest Makefile
Log:
FIPS 140-2 rng data tester for h/w crypto devices. This driver periodically
monitors the entropy data harvested by crypto drivers to verify it complies
with FIPS 140-2. If data fails any test then the driver discards it and
commences continuous testing of harvested data until it is deemed ok.
Results are collected in a statistics block and, optionally, reported on
the console. In normal use the overhead associated with this driver is
not noticeable.
Note that drivers must (currently) be compiled specially to enable use.
Obtained from: original code by Jason L. Wright
Revision Changes Path
1.1138 +1 -0 src/sys/conf/NOTES
1.770 +1 -0 src/sys/conf/files
1.1 +8 -0 src/sys/modules/rndtest/Makefile (new)
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303111926.h2BJQGgZ069836>
