]> git.eshelyaron.com Git - emacs.git/commitdiff
Support Certification Authority Authorization in dns-mode.el
authorDaniel Lublin <daniel@lublin.se>
Fri, 27 Oct 2017 13:59:42 +0000 (16:59 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 27 Oct 2017 13:59:42 +0000 (16:59 +0300)
* lisp/textmodes/dns-mode.el (dns-mode-types): Add "CAA".
(Bug#28911)

Copyright-paperwork-exempt: yes

lisp/textmodes/dns-mode.el

index df03beaa9a388f69a1d7b2af802f85fca6779c1b..6b668a62674d3859084309641341a1feb01e950c 100644 (file)
@@ -35,6 +35,7 @@
 ;; RFC 5155, "DNS Security (DNSSEC) Hashed Authenticated Denial of Existence"
 ;; RFC 6698, "The DNS-Based Authentication of Named Entities (DANE)
 ;;             Transport Layer Security (TLS) Protocol: TLSA"
+;; RFC 6844, "DNS Certification Authority Authorization (CAA) Resource Record"
 
 ;;; Release history:
 
@@ -62,7 +63,7 @@
                           "A6" "DNAME" "SINK" "OPT" "APL" "DS" "SSHFP"
                           "RRSIG" "NSEC" "DNSKEY" "UINFO" "UID" "GID"
                           "UNSPEC" "TKEY" "TSIG" "IXFR" "AXFR" "MAILB"
-                          "MAILA" "TLSA" "NSEC3")
+                          "MAILA" "TLSA" "NSEC3" "CAA")
   "List of strings with known DNS types.")
 
 (defface dns-mode-control-entity '((t :inherit font-lock-keyword-face))