<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://hg.omfa.de/prosody-hg/</link>
    <language>en-us</language>

    <title>prosody-hg: plugins/mod_s2s_auth_dane_in.lua history</title>
    <description>plugins/mod_s2s_auth_dane_in.lua revision history</description>
    <item>
    <title>Merge 13.0-&gt;trunk</title>
    <link>http://hg.omfa.de/prosody-hg/log/b5eeb6730721/plugins/mod_s2s_auth_dane_in.lua</link>
    <description><![CDATA[Merge 13.0-&gt;trunk]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 22 Mar 2026 11:28:52 +0100</pubDate>
</item>
<item>
    <title>mod_s2s_auth_dane_in: Don't attempt DANCE with IP addresses (fixes #1988)</title>
    <link>http://hg.omfa.de/prosody-hg/log/4ed802e45af6/plugins/mod_s2s_auth_dane_in.lua</link>
    <description><![CDATA[mod_s2s_auth_dane_in: Don't attempt DANCE with IP addresses (fixes #1988)<br/>
<br/>
DNS lookups based on IP addresses do not work.<br/>
<br/>
Backported from b0c31a5d8276]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 22 Mar 2026 11:20:42 +0100</pubDate>
</item>
<item>
    <title>mod_s2s_auth_dane_in: Don't attempt DANCE with IP addresses</title>
    <link>http://hg.omfa.de/prosody-hg/log/b0c31a5d8276/plugins/mod_s2s_auth_dane_in.lua</link>
    <description><![CDATA[mod_s2s_auth_dane_in: Don't attempt DANCE with IP addresses<br/>
<br/>
DNS lookups based on IP addresses do not work.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Fri, 30 Jan 2026 22:02:31 +0100</pubDate>
</item>
<item>
    <title>Merge 13.0-&gt;trunk</title>
    <link>http://hg.omfa.de/prosody-hg/log/7fdf7645b0da/plugins/mod_s2s_auth_dane_in.lua</link>
    <description><![CDATA[Merge 13.0-&gt;trunk]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Tue, 05 Aug 2025 22:35:01 +0200</pubDate>
</item>
<item>
    <title>mod_s2s_auth_dane_in: Fix caching SHA2-512 hash</title>
    <link>http://hg.omfa.de/prosody-hg/log/e6087c733899/plugins/mod_s2s_auth_dane_in.lua</link>
    <description><![CDATA[mod_s2s_auth_dane_in: Fix caching SHA2-512 hash<br/>
<br/>
This unintentionally stored the SHA2-512 hash in the slot for SHA2-256,<br/>
so that if something compares the same entry again against a SHA2-256<br/>
hash it would fail. However a matching SHA2-512 entry should still<br/>
match. RFC 7671 RECOMMENDS SHA2-256 so SHA2-512 entries are expected to<br/>
be less common. DANE support not being enabled by default. Expected<br/>
impact is low.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Tue, 05 Aug 2025 21:49:58 +0200</pubDate>
</item>
<item>
    <title>mod_s2s_auth_dane_in: Skip further TLSA lookups if the first is insecure</title>
    <link>http://hg.omfa.de/prosody-hg/log/d7e907830260/plugins/mod_s2s_auth_dane_in.lua</link>
    <description><![CDATA[mod_s2s_auth_dane_in: Skip further TLSA lookups if the first is insecure<br/>
<br/>
Because the later ones wouldn't be secure either.<br/>
<br/>
Code reduction and fewer DNS lookups that should result in a speedup.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Fri, 20 Jun 2025 13:33:09 +0200</pubDate>
</item>
<item>
    <title>mod_s2s_auth_dane_in: Try single TLSA lookup per draft-ietf-dance-client-auth</title>
    <link>http://hg.omfa.de/prosody-hg/log/b1e2dd6e735b/plugins/mod_s2s_auth_dane_in.lua</link>
    <description><![CDATA[mod_s2s_auth_dane_in: Try single TLSA lookup per draft-ietf-dance-client-auth<br/>
<br/>
Moves some complexity from the implementation into DNS operations.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Thu, 11 Jan 2024 07:54:11 +0100</pubDate>
</item>
<item>
    <title>mod_s2s_auth_dane_in: Simplify result processing</title>
    <link>http://hg.omfa.de/prosody-hg/log/d8e885db9851/plugins/mod_s2s_auth_dane_in.lua</link>
    <description><![CDATA[mod_s2s_auth_dane_in: Simplify result processing<br/>
<br/>
Fewer loops]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Thu, 11 Jan 2024 07:53:06 +0100</pubDate>
</item>
<item>
    <title>mod_s2s_auth_dane_in: Bail out on explicit service denial</title>
    <link>http://hg.omfa.de/prosody-hg/log/28211ed70b4c/plugins/mod_s2s_auth_dane_in.lua</link>
    <description><![CDATA[mod_s2s_auth_dane_in: Bail out on explicit service denial]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 12 Nov 2023 00:35:22 +0100</pubDate>
</item>
<item>
    <title>mod_s2s_auth_dane_in: DANE support for s2sin</title>
    <link>http://hg.omfa.de/prosody-hg/log/7264c4d16072/plugins/mod_s2s_auth_dane_in.lua</link>
    <description><![CDATA[mod_s2s_auth_dane_in: DANE support for s2sin<br/>
<br/>
Complements the DANE support for outgoing connections included in<br/>
net.connect]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Wed, 01 Nov 2023 22:49:56 +0100</pubDate>
</item>

  </channel>
</rss>
