<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libnitrokey/unittest, branch get_status</title>
<subtitle>Robin Krahl's fork of libnitrokey</subtitle>
<id>https://git.ireas.org/libnitrokey/atom?h=get_status</id>
<link rel='self' href='https://git.ireas.org/libnitrokey/atom?h=get_status'/>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/'/>
<updated>2020-01-05T23:51:28Z</updated>
<entry>
<title>test_pro: Extend test_get_status test case</title>
<updated>2020-01-05T23:51:28Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2020-01-05T23:36:07Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=1ba9938837a726580728c64bdd77d9676c98a020'/>
<id>urn:sha1:1ba9938837a726580728c64bdd77d9676c98a020</id>
<content type='text'>
This patch extends the test_get_status test case to check the content of
the returned status struct.  The firmware version, serial number and
config should match the values returned by the NK_*_firmware_version,
NK_device_serial_number and NK_read_config functions.

This does not work for the Nitrokey Storage, which will be fixed in the
next patch.
</content>
</entry>
<entry>
<title>Add numbers to generated OTP slot names</title>
<updated>2019-06-25T07:21:16Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2019-06-25T07:21:16Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=0cf995e79221fa2e88801fb910eba8aacf54d58a'/>
<id>urn:sha1:0cf995e79221fa2e88801fb910eba8aacf54d58a</id>
<content type='text'>
Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
<entry>
<title>Cleanup: replace magic numbers. Correct copyright dates.</title>
<updated>2019-06-24T09:23:44Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2019-06-24T09:23:41Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=b1b851658ab720462f0c5b46d9cc7661be6cf493'/>
<id>urn:sha1:b1b851658ab720462f0c5b46d9cc7661be6cf493</id>
<content type='text'>
Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
<entry>
<title>Add simple CLI tool to enable firmware update mode on NK Storage</title>
<updated>2019-06-24T09:22:08Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2019-06-24T09:22:08Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=77f92145ddf80cab397cb7db2c654f384db5401a'/>
<id>urn:sha1:77f92145ddf80cab397cb7db2c654f384db5401a</id>
<content type='text'>
Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
<entry>
<title>Collect received OTP codes for all slots and print them</title>
<updated>2019-06-22T15:31:16Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2019-06-22T15:05:04Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=1fed3fd903da061a58d846f92161b60b711d8df5'/>
<id>urn:sha1:1fed3fd903da061a58d846f92161b60b711d8df5</id>
<content type='text'>
Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
<entry>
<title>Add another test for reading and writing OTP slots</title>
<updated>2019-06-22T15:31:13Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2019-06-22T13:37:10Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=926909f7dfdf5620a28a1600a173d8b0e2041bc2'/>
<id>urn:sha1:926909f7dfdf5620a28a1600a173d8b0e2041bc2</id>
<content type='text'>
Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
<entry>
<title>Test writing edge OTP slots</title>
<updated>2019-06-22T15:31:02Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2019-06-22T06:59:46Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=89187c76143c981819c380e5f163308a0e5e6702'/>
<id>urn:sha1:89187c76143c981819c380e5f163308a0e5e6702</id>
<content type='text'>
This tests encountered bug in the Storage v0.54 RC.
Write either TOTP15 or HOTP1, and try to access the other.

Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
<entry>
<title>Add HOTP counter tests</title>
<updated>2019-06-19T12:41:26Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2019-06-19T12:32:24Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=12c4198187de476a4e27da16c7b8737e6550973a'/>
<id>urn:sha1:12c4198187de476a4e27da16c7b8737e6550973a</id>
<content type='text'>
Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
<entry>
<title>Tests: correct the model getting</title>
<updated>2019-06-18T17:17:02Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2019-06-18T17:16:58Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=2c749223714c4d7815ca6b2d1888169a864a0fec'/>
<id>urn:sha1:2c749223714c4d7815ca6b2d1888169a864a0fec</id>
<content type='text'>
Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
<entry>
<title>Extend TOTP time test up to 64 bits</title>
<updated>2019-06-14T16:21:24Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2019-06-14T16:21:24Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=0275ebc610b255e3519baf866438244f288576bc'/>
<id>urn:sha1:0275ebc610b255e3519baf866438244f288576bc</id>
<content type='text'>
Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
</feed>
