<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libnitrokey, branch fix/progress-bar-error</title>
<subtitle>Robin Krahl's fork of libnitrokey</subtitle>
<id>https://git.ireas.org/libnitrokey/atom?h=fix%2Fprogress-bar-error</id>
<link rel='self' href='https://git.ireas.org/libnitrokey/atom?h=fix%2Fprogress-bar-error'/>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/'/>
<updated>2019-01-14T18:03:53Z</updated>
<entry>
<title>Return -2 if an error occured in NK_get_progress_bar_value</title>
<updated>2019-01-14T18:03:53Z</updated>
<author>
<name>Robin Krahl</name>
<email>me@robin-krahl.de</email>
</author>
<published>2019-01-14T18:03:53Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=be6fd465ded13b4dd5b8ea10834a296efb8f1424'/>
<id>urn:sha1:be6fd465ded13b4dd5b8ea10834a296efb8f1424</id>
<content type='text'>
NK_get_progress_bar_value returns the progress value from 0 to 100 or -1
if there is no pending operation.  In the previous implementation, it
also returned zero if an error occurred, making it impossible to
distinguish progress zero and an error.  Therefore, we change the return
value to -2 if an error occured.
</content>
</entry>
<entry>
<title>Merge branch 'cpp_tests_update'</title>
<updated>2019-01-02T13:26:34Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2019-01-02T13:26:34Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=1f3da5c76acb20b2183ac52373ed3b0b63e1151e'/>
<id>urn:sha1:1f3da5c76acb20b2183ac52373ed3b0b63e1151e</id>
<content type='text'>
Update C++ tests

Add safe C++ test for simple connection test, device agnostic.
Better describe the use case of C++ tests in the Readme.

Related: https://github.com/d-e-s-o/nitrocli/issues/39
</content>
</entry>
<entry>
<title>Update Readme, mostly test section</title>
<updated>2019-01-02T13:23:59Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2019-01-02T13:23:59Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=8de58b6ced7da147f2e5cd133d2c25fd758a6a5b'/>
<id>urn:sha1:8de58b6ced7da147f2e5cd133d2c25fd758a6a5b</id>
<content type='text'>
Describe better C++ tests

Related: https://github.com/d-e-s-o/nitrocli/issues/39
Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
<entry>
<title>Mention potential test failure cause, when no git version is provided</title>
<updated>2019-01-02T12:35:01Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2019-01-02T12:35:01Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=539aec53df80bb5f5893614ca76a6a2821c20bc2'/>
<id>urn:sha1:539aec53df80bb5f5893614ca76a6a2821c20bc2</id>
<content type='text'>
Related to #133

Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
<entry>
<title>Add test_safe target for build</title>
<updated>2019-01-02T12:33:25Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2019-01-02T12:33:25Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=50a3f4817a44bc644ad401b0de6b91e835aad299'/>
<id>urn:sha1:50a3f4817a44bc644ad401b0de6b91e835aad299</id>
<content type='text'>
Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
<entry>
<title>Add safe to user data C++ tests - test_safe.cpp</title>
<updated>2019-01-02T12:32:43Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2019-01-02T12:32:43Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=577f6278318774ace9eec86c7fdb7db260e7a4c0'/>
<id>urn:sha1:577f6278318774ace9eec86c7fdb7db260e7a4c0</id>
<content type='text'>
Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'tests_update'</title>
<updated>2018-11-22T11:40:41Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2018-11-22T11:40:41Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=57773ad5f7b6eb5e6a2020dd1bd4264bdd823808'/>
<id>urn:sha1:57773ad5f7b6eb5e6a2020dd1bd4264bdd823808</id>
<content type='text'>
Adding corrections found while testing Storage v0.53 RC1.
</content>
</entry>
<entry>
<title>Run enabling firmware update mode, but with wrong password only</title>
<updated>2018-11-22T11:40:13Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2018-11-22T11:37:57Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=3a2ee6c368a8233946473e60baa05c54eb822802'/>
<id>urn:sha1:3a2ee6c368a8233946473e60baa05c54eb822802</id>
<content type='text'>
Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
<entry>
<title>Handle UNKNOWN_ERROR return code</title>
<updated>2018-11-22T11:39:23Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2018-11-22T11:28:32Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=4ac4f1c33b64c9fc80bc911681143a3a52c1e5df'/>
<id>urn:sha1:4ac4f1c33b64c9fc80bc911681143a3a52c1e5df</id>
<content type='text'>
Handle UNKNOWN_ERROR code (introduced in Storage v0.51, firmware commit
687d4aca31ce405db41231be73864ee2f91b3714) and is returned,
when device fails to retrieve the AES key.

Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'pr_131'</title>
<updated>2018-07-24T09:10:52Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2018-07-24T09:10:52Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=ef171dfd5bf23da606597a251c327ad2c52ec7b8'/>
<id>urn:sha1:ef171dfd5bf23da606597a251c327ad2c52ec7b8</id>
<content type='text'>
Add virtual destructor to logger classes.
Fixes compilation warning

Fixes #131
Fixes #129
</content>
</entry>
</feed>
