From: Nikos Mavrogiannopoulos Date: Mon, 8 Oct 2012 15:31:20 +0000 (+0200) Subject: DANE RR -> DANE TLSA RR X-Git-Tag: gnutls_3_1_3~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=71b6099c988098f7dd4a7afebd7adfe9357aa958;p=thirdparty%2Fgnutls.git DANE RR -> DANE TLSA RR --- diff --git a/NEWS b/NEWS index f85f977105..648dea49cc 100644 --- a/NEWS +++ b/NEWS @@ -25,7 +25,7 @@ GNUTLS_NO_EXTENSIONS can be used to prevent that. ** libdane: Added. It is a library to provide DANE with DNSSEC certificate verification. -** certtool: The --dane-rr option generates DANE Resource Records (RR). +** certtool: The --dane-rr option generates DANE TLSA Resource Records (RR). ** API and ABI modifications: gnutls_certificate_set_ocsp_status_request_function: Added diff --git a/src/certtool-args.def b/src/certtool-args.def index ac40d78a45..949cf0c644 100644 --- a/src/certtool-args.def +++ b/src/certtool-args.def @@ -525,8 +525,8 @@ To verify a Certificate Revocation List (CRL) do: $ certtool --verify-crl --load-ca-certificate x509-ca.pem < crl.pem @end example -@subheading DANE RR generation -To create a DANE resource record for a CA signed certificate use the following commands. +@subheading DANE TLSA RR generation +To create a DANE TLSA resource record for a CA signed certificate use the following commands. @example $ certtool --dane-rr --dane-host www.example.com --load-certificate cert.pem