]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
pdnsutil.1 and settings: Add ed448, and remove way-old algorithms
authorMatt Nordhoff <mnordhoff@mattnordhoff.com>
Tue, 13 Nov 2018 13:54:50 +0000 (13:54 +0000)
committerMatt Nordhoff <mnordhoff@mattnordhoff.com>
Tue, 13 Nov 2018 13:54:50 +0000 (13:54 +0000)
docs/manpages/pdnsutil.1.rst
docs/settings.rst

index 7af7fd7a01a3759c85f2a3d591bc158c11291e3b..1d1fcbf2a3adf5511f4c4a14700c9c690d866ef7 100644 (file)
@@ -40,7 +40,6 @@ algorithms are supported:
 -  rsasha1
 -  rsasha256
 -  rsasha512
--  gost
 -  ecdsa256
 -  ecdsa384
 -  ed25519
@@ -72,8 +71,8 @@ generate-zone-key {**KSK**,\ **ZSK**} [*ALGORITHM*] [*KEYBITS*]
     and print it on STDOUT. If *ALGORITHM* is not set, RSASHA512 is
     used. If *KEYBITS* is not set, an appropriate keysize is selected
     for *ALGORITHM*. Each ECC-based algorithm supports only one valid
-    *KEYBITS* value: For GOST, ECDSA256, and ED25519, it is 256; for
-    ECDSA384, it is 384; and for ED448, it is 456.
+    *KEYBITS* value: For ECDSA256 and ED25519, it is 256; for ECDSA384,
+    it is 384; and for ED448, it is 456.
 import-zone-key *ZONE* *FILE* {**KSK**,\ **ZSK**}
     Import from *FILE* a full (private) key for zone called *ZONE*. The
     format used is compatible with BIND and NSD/LDNS. **KSK** or **ZSK**
index 84b2e86858bf946fde1b1b6ff4ea8aaa26ab5a22..548b25d94108dbbe45f5781337e2b80f8c21ef2d 100644 (file)
@@ -288,10 +288,6 @@ The algorithm that should be used for the KSK when running
 :doc:`pdnsutil secure-zone <manpages/pdnsutil.1>` or using the :doc:`Zone API endpoint <http-api/cryptokey>`
 to enable DNSSEC. Must be one of:
 
-* rsamd5
-* dh
-* dsa
-* ecc
 * rsasha1
 * rsasha256
 * rsasha512
@@ -299,6 +295,7 @@ to enable DNSSEC. Must be one of:
 * ecdsa256 (ECDSA P-256 with SHA256)
 * ecdsa384 (ECDSA P-384 with SHA384)
 * ed25519
+* ed448
 
 .. note::
   Actual supported algorithms depend on the crypto-libraries
@@ -384,10 +381,6 @@ The algorithm that should be used for the ZSK when running
 :doc:`pdnsutil secure-zone <manpages/pdnsutil.1>` or using the :doc:`Zone API endpoint <http-api/cryptokey>`
 to enable DNSSEC. Must be one of:
 
-* rsamd5
-* dh
-* dsa
-* ecc
 * rsasha1
 * rsasha256
 * rsasha512
@@ -395,6 +388,7 @@ to enable DNSSEC. Must be one of:
 * ecdsa256 (ECDSA P-256 with SHA256)
 * ecdsa384 (ECDSA P-384 with SHA384)
 * ed25519
+* ed448
 
 .. note::
   Actual supported algorithms depend on the crypto-libraries