From 6a9431c4c8778f5c317294f5749039d4bd91153e Mon Sep 17 00:00:00 2001 From: James Taylor Date: Thu, 12 Feb 2015 22:03:16 +0000 Subject: [PATCH] Bring pdnssec algs inline with pdnssec source * Changed the algorithms to be inline with shorthand2algorithm() from pdns/pdnssec.c * Might need to clarify what the other algorithms are, too --- docs/markdown/authoritative/settings.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/markdown/authoritative/settings.md b/docs/markdown/authoritative/settings.md index 79cf458fb..bce9cad2e 100644 --- a/docs/markdown/authoritative/settings.md +++ b/docs/markdown/authoritative/settings.md @@ -115,13 +115,12 @@ Must be one of: * dsa * ecc * rsasha1 -* dsa-nsec3-sha1 -* rsasha1-nsec3-sha1 * rsasha256 * rsasha512 * ecc-gost -* ecdsap256sha256 -* ecdsap384sha384 +* ecdsa256 (ECDSA P-256 with SHA256) +* ecdsa384 (ECDSA P-384 with SHA384) +* ed25519 ## `default-ksk-size` * Integer @@ -159,13 +158,12 @@ Must be one of: * dsa * ecc * rsasha1 -* dsa-nsec3-sha1 -* rsasha1-nsec3-sha1 * rsasha256 * rsasha512 * ecc-gost -* ecdsap256sha256 -* ecdsap384sha384 +* ecdsa256 (ECDSA P-256 with SHA256) +* ecdsa384 (ECDSA P-384 with SHA384) +* ed25519 ## `default-zsk-size` * Integer -- 2.40.0