]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
DANE RR -> DANE TLSA RR
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 8 Oct 2012 15:31:20 +0000 (17:31 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 8 Oct 2012 15:31:34 +0000 (17:31 +0200)
NEWS
src/certtool-args.def

diff --git a/NEWS b/NEWS
index f85f9771051569a1bbe46f1ca5a1d07c6c8079d0..648dea49cc06d61fad733168571167483a6113bd 100644 (file)
--- 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
index ac40d78a458b2f22a5baf997d5acc9dfbe46ca57..949cf0c64424afa169bb1f750617b93aab2d617c 100644 (file)
@@ -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