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 | fix some links | Matt Johnston | |
2018-03-05 | notes on the fuzzer | Matt Johnston | |