comparison mod_s2s_auth_dnssec_srv.wiki @ 378:3f73ea0fef1c

mod_s2s_auth_dnssec_srv: Google code wiki blah can't have links spanning multiple lines? Pfft!
author Kim Alvefur <zash@zash.se>
date Sat, 29 Jun 2013 22:36:20 +0200
parents 3091da6fa21d
children dc20cb1bb874
comparison
equal deleted inserted replaced
377:3091da6fa21d 378:3f73ea0fef1c
1 #summary Secure Delegation using DNS SRV 1 #summary Secure Delegation using DNS SRV
2 2
3 = Introduction = 3 = Introduction =
4 4
5 This module implements Secure Delegation using DNS SRV as described in 5 This module implements Secure Delegation using DNS SRV as described in
6 [http://tools.ietf.org/html/draft-miller-xmpp-dnssec-prooftype Using DNS 6 [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].
7 Security Extensions (DNSSEC) and DNS-based Authentication of Named
8 Entities (DANE) as a Prooftype for XMPP Domain Name Associations].
9 7
10 = Dependecies = 8 = Dependecies =
11 9
12 This module requires a DNSSEC aware DNS resolver. Prosodys internal DNS 10 This module requires a DNSSEC aware DNS resolver. Prosodys internal DNS
13 module does not support DNSSEC. Therefore, to use this module, a 11 module does not support DNSSEC. Therefore, to use this module, a
14 replacement is needed, such as [https://github.com/Zash/luaunbound this 12 replacement is needed, such as
15 libunbound and LuaJIT FFI based one]. 13 [https://github.com/Zash/luaunbound this libunbound and LuaJIT FFI based one].
16 14
17 = Configuration = 15 = Configuration =
18 16
19 This module has no options. Just add it to `modules_enabled`; 17 This module has no options. Just add it to `modules_enabled`;
20 18