<?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_certs.lua history</title>
    <description>plugins/mod_s2s_auth_certs.lua revision history</description>
    <item>
    <title>mod_s2s_auth_certs: Handle potential string error</title>
    <link>http://hg.omfa.de/prosody-hg/log/3c219effe707/plugins/mod_s2s_auth_certs.lua</link>
    <description><![CDATA[mod_s2s_auth_certs: Handle potential string error<br/>
<br/>
conn:ssl_peerverification() can now return a single error in case the<br/>
connection has been closed for whatever reason]]></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, 21 Feb 2024 21:29:16 +0100</pubDate>
</item>
<item>
    <title>mod_s2s_auth_certs: Remove LuaSec compat that moved to net.server</title>
    <link>http://hg.omfa.de/prosody-hg/log/874600c982bd/plugins/mod_s2s_auth_certs.lua</link>
    <description><![CDATA[mod_s2s_auth_certs: Remove LuaSec compat that moved to net.server]]></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>Sat, 04 Nov 2023 17:12:01 +0100</pubDate>
</item>
<item>
    <title>plugins: Prefix module imports with prosody namespace</title>
    <link>http://hg.omfa.de/prosody-hg/log/74b9e05af71e/plugins/mod_s2s_auth_certs.lua</link>
    <description><![CDATA[plugins: Prefix module imports with prosody namespace]]></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, 24 Mar 2023 13:15:28 +0100</pubDate>
</item>
<item>
    <title>mod_s2s_auth_certs: Validate certificates against secure SRV targets</title>
    <link>http://hg.omfa.de/prosody-hg/log/02f8b10d73e8/plugins/mod_s2s_auth_certs.lua</link>
    <description><![CDATA[mod_s2s_auth_certs: Validate certificates against secure SRV targets<br/>
<br/>
Secure delegation or &quot;Mini-DANE&quot;<br/>
<br/>
As with the existing DANE support, only usable in one direction, client<br/>
certificate authentication will fail if this is relied on.]]></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, 22 Dec 2022 00:13:37 +0100</pubDate>
</item>
<item>
    <title>Revert unintentionally committed parts of 12bd40b8e105</title>
    <link>http://hg.omfa.de/prosody-hg/log/b2d422b88cd6/plugins/mod_s2s_auth_certs.lua</link>
    <description><![CDATA[Revert unintentionally committed parts of 12bd40b8e105]]></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, 21 Dec 2022 21:34:07 +0100</pubDate>
</item>
<item>
    <title>mod_c2s,mod_s2s: Adapt to XEP-xxxx: Stream Limits Advertisement</title>
    <link>http://hg.omfa.de/prosody-hg/log/12bd40b8e105/plugins/mod_s2s_auth_certs.lua</link>
    <description><![CDATA[mod_c2s,mod_s2s: Adapt to XEP-xxxx: Stream Limits Advertisement<br/>
<br/>
Thanks MattJ]]></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, 20 Oct 2022 14:04:56 +0200</pubDate>
</item>
<item>
    <title>net: isolate LuaSec-specifics</title>
    <link>http://hg.omfa.de/prosody-hg/log/7e9ebdc75ce4/plugins/mod_s2s_auth_certs.lua</link>
    <description><![CDATA[net: isolate LuaSec-specifics<br/>
<br/>
For this, various accessor functions are now provided directly on the<br/>
sockets, which reach down into the LuaSec implementation to obtain the<br/>
information.<br/>
<br/>
While this may seem of little gain at first, it hides the implementation<br/>
detail of the LuaSec+LuaSocket combination that the actual socket and<br/>
the TLS layer are separate objects.<br/>
<br/>
The net gain here is that an alternative implementation does not have to<br/>
emulate that specific implementation detail and &quot;only&quot; has to expose<br/>
LuaSec-compatible data structures on the new functions.]]></description>
    <author>&#74;&#111;&#110;&#97;&#115;&#32;&#83;&#99;&#104;&#228;&#102;&#101;&#114;&#32;&#60;&#106;&#111;&#110;&#97;&#115;&#64;&#119;&#105;&#101;&#108;&#105;&#99;&#107;&#105;&#46;&#110;&#97;&#109;&#101;&#62;</author>
    <pubDate>Wed, 27 Apr 2022 17:44:14 +0200</pubDate>
</item>
<item>
    <title>mod_s2s_auth_certs: Collect stats on validation results (for #975)</title>
    <link>http://hg.omfa.de/prosody-hg/log/a405884c62f4/plugins/mod_s2s_auth_certs.lua</link>
    <description><![CDATA[mod_s2s_auth_certs: Collect stats on validation results (for #975)]]></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 Oct 2021 16:30:41 +0200</pubDate>
</item>
<item>
    <title>mod_s2s_auth_certs: Save chain validation errors for later use</title>
    <link>http://hg.omfa.de/prosody-hg/log/6c3fccb75b38/plugins/mod_s2s_auth_certs.lua</link>
    <description><![CDATA[mod_s2s_auth_certs: Save chain validation errors for later use]]></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, 27 Nov 2019 23:23:25 +0100</pubDate>
</item>
<item>
    <title>Remove COMPAT with temporary luasec fork</title>
    <link>http://hg.omfa.de/prosody-hg/log/77f900bbbf25/plugins/mod_s2s_auth_certs.lua</link>
    <description><![CDATA[Remove COMPAT with temporary luasec fork<br/>
<br/>
The changes in the temporary fork were merged into mainline luasec ca<br/>
2013 and included in the 0.5 release in 2014.]]></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, 25 Aug 2019 23:12:55 +0200</pubDate>
</item>
<item>
    <title>mod_s2s_auth_certs: Warn about lack of certificate (Mostly jabberd14 not sending a client certificate)</title>
    <link>http://hg.omfa.de/prosody-hg/log/84e7e418c29a/plugins/mod_s2s_auth_certs.lua</link>
    <description><![CDATA[mod_s2s_auth_certs: Warn about lack of certificate (Mostly jabberd14 not sending a client certificate)]]></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, 29 Aug 2014 02:24:49 +0200</pubDate>
</item>
<item>
    <title>mod_s2s_auth_certs: Pick a logging function once and stick with it</title>
    <link>http://hg.omfa.de/prosody-hg/log/17344d25a0f6/plugins/mod_s2s_auth_certs.lua</link>
    <description><![CDATA[mod_s2s_auth_certs: Pick a logging function once and stick with it]]></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, 25 Jul 2014 21:03:16 +0200</pubDate>
</item>
<item>
    <title>mod_s2s_auth_certs: Split PKIX based certificate checking from mod_s2s into new plugin</title>
    <link>http://hg.omfa.de/prosody-hg/log/92d009af6eba/plugins/mod_s2s_auth_certs.lua</link>
    <description><![CDATA[mod_s2s_auth_certs: Split PKIX based certificate checking from mod_s2s into new plugin]]></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, 25 Jul 2014 20:41:54 +0200</pubDate>
</item>

  </channel>
</rss>
