From 3159834cb6198f6a8d98760c40587d9ff7fa0f43 Mon Sep 17 00:00:00 2001 From: Bert Hubert Date: Thu, 27 Jan 2011 12:57:00 +0000 Subject: [PATCH] add supported algorithms & digest types git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1917 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- pdns/docs/pdns.xml | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 0a2bf8e31a..05c769ed28 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -9119,7 +9119,7 @@ $ pdnssec rectify-zone NSEC3-narrow - DS (digest type 1, digest type 2) + DS (digest type 1, 2, 3 and provisional point 4) RSASHA1 (algorithm 5, algorithm 7) @@ -9127,6 +9127,15 @@ $ pdnssec rectify-zone RSASHA256 (algorithm 8) + + RSASHA512 (algorithm 10) + + + ECC-GOST (algorithm 12) + + + ECDSA (no codepoints assigned, provisional 13 and 14) + @@ -9151,6 +9160,14 @@ $ pdnssec rectify-zone RFC 5702: Use of SHA-2 Algorithms with RSA in DNSKEY and RRSIG Resource Records for DNSSEC + + RFC 5933: Use of GOST Signature Algorithms in DNSKEY and RRSIG Resource Records for DNSSEC + + + + draft-ietf-dnsext-ecdsa: Elliptic Curve DSA for DNSSEC + + @@ -9278,7 +9295,8 @@ $ pdnssec rectify-zone This two-week interval jumps with one-week increments every Thursday. Why Thursday? POSIX-based operating systems count the time since GMT midnight January 1st of 1970, - which was a Thursday. + which was a Thursday. PowerDNS inception/expiration times are generated based on an integral number of weeks having passed + since the start of the 'epoch'. @@ -9303,7 +9321,7 @@ $ pdnssec rectify-zone - add-zone-key ZONE [ksk|zsk] [bits] [rsasha1|rsasha256] + add-zone-key ZONE [ksk|zsk] [bits] [rsasha1|rsasha256|rsasha512|gost|ecdsa256|ecdsa384] Create a new key for zone ZONE, and make it a KSK or a ZSK, with the specified algorithm. -- 2.47.3