Date: Tue, 22 Jul 2008 16:16:51 +0000 (UTC) From: "Andrey A. Chernov" <ache@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/libkern arc4random.c Message-ID: <200807221616.m6MGGxxn082955@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ache        2008-07-22 16:16:51 UTC
  FreeBSD src repository
  Modified files:
    sys/libkern          arc4random.c 
  Log:
  SVN rev 180707 on 2008-07-22 16:16:51Z by ache
  
  1) Initialize arc4_i and arc4_j to 0 after key mixing as recommended in
  draft-kaukonen-cipher-arcfour-03.txt (3.1.5)
  
  2) Drop first 768 bytes as standard RC4-drop(768)
  
  Revision  Changes    Path
  1.13      +7 -4      src/sys/libkern/arc4random.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807221616.m6MGGxxn082955>
