Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-19 | - (djm) [openbsd-compat/bsd-arc4random.c] Discard early keystream, like OpenBSD | Damien Miller | |
ok dtucker@ | |||
2004-02-17 | - (djm) Simplify the license on code I have written. No code changes. | Damien Miller | |
2003-05-19 | - (djm) Big KNF on openbsd-compat/ | Damien Miller | |
2003-03-17 | - (djm) Fix return value checks for RAND_bytes. Report from | Damien Miller | |
Steve G <linux_4ever@yahoo.com> | |||
2002-05-08 | fix logic on when seed_rng() is called. | Tim Rice | |
Report by Chris Maxwell <maxwell@cs.dal.ca> | |||
2001-03-19 | Add missing headers | Damien Miller | |
2001-03-19 | - (djm) Seed PRNG at startup, rather than waiting for arc4random calls to | Damien Miller | |
do it implicitly. | |||
2001-02-09 | - (djm) Add CVS Id's to files that we have missed | Damien Miller | |
2001-01-31 | - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to | Ben Lindstrom | |
openbsd-compat/. And resolve all ./configure and Makefile.in issues assocated. Logic: * All OpenBSD functions should have the same filename as in the OpenBSD tree * All 'home brew' functions have bsd-* infront of them. * All 'not really implemented' functions have fake-* infront of them. |