Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the libcrypto/crypto directory | 2016-09-03 | 1 | -64/+0 | |
| | |||||
* | Update the link for the getentropy(2) manual to man.openbsd.org/ | 2016-08-07 | 1 | -2/+2 | |
| | | | | ok deraadt@ | ||||
* | unify files further | 2015-09-11 | 1 | -4/+4 | |
| | |||||
* | Add arc4random/getentropy shims for NetBSD. | 2015-01-19 | 1 | -0/+64 | |
The latest NetBSD (6.1.5) arc4random does not appear to reseed the CRNG state after a fork, so provide an override until the fork-safe version in CVS appears in a release. These are the same as the FreeBSD shims. ok deraadt@ |