<?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: spec/util_jwt_spec.lua history</title>
    <description>spec/util_jwt_spec.lua revision history</description>
    <item>
    <title>util.jwt: Add support for ES512 (+ tests)</title>
    <link>http://hg.omfa.de/prosody-hg/log/ad4ab01f9b11/spec/util_jwt_spec.lua</link>
    <description><![CDATA[util.jwt: Add support for ES512 (+ tests)]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 29 Sep 2022 23:17:42 +0100</pubDate>
</item>
<item>
    <title>util.jwt: All the algorithms (+ all the tests!)</title>
    <link>http://hg.omfa.de/prosody-hg/log/31a2bd84191d/spec/util_jwt_spec.lua</link>
    <description><![CDATA[util.jwt: All the algorithms (+ all the tests!)<br/>
<br/>
Except 'none'. Not implementing that one.]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sat, 02 Jul 2022 15:29:04 +0100</pubDate>
</item>
<item>
    <title>util.jwt: Overhaul of tests to use declarative approach</title>
    <link>http://hg.omfa.de/prosody-hg/log/8e402a2ae1b8/spec/util_jwt_spec.lua</link>
    <description><![CDATA[util.jwt: Overhaul of tests to use declarative approach<br/>
<br/>
Now we can consistently apply the same tests to every algorithm, instead of<br/>
duplicating code.]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sat, 02 Jul 2022 14:22:20 +0100</pubDate>
</item>
<item>
    <title>spec: Move test crypto keys to a shared file for clarity and easy maintenance</title>
    <link>http://hg.omfa.de/prosody-hg/log/899c057781cd/spec/util_jwt_spec.lua</link>
    <description><![CDATA[spec: Move test crypto keys to a shared file for clarity and easy maintenance]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sat, 02 Jul 2022 12:36:52 +0100</pubDate>
</item>
<item>
    <title>util.jwt: Add support for RSA-based algorithms (RS256, PS256)</title>
    <link>http://hg.omfa.de/prosody-hg/log/b3d0c1457584/spec/util_jwt_spec.lua</link>
    <description><![CDATA[util.jwt: Add support for RSA-based algorithms (RS256, PS256)]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sat, 02 Jul 2022 12:26:43 +0100</pubDate>
</item>
<item>
    <title>util.jwt: Add support/tests for ES256 via improved API and using util.crypto</title>
    <link>http://hg.omfa.de/prosody-hg/log/27a72982e331/spec/util_jwt_spec.lua</link>
    <description><![CDATA[util.jwt: Add support/tests for ES256 via improved API and using util.crypto<br/>
<br/>
In many cases code will be either signing or verifying. With asymmetric<br/>
algorithms it's clearer and more efficient to just state that once, instead of<br/>
passing keys (and possibly other parameters) with every sign/verify call.<br/>
<br/>
This also allows earlier validation of the key used.<br/>
<br/>
The previous (HS256-only) sign/verify methods continue to be exposed for<br/>
backwards-compatibility.]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 01 Jul 2022 18:51:15 +0100</pubDate>
</item>
<item>
    <title>util.jwt: Remove unused return value from tests [luacheck]</title>
    <link>http://hg.omfa.de/prosody-hg/log/4eee1aaa9405/spec/util_jwt_spec.lua</link>
    <description><![CDATA[util.jwt: Remove unused return value from tests [luacheck]]]></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>Mon, 24 Feb 2020 09:10:28 +0100</pubDate>
</item>
<item>
    <title>util.jwt: Basic JSON Web Token library supporting HS256 tokens</title>
    <link>http://hg.omfa.de/prosody-hg/log/c4ded3be7cc0/spec/util_jwt_spec.lua</link>
    <description><![CDATA[util.jwt: Basic JSON Web Token library supporting HS256 tokens]]></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>Mon, 24 Feb 2020 01:24:25 +0100</pubDate>
</item>

  </channel>
</rss>
