aboutsummaryrefslogtreecommitdiffstats
path: root/src/crypto/random.c
Commit message (Expand)AuthorAgeFilesLines
* Make random_add_randomness() debug print less verboseJouni Malinen2012-04-081-2/+2
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
* random: Improve error messages about writing to entropy filePavel Roskin2011-10-301-4/+4
* random: Check fwrite return value to avoid warningsJouni Malinen2011-08-061-2/+9
* Check random_get_bytes() result before writing entropy fileJouni Malinen2011-07-151-1/+2
* random: Add support for maintaining internal entropy store over restartsJouni Malinen2011-05-311-3/+88
* random: Read /dev/random in the background with eloop read socketJouni Malinen2011-03-221-1/+76
* Removed unused variable from non-Linux buildsJouni Malinen2010-12-141-0/+2
* random: Fix a compiler warning about unused variableJouni Malinen2010-11-251-0/+2
* hostapd: Verify availability of random data when using WPA/WPA2Jouni Malinen2010-11-241-1/+83
* Maintain internal entropy pool for augmenting random number generationJouni Malinen2010-11-241-0/+176