changeset 440:6e91b7ab36c1

update
author Kim Alvefur <zash@zash.se>
date Tue, 18 Mar 2014 15:10:53 +0100
parents c51d25707d4c
children 80ce8d7f7f56
files mod_s2s_auth_dane.wiki
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/mod_s2s_auth_dane.wiki	Thu Mar 13 15:42:32 2014 +0000
+++ b/mod_s2s_auth_dane.wiki	Tue Mar 18 15:10:53 2014 +0100
@@ -6,10 +6,6 @@
 This module implements DANE as described in 
 [http://tools.ietf.org/html/draft-miller-xmpp-dnssec-prooftype Using DNS Security Extensions (DNSSEC) and DNS-based Authentication of Named Entities (DANE) as a Prooftype for XMPP Domain Name Associations].
 
-However it covers only outgoing server-to-server connections.
-
-For incoming connections, an experimental method is used, but requires another TLSA record.
-
 = Dependecies =
 
 This module requires a DNSSEC aware DNS resolver.  Prosodys internal DNS 
@@ -33,7 +29,6 @@
 {{{
 _xmpp-server._tcp IN SRV 0 0 5269 xmpp
 _5269._tcp.xmpp IN TLSA 3 0 1 E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855
-_xmpp-server IN TLSA 3 0 1 E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855
 }}}
 
 = Compatibility =