From: Matthijs Mekking Date: Thu, 5 Sep 2019 10:14:55 +0000 (+0200) Subject: Sync options in dnssec-keygen X-Git-Tag: v9.15.6~26^2~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48ce026dc9e2b1aacfe47020ba23df2173653bf3;p=thirdparty%2Fbind9.git Sync options in dnssec-keygen Code and documentation were not in line: - Remove -z option from code - Remove -k option from docbook - Add -d option to docbook - Add -T option to docbook --- diff --git a/bin/dnssec/dnssec-keygen.c b/bin/dnssec/dnssec-keygen.c index 85362db2a1d..8a7869c64fc 100644 --- a/bin/dnssec/dnssec-keygen.c +++ b/bin/dnssec/dnssec-keygen.c @@ -367,9 +367,6 @@ main(int argc, char **argv) { if (*endp != '\0') fatal("-v must be followed by a number"); break; - case 'z': - /* already the default */ - break; case 'G': genonly = true; break; diff --git a/bin/dnssec/dnssec-keygen.docbook b/bin/dnssec/dnssec-keygen.docbook index 5833b798419..f194631db34 100644 --- a/bin/dnssec/dnssec-keygen.docbook +++ b/bin/dnssec/dnssec-keygen.docbook @@ -66,6 +66,7 @@ + @@ -74,7 +75,6 @@ - @@ -84,6 +84,7 @@ + @@ -207,6 +208,18 @@ + + -d bits + + + Key size in bits. For the algorithms RSASHA1, NSEC3RSASA1, + RSASHA256 and RSASHA512 the key size must be in range 1024-4096. + DH size is between 128 and 4096. This option is ignored for + algorithms ECDSAP256SHA256, ECDSAP384SHA384, ED25519 and ED448. + + + + -E engine