From: Willem Toorop Date: Wed, 7 Dec 2016 10:21:20 +0000 (+0100) Subject: GOST and SHA384 hashes in ldns-key2ds man page X-Git-Tag: release-1.7.0~2^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db9e3f147614d9407e685dc4863e05dc3ffdf8eb;p=thirdparty%2Fldns.git GOST and SHA384 hashes in ldns-key2ds man page --- diff --git a/Changelog b/Changelog index 3aa235dc..310f8f1d 100644 --- a/Changelog +++ b/Changelog @@ -103,6 +103,8 @@ * 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 diff --git a/examples/ldns-key2ds.1 b/examples/ldns-key2ds.1 index a20ab96f..5571777d 100644 --- a/examples/ldns-key2ds.1 +++ b/examples/ldns-key2ds.1 @@ -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.