Francois Perrad
|
89e64c631e
|
Pointer parameter could be declared as pointing to const
|
2017-08-19 17:16:13 +02:00 |
|
Francois Perrad
|
08543d0c76
|
use #ifdef DROPBEAR_PRNGD_SOCKET instead of #if
|
2017-06-01 19:10:37 +02:00 |
|
Matt Johnston
|
32a28d0d9c
|
Convert #ifdef to #if, other build changes
|
2016-05-04 15:33:40 +02:00 |
|
Francois Perrad
|
edea73b1f8
|
add parentheses to macro
|
2016-03-16 22:41:19 +08:00 |
|
Gaël PORTAY
|
c239baf801
|
Turn addrandom()'s buf argument into unsigned char *
Data is usually represented as "unsigned char *" like genrandom().
|
2015-05-05 20:39:13 +02:00 |
|
Matt Johnston
|
c44a78a2e6
|
Tighten validation of DH values. Odds of x==0 being generated are
improbable, roughly 2**-1023
Regression in 0.49
|
2015-02-10 21:46:19 +08:00 |
|
Matt Johnston
|
cbe63bbabe
|
rename random.h to dbrandom.h since some OSes have a system random.h
--HG--
rename : random.c => dbrandom.c
rename : random.h => dbrandom.h
|
2013-11-14 22:05:47 +08:00 |
|