ache2008-07-26 16:42:45 UTC
FreeBSD src repository
Modified files:
sys/libkern arc4random.c
Log:
SVN rev 180825 on 2008-07-26 16:42:45Z by ache
Return arc4_i = arc4_j = 0; line from previous backing out since
just found it in OpenBSD, see their sys/crypto/arc4
ache2008-07-25 15:53:32 UTC
FreeBSD src repository
Modified files:
sys/libkern arc4random.c
Log:
SVN rev 180805 on 2008-07-25 15:53:32Z by ache
Per rwatson's request:
"If you don't get a review within a day or two, I would firmly recommend
backing out the ch
ache2008-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)