]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
GOST and SHA384 hashes in ldns-key2ds man page
authorWillem Toorop <willem@nlnetlabs.nl>
Wed, 7 Dec 2016 10:21:20 +0000 (11:21 +0100)
committerWillem Toorop <willem@nlnetlabs.nl>
Wed, 7 Dec 2016 10:21:20 +0000 (11:21 +0100)
Changelog
examples/ldns-key2ds.1

index 3aa235dcbad7f3fad55a28c897967affc7568e3a..310f8f1d4cee03fbaf86f9ff14fd6a5014311312 100644 (file)
--- a/Changelog
+++ b/Changelog
        * rdata processing for SMIMEA RR type
        * Fix crash in displaying TLSA RR's.
          Thanks Andreas Schulze
+       * Update ldns-key2ds man page to mention GOST and SHA384 hash
+         functions.  Thanks Harald Jenny
 
 1.6.17 2014-01-10
        * Fix ldns_dnssec_zone_new_frm_fp_l to allow the last parsed line of a
index a20ab96fb475d5fc067809ead1e0b69d86e2d865..5571777dbc7a1d2543966889a3b9533346c903bf 100644 (file)
@@ -32,6 +32,13 @@ Use SHA1 as the hash function.
 \fB-2\fR
 Use SHA256 as the hash function
 
+.TP
+\fB-g\fR
+Use GOST as the hash function
+
+.TP
+\fB-4\fR
+Use SHA384 as the hash function
 
 .SH AUTHOR
 Written by the ldns team as an example for ldns usage.