summaryrefslogtreecommitdiff
path: root/dbrandom.c
Commit message (Expand)AuthorAgeFilesLines
* Make SHA1 optional, implement SHA256 fingerprintsMatt Johnston2022-03-301-24/+23
* Fuzzing - get rid of "prefix" for streamsMatt Johnston2020-11-011-11/+5
* fuzzing - avoid sha1 for random seed every iterationMatt Johnston2020-11-011-6/+11
* Add some more variation to fuzzer random number generationMatt Johnston2020-10-231-1/+2
* Fix warning for unused prngd branchMatt Johnston2020-05-281-1/+1
* Use Linux getrandom() to ensure random device is initialisedMatt Johnston2020-05-281-54/+90
* workaround memory sanitizer FD_ZERO false positivesMatt Johnston2018-03-061-1/+1
* clean some fuzzing conditionalsMatt Johnston2018-02-281-3/+3
* - #if not #ifdef for DROPBEAR_FUZZMatt Johnston2018-02-281-4/+4
* merge from mainMatt Johnston2018-02-171-1/+31
|\
| * merge from mainMatt Johnston2017-06-141-1/+31
| |\
| | * fuzzer-pubkeyMatt Johnston2017-05-231-1/+1
| | * glaring wrapfd problems fixedMatt Johnston2017-05-201-2/+3
| | * closer to workingMatt Johnston2017-05-201-2/+0
| | * merge main to fuzzMatt Johnston2017-05-181-0/+31
| | |\
| | | * fuzz harnessMatt Johnston2017-05-131-3/+4
| | | * copy over some fuzzing code from AFL branchMatt Johnston2017-05-121-0/+30
* | | | options: Complete the transition to numeric toggles (`#if')Michael Witten2017-07-201-4/+4
* | | | Pointer parameter could be declared as pointing to constFrancois Perrad2017-08-191-1/+1
|/ / /
* | | use #ifdef DROPBEAR_PRNGD_SOCKET instead of #ifFrancois Perrad2016-11-191-3/+3
|/ /
* | Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-3/+3
|/
* add parentheses to macroFrancois Perrad2016-01-011-1/+1
* Turn addrandom()'s buf argument into unsigned char *Ga?l PORTAY2015-05-021-1/+1
* Tighten validation of DH values. Odds of x==0 being generated areMatt Johnston2015-02-101-1/+1
* rename random.h to dbrandom.h since some OSes have a system random.hMatt Johnston2013-11-141-0/+312