kc3-lang/libevent/evutil_rand.c

Branch :


Log

Author Commit Date CI Message
ec347b92 2010-07-07 16:45:03 Move event-config.h to include/event2 This change means that all required include files are in event2, and all files not in event2/* are optional.
f9807167 2010-04-23 15:17:10 Make evutil_secure_rng_init() work even with builtin arc4random
4ec8fea6 2010-02-13 00:11:44 Make RNG work when we have arc4random() but not arc4random_buf()
d4de062e 2010-02-10 17:19:18 Add an arc4random implementation for use by evdns Previously, evdns was at the mercy of the user for providing a good entropy source; without one, it would be vulnerable to various active attacks. This patch adds a port of OpenBSD's arc4random() calls to Libevent [port by Chris Davis], and wraps it up a little bit so we can use it more safely.