<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libsha2, branch 1.0.1</title>
<subtitle>[Feature complete] SHA-2-family hashing library</subtitle>
<id>https://git.maandree.se/libsha2/atom/?h=1.0.1</id>
<link rel='self' href='https://git.maandree.se/libsha2/atom/?h=1.0.1'/>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsha2/'/>
<updated>2019-02-10T18:18:57Z</updated>
<entry>
<title>Fix HMAC and add tests</title>
<updated>2019-02-10T18:18:57Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2019-02-10T18:18:57Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsha2/commit/?id=3bf8125fce2a7fa71214a03384f2a6dac459ccfc'/>
<id>urn:sha1:3bf8125fce2a7fa71214a03384f2a6dac459ccfc</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Fix warnings</title>
<updated>2019-02-10T17:38:51Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2019-02-10T17:38:51Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsha2/commit/?id=f5027cfbf33eaf2c38b563edb2c2beeeea163bce'/>
<id>urn:sha1:f5027cfbf33eaf2c38b563edb2c2beeeea163bce</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>HMAC: fix support for key lengths that are not multiples of 8</title>
<updated>2019-02-10T17:38:25Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2019-02-10T17:37:36Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsha2/commit/?id=958abe25e6882f772ff4bebfe72cca89b4b0ff8c'/>
<id>urn:sha1:958abe25e6882f772ff4bebfe72cca89b4b0ff8c</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Improve makefile</title>
<updated>2019-02-10T17:09:37Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2019-02-10T17:09:37Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsha2/commit/?id=dbad0c3027a170e51a4a33c381bc24ec2ec8b09b'/>
<id>urn:sha1:dbad0c3027a170e51a4a33c381bc24ec2ec8b09b</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Add tests for HMAC</title>
<updated>2019-02-10T17:05:41Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2019-02-10T17:02:54Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsha2/commit/?id=6a41e6dc9dda34bca8b528fd1a80e82f7ee7e64b'/>
<id>urn:sha1:6a41e6dc9dda34bca8b528fd1a80e82f7ee7e64b</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>...</title>
<updated>2019-02-10T16:55:25Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2019-02-10T16:55:25Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsha2/commit/?id=09e282b3cbd465a808dccc8223c0e0805faf4642'/>
<id>urn:sha1:09e282b3cbd465a808dccc8223c0e0805faf4642</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Minor improvement and man pages for HMAC</title>
<updated>2019-02-10T16:54:09Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2019-02-10T16:54:09Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsha2/commit/?id=6e3af681aa5927d2ab2861e94c0cfea6fa42c0ab'/>
<id>urn:sha1:6e3af681aa5927d2ab2861e94c0cfea6fa42c0ab</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>libsha2.h.0: securely erasing the state</title>
<updated>2019-02-10T16:29:04Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2019-02-10T16:29:04Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsha2/commit/?id=f5af2ea40fe8ab5978a9b63a3e33fab054d77472'/>
<id>urn:sha1:f5af2ea40fe8ab5978a9b63a3e33fab054d77472</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Add libsha2_hmac_[un]marshal</title>
<updated>2019-02-10T16:20:40Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2019-02-10T16:20:40Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsha2/commit/?id=9d4bd0942daca7b705d73de7341834444567b457'/>
<id>urn:sha1:9d4bd0942daca7b705d73de7341834444567b457</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Add HMAC and use void * instead of char * for binary data</title>
<updated>2019-02-10T16:11:30Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2019-02-10T16:10:20Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsha2/commit/?id=32a5ae4e65844615cb3e32aaefcdb7abe4af54c9'/>
<id>urn:sha1:32a5ae4e65844615cb3e32aaefcdb7abe4af54c9</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
</feed>
