From: James Taylor Date: Thu, 12 Feb 2015 22:03:16 +0000 (+0000) Subject: Bring pdnssec algs inline with pdnssec source X-Git-Tag: dnsdist-1.0.0-alpha1~306^2~11^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a9431c4c8778f5c317294f5749039d4bd91153e;p=pdns 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 --- 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