<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libnitrokey/unittest, branch qmake-version</title>
<subtitle>Robin Krahl's fork of libnitrokey</subtitle>
<id>https://git.ireas.org/libnitrokey/atom?h=qmake-version</id>
<link rel='self' href='https://git.ireas.org/libnitrokey/atom?h=qmake-version'/>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/'/>
<updated>2018-06-19T13:04:48Z</updated>
<entry>
<title>Add offline test for version getter</title>
<updated>2018-06-19T13:04:48Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2018-06-19T13:04:48Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=57c0b8c1235c5bff3640e85a8e17be20e8f422f3'/>
<id>urn:sha1:57c0b8c1235c5bff3640e85a8e17be20e8f422f3</id>
<content type='text'>
Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
<entry>
<title>Skip test for devices with firmware lower than v0.9</title>
<updated>2018-05-24T13:22:48Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2018-05-24T13:22:48Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=d5afa492be65f509345617f139c1600980bb6cce'/>
<id>urn:sha1:d5afa492be65f509345617f139c1600980bb6cce</id>
<content type='text'>
Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
<entry>
<title>Add authorization tests</title>
<updated>2018-05-21T17:33:27Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2018-05-21T17:33:27Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=f3ebcb225d924df1a9f7761ee31d180d11b8cc0d'/>
<id>urn:sha1:f3ebcb225d924df1a9f7761ee31d180d11b8cc0d</id>
<content type='text'>
Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
<entry>
<title>Fix include path for NK_C_API.h in test_strdup.cpp</title>
<updated>2018-05-19T15:11:49Z</updated>
<author>
<name>Robin Krahl</name>
<email>me@robin-krahl.de</email>
</author>
<published>2018-05-18T07:13:00Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=8cbcf66269022178faa230f78c7f7bf6cf0800a6'/>
<id>urn:sha1:8cbcf66269022178faa230f78c7f7bf6cf0800a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement suggested tests</title>
<updated>2018-04-19T12:59:50Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2018-04-19T12:59:50Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=d2db195bbe73044681cd6b1ca242de23c57ea917'/>
<id>urn:sha1:d2db195bbe73044681cd6b1ca242de23c57ea917</id>
<content type='text'>
Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
<entry>
<title>Fix compilation warnings for tests</title>
<updated>2018-04-19T10:11:09Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2018-04-19T09:59:12Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=bc4e9c7bcfd7d7b3f62b23e583ef216a05975e80'/>
<id>urn:sha1:bc4e9c7bcfd7d7b3f62b23e583ef216a05975e80</id>
<content type='text'>
Cleanup CMakeList a bit as well.
Fixes #97

Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
<entry>
<title>Tests: skip reading custom-type based function header</title>
<updated>2018-04-10T07:30:32Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2018-04-10T07:30:32Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=53599e95a5f0f1d9fed18c9b4418e6f506f5a973'/>
<id>urn:sha1:53599e95a5f0f1d9fed18c9b4418e6f506f5a973</id>
<content type='text'>
Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
<entry>
<title>Null-terminate the argument for strtoul</title>
<updated>2018-04-10T05:58:32Z</updated>
<author>
<name>Robin Krahl</name>
<email>me@robin-krahl.de</email>
</author>
<published>2018-04-04T13:06:03Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=2f7b58abcee6ef32a927b3bd43070bbea205656b'/>
<id>urn:sha1:2f7b58abcee6ef32a927b3bd43070bbea205656b</id>
<content type='text'>
As discussed in issue #95, the buffer passed to strtoul must be
null-terminated.  This patch null-terminates the buffer used in
hexStringToByte in the test_HOTP unit test to avoid a buffer over-read.
</content>
</entry>
<entry>
<title>Add missing licenses</title>
<updated>2018-03-13T07:57:13Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2018-03-13T07:52:51Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=22a2e94a482f32415c8e130b64be58f090c52ac5'/>
<id>urn:sha1:22a2e94a482f32415c8e130b64be58f090c52ac5</id>
<content type='text'>
Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
<entry>
<title>Correct firmware version getting in Pro tests</title>
<updated>2018-03-02T10:13:08Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2018-03-01T18:41:35Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=c3d615b659b608f3a1d624f6fc78c303efbe1f8e'/>
<id>urn:sha1:c3d615b659b608f3a1d624f6fc78c303efbe1f8e</id>
<content type='text'>
Done for Pro devices

Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
</feed>
