Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-12 | Add 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-05 | Add kexdh and kexecdh fuzzers | Matt Johnston | |
2018-02-28 | Fix to be able to compile normal(ish) binaries with --enable-fuzz | Matt Johnston | |
--HG-- branch : fuzz | |||
2018-02-28 | - #if not #ifdef for DROPBEAR_FUZZ | Matt Johnston | |
- fix some unused variables --HG-- branch : fuzz | |||
2018-02-21 | The fuzzer has managed to generated DSS key/signature pairs that | Matt Johnston | |
verify. Avoid false positives from bogus keys that wouldn't be used --HG-- branch : fuzz | |||
2018-01-23 | fix bad assertion | Matt Johnston | |
--HG-- branch : fuzz | |||
2018-01-23 | add fuzzer-preauth_nomaths | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-06-02 | fuzzer-preauth don't call getpwnam(), bring back longjmp | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-06-01 | Add a flag whether to longjmp, missed that last commit | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-05-26 | Disable setnonblocking(), get_socket_address(), set_sock_priority() | Matt Johnston | |
for fuzzing --HG-- branch : fuzz | |||
2017-05-25 | rearrange, all fuzzers now call fuzzer_set_input() | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-05-25 | fuzzers disable logging by default | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-05-23 | fuzzer-pubkey | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-05-20 | glaring wrapfd problems fixed | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-05-20 | closer to working | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-05-19 | add wrapfd. improve fuzzer in makefile | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-05-18 | setup svr_dropbear_exit | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-05-13 | crypto_init() | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-05-13 | fuzz harness | Matt Johnston | |
--HG-- branch : fuzz |