Skip to content
Snippets Groups Projects
Commit b6022769 authored by Libor Peltan's avatar Libor Peltan
Browse files

keymgr: bugfix: recognize textual representation of ED448 algorithm

parent f7e7b44e
No related branches found
No related tags found
1 merge request!1302Keymgr ed448
......@@ -124,6 +124,7 @@ static bool genkeyargs(int argc, char *argv[], bool just_timing,
algnames[DNSSEC_KEY_ALGORITHM_ECDSA_P256_SHA256] = "ecdsap256sha256";
algnames[DNSSEC_KEY_ALGORITHM_ECDSA_P384_SHA384] = "ecdsap384sha384";
algnames[DNSSEC_KEY_ALGORITHM_ED25519] = "ed25519";
algnames[DNSSEC_KEY_ALGORITHM_ED448] = "ed448";
// parse args
for (int i = 0; i < argc; i++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment