Date: Mon, 15 Jul 2002 06:58:35 -0700 (PDT) From: Mark Murray <markm@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/dev/random hash.c hash.h yarrow.c src/sys/modules/random Makefile Message-ID: <200207151358.g6FDwZBN012331@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
markm 2002/07/15 06:58:35 PDT Modified files: sys/conf files sys/dev/random hash.c hash.h yarrow.c sys/modules/random Makefile Log: Upgrade the random device to use a "real" hash instead of building one out of a block cipher. This has 2 advantages: 1) The code is _much_ simpler 2) We aren't committing our security to one algorithm (much as we may think we trust AES). While I'm here, make an explicit reseed do a slow reseed instead of a fast; this is in line with what the original paper suggested. Revision Changes Path 1.661 +1 -0 src/sys/conf/files 1.8 +6 -44 src/sys/dev/random/hash.c 1.4 +2 -6 src/sys/dev/random/hash.h 1.39 +3 -4 src/sys/dev/random/yarrow.c 1.13 +2 -1 src/sys/modules/random/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207151358.g6FDwZBN012331>