Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Ed25519 support #91

Merged
merged 3 commits into from
Mar 11, 2020
Merged

Add Ed25519 support #91

merged 3 commits into from
Mar 11, 2020

Commits on Mar 4, 2020

  1. 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.
    themiron committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    c491f88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b070f0f View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Configuration menu
    Copy the full SHA
    66ba87f View commit details
    Browse the repository at this point in the history