summaryrefslogtreecommitdiffhomepage
path: root/fuzz-common.c
AgeCommit message (Collapse)Author
2020-03-12Add Ed25519 support (#91)Vladislav Grishenko
* Add support for Ed25519 as a public key type Ed25519 is a elliptic curve signature scheme that offers better security than ECDSA and DSA and good performance. It may be used for both user and host keys. OpenSSH key import and fuzzer are not supported yet. Initially inspired by Peter Szabo. * Add curve25519 and ed25519 fuzzers * Add import and export of Ed25519 keys
2018-03-05Add kexdh and kexecdh fuzzersMatt Johnston
2018-02-28Fix to be able to compile normal(ish) binaries with --enable-fuzzMatt Johnston
--HG-- branch : fuzz
2018-02-28- #if not #ifdef for DROPBEAR_FUZZMatt Johnston
- fix some unused variables --HG-- branch : fuzz
2018-02-21The fuzzer has managed to generated DSS key/signature pairs thatMatt Johnston
verify. Avoid false positives from bogus keys that wouldn't be used --HG-- branch : fuzz
2018-01-23fix bad assertionMatt Johnston
--HG-- branch : fuzz
2018-01-23add fuzzer-preauth_nomathsMatt Johnston
--HG-- branch : fuzz
2017-06-02fuzzer-preauth don't call getpwnam(), bring back longjmpMatt Johnston
--HG-- branch : fuzz
2017-06-01Add a flag whether to longjmp, missed that last commitMatt Johnston
--HG-- branch : fuzz
2017-05-26Disable setnonblocking(), get_socket_address(), set_sock_priority()Matt Johnston
for fuzzing --HG-- branch : fuzz
2017-05-25rearrange, all fuzzers now call fuzzer_set_input()Matt Johnston
--HG-- branch : fuzz
2017-05-25fuzzers disable logging by defaultMatt Johnston
--HG-- branch : fuzz
2017-05-23fuzzer-pubkeyMatt Johnston
--HG-- branch : fuzz
2017-05-20glaring wrapfd problems fixedMatt Johnston
--HG-- branch : fuzz
2017-05-20closer to workingMatt Johnston
--HG-- branch : fuzz
2017-05-19add wrapfd. improve fuzzer in makefileMatt Johnston
--HG-- branch : fuzz
2017-05-18setup svr_dropbear_exitMatt Johnston
--HG-- branch : fuzz
2017-05-13crypto_init()Matt Johnston
--HG-- branch : fuzz
2017-05-13fuzz harnessMatt Johnston
--HG-- branch : fuzz