In message <59e80a44-d9de-5081-9eda-f068188b8...@delphij.net>, Xin Li 
writes:
> On 7/26/17 23:26, Cy Schubert wrote:
> > Author: cy
> > Date: Thu Jul 27 06:26:15 2017
> > New Revision: 321605
> > URL: https://svnweb.freebsd.org/changeset/base/321605
> >=20
> > Log:
> >   As in r315225, discard 3072 bytes of RC4 bytestream instead of 1024.
> >  =20
> >   PR:               217920
> >   Submitted by:     codar...@hackers.mu
> >   Reviewed by:      emaste, cem
> >   Approved by:      so (implicit, in r315225)
> 
> Why ipfilter is using its own pseudo random number generator?  Please
> remove them altogether and use the system PRNG instead.

It uses this code when it builds the kernel sources in a userland program 
called ipftest. ipftest is a userland application outside of the kernel in 
which users pass generated or captured packets into it to test arbitrary 
ipfilter rules, which are separate from those in the kernel. ipftest is a 
rule testing application. ipftest is currently broken (it segfaults) and in 
my queue for loving attention. I'll look into using the libkern version of 
arc4rand(9) in this userland utility.


-- 
Cheers,
Cy Schubert <cy.schub...@cschubert.com>
FreeBSD UNIX:  <c...@freebsd.org>   Web:  http://www.FreeBSD.org

        The need of the many outweighs the greed of the few.


_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to