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

Default settings: Make default Edwards curve ED25519 #828

Merged
merged 2 commits into from
Jan 1, 2023

Commits on Dec 28, 2022

  1. Default settings: Make default Edwards curve ED25519

    Perform hierarchial decision for elliptic curve name.
    
    Default curves per algorithm:
    * 'ec' Elliptic curve name 'secp384r1' (Unchanged)
    * 'ed' Edwards curve name 'ed25519' (Changed)
    
    Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
    TinCanTech committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    48a74fb View commit details
    Browse the repository at this point in the history
  2. Make default Edwards curve ED25519

    Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
    TinCanTech committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    f315e6b View commit details
    Browse the repository at this point in the history