index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
dbrandom.c
Age
Commit message (
Expand
)
Author
2020-05-28
Fix warning for unused prngd branch
Matt Johnston
2020-05-28
Use Linux getrandom() to ensure random device is initialised
Matt Johnston
2018-03-06
workaround memory sanitizer FD_ZERO false positives
Matt Johnston
2018-02-28
clean some fuzzing conditionals
Matt Johnston
2018-02-28
- #if not #ifdef for DROPBEAR_FUZZ
Matt Johnston
2018-02-17
merge from main
Matt Johnston
2018-02-16
options: Complete the transition to numeric toggles (`#if')
Michael Witten
2017-08-19
Pointer parameter could be declared as pointing to const
Francois Perrad
2017-06-14
merge from main
Matt Johnston
2017-06-01
use #ifdef DROPBEAR_PRNGD_SOCKET instead of #if
Francois Perrad
2017-05-23
fuzzer-pubkey
Matt Johnston
2017-05-20
glaring wrapfd problems fixed
Matt Johnston
2017-05-20
closer to working
Matt Johnston
2017-05-18
merge main to fuzz
Matt Johnston
2017-05-13
fuzz harness
Matt Johnston
2017-05-12
copy over some fuzzing code from AFL branch
Matt Johnston
2016-05-04
Convert #ifdef to #if, other build changes
Matt Johnston
2016-03-16
add parentheses to macro
Francois Perrad
2015-05-05
Turn addrandom()'s buf argument into unsigned char *
Gaƫl PORTAY
2015-02-10
Tighten validation of DH values. Odds of x==0 being generated are
Matt Johnston
2013-11-14
rename random.h to dbrandom.h since some OSes have a system random.h
Matt Johnston