<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/bitbot.git/modules/sasl/scram.py, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/bitbot.git/atom/modules/sasl/scram.py?h=master</id>
<link rel='self' href='https://cgit.space/~steering/bitbot.git/atom/modules/sasl/scram.py?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/'/>
<updated>2019-06-03T11:44:04Z</updated>
<entry>
<title>Prefix names for all IRCv3 modules with "ircv3_"</title>
<updated>2019-06-03T11:44:04Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-06-03T11:44:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=9a8b345c53e852d7092197cee084d0d3c02bc0ff'/>
<id>urn:sha1:9a8b345c53e852d7092197cee084d0d3c02bc0ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't duplicate `"other-error"` (sasl.scram)</title>
<updated>2019-02-24T09:04:42Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-02-24T09:04:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=f3f6102dbc28a0df8789cf0130469110a800b7ae'/>
<id>urn:sha1:f3f6102dbc28a0df8789cf0130469110a800b7ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Typo in comment, 'of' -&gt; 'or' (sasl.scram)</title>
<updated>2019-02-15T20:12:13Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-02-15T20:12:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=e1ceed2907867fb9681adb18c3664866c06174d7'/>
<id>urn:sha1:e1ceed2907867fb9681adb18c3664866c06174d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SCRAM.error should be within standardised errors (put raw in self.raw_error)</title>
<updated>2019-02-15T20:09:32Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-02-15T20:09:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=686d852e2b2e034a5a68c04c2e7d6ccc599afaab'/>
<id>urn:sha1:686d852e2b2e034a5a68c04c2e7d6ccc599afaab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>`hmac.digest` -&gt; `hmac.new` (the former is too new) (sasl.scram)</title>
<updated>2019-02-15T01:21:39Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-02-15T01:21:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=a7d3fd93fc901de46fee0d3d9ce4b6422408965d'/>
<id>urn:sha1:a7d3fd93fc901de46fee0d3d9ce4b6422408965d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Never allow use of MD2 (sasl.scram)</title>
<updated>2019-02-12T23:52:09Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-02-12T23:52:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=460d56eb74828cde6015e5e10e4dcf1cbc5ad781'/>
<id>urn:sha1:460d56eb74828cde6015e5e10e4dcf1cbc5ad781</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SCRAM doesn't need constant_time_compare, nonces prevent replay (scram.py)</title>
<updated>2019-02-12T23:47:24Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-02-12T23:47:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=ac958384fe4faf6e96c5072129f09b3ebaa954e4'/>
<id>urn:sha1:ac958384fe4faf6e96c5072129f09b3ebaa954e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move constant-time compare function to utils.security</title>
<updated>2019-02-12T11:57:49Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-02-12T11:57:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=9667b8a6e08b57db952162c28a7a079068dfdd04'/>
<id>urn:sha1:9667b8a6e08b57db952162c28a7a079068dfdd04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use `hmac.compare_digest` to do a constant-time compare (sasl.scram)</title>
<updated>2019-02-12T11:50:37Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-02-12T11:50:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=305b998a524da30587e046c313c5ae7d5be122bb'/>
<id>urn:sha1:305b998a524da30587e046c313c5ae7d5be122bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't use string concat when we're already using %s formatting (sasl.scram)</title>
<updated>2019-02-06T23:04:26Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-02-06T23:04:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=7dd1eca7ae6612f918acedaa7eb9fbe8af762172'/>
<id>urn:sha1:7dd1eca7ae6612f918acedaa7eb9fbe8af762172</id>
<content type='text'>
</content>
</entry>
</feed>
