Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jul 2000 05:23:04 -0700 (PDT)
From:      Mark Murray <markm@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys random.h src/sys/dev/randomdev randomdev.c yarrow.c
Message-ID:  <200007171223.FAA85311@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
markm       2000/07/17 05:23:04 PDT

  Modified files:
    sys/sys              random.h 
    sys/dev/randomdev    randomdev.c yarrow.c 
  Log:
  Add randomness write functionality. This does absolutely nothing for
  entropy estimation, but causes an immediate reseed after the input
  (read in sizeof(u_int64_t) chunks) is "harvested".
  
  This will be used in the reboot "reseeder", coming in another
  commit. This can be used very effectively at any time you think
  your randomness is compromised; something like
  
  # (ps -gauxwww; netstat -an; dmesg; vmstat -c10 1) > /dev/random
  
  will give the attacker something to think about.
  
  Revision  Changes    Path
  1.23      +2 -2      src/sys/sys/random.h
  1.8       +2 -2      src/sys/dev/randomdev/randomdev.c
  1.11      +20 -1     src/sys/dev/randomdev/yarrow.c



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?200007171223.FAA85311>