log dbrandom.c @ 1938:77bc00dcc19f default tip main master

age author description
Wed, 30 Mar 2022 11:44:04 +0800 Matt Johnston Make SHA1 optional, implement SHA256 fingerprints
Sun, 01 Nov 2020 23:44:58 +0800 Matt Johnston Fuzzing - get rid of "prefix" for streams
Sun, 01 Nov 2020 14:01:37 +0800 Matt Johnston fuzzing - avoid sha1 for random seed every iteration
Fri, 23 Oct 2020 23:32:44 +0800 Matt Johnston Add some more variation to fuzzer random number generation
Thu, 28 May 2020 23:01:15 +0800 Matt Johnston Fix warning for unused prngd branch
Thu, 28 May 2020 22:50:41 +0800 Matt Johnston Use Linux getrandom() to ensure random device is initialised
Tue, 06 Mar 2018 21:51:51 +0800 Matt Johnston workaround memory sanitizer FD_ZERO false positives
Wed, 28 Feb 2018 22:10:43 +0800 Matt Johnston clean some fuzzing conditionals fuzz
Wed, 28 Feb 2018 21:40:08 +0800 Matt Johnston - #if not #ifdef for DROPBEAR_FUZZ fuzz
Sat, 17 Feb 2018 19:29:51 +0800 Matt Johnston merge from main fuzz
Thu, 20 Jul 2017 19:38:26 +0000 Michael Witten options: Complete the transition to numeric toggles (`#if')
Sat, 19 Aug 2017 17:16:13 +0200 Francois Perrad Pointer parameter could be declared as pointing to const
Wed, 14 Jun 2017 23:31:42 +0800 Matt Johnston merge from main fuzz
Sat, 19 Nov 2016 10:38:47 +0100 Francois Perrad use #ifdef DROPBEAR_PRNGD_SOCKET instead of #if
Tue, 23 May 2017 22:43:34 +0800 Matt Johnston fuzzer-pubkey fuzz
Sat, 20 May 2017 22:47:19 +0800 Matt Johnston glaring wrapfd problems fixed fuzz
Sat, 20 May 2017 13:23:16 +0800 Matt Johnston closer to working fuzz
Thu, 18 May 2017 23:45:10 +0800 Matt Johnston merge main to fuzz fuzz
Sat, 13 May 2017 22:50:54 +0800 Matt Johnston fuzz harness fuzz
Fri, 12 May 2017 23:14:54 +0800 Matt Johnston copy over some fuzzing code from AFL branch fuzz
Wed, 04 May 2016 15:33:40 +0200 Matt Johnston Convert #ifdef to #if, other build changes
Fri, 01 Jan 2016 09:40:24 +0100 Francois Perrad add parentheses to macro
Sat, 02 May 2015 13:48:16 +0200 Gaƫl PORTAY Turn addrandom()'s buf argument into unsigned char *
Tue, 10 Feb 2015 21:46:19 +0800 Matt Johnston Tighten validation of DH values. Odds of x==0 being generated are
Thu, 14 Nov 2013 22:05:47 +0800 Matt Johnston rename random.h to dbrandom.h since some OSes have a system random.h base random.c@93efb3f9dd75