freebsd-dev/contrib/apr/random/unix
Conrad Meyer 53345534c8 contrib/apr: Rip out bogus [CS]PRNG implementation
This construction used some relatively slow design involving SHA2; even if
it were fed real entropy (unclear; external to the design), it did not
handle fork in a safe way, and it was difficult to audit for correctness.
So just rip it out and use the very simple and known-correct arc4random(3)
interface in its place.
2020-01-30 18:12:41 +00:00
..
apr_random.c contrib/apr: Rip out bogus [CS]PRNG implementation 2020-01-30 18:12:41 +00:00
sha2_glue.c
sha2.c
sha2.h