<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nitrokey-rs, branch v0.2.2</title>
<subtitle>Rust interface to libnitrokey</subtitle>
<id>https://git.ireas.org/nitrokey-rs/atom?h=v0.2.2</id>
<link rel='self' href='https://git.ireas.org/nitrokey-rs/atom?h=v0.2.2'/>
<link rel='alternate' type='text/html' href='https://git.ireas.org/nitrokey-rs/'/>
<updated>2018-12-30T11:51:46Z</updated>
<entry>
<title>Release v0.2.2</title>
<updated>2018-12-30T11:51:46Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2018-12-30T11:51:46Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/nitrokey-rs/commit/?id=f29684d1d57583fe03fb18d1c944ee14bd522fdc'/>
<id>urn:sha1:f29684d1d57583fe03fb18d1c944ee14bd522fdc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the Cargo.toml extract from README</title>
<updated>2018-12-30T11:48:42Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2018-12-30T11:48:42Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/nitrokey-rs/commit/?id=1e72b4923d573d0db4414fdb5fd49f217ce3f62e'/>
<id>urn:sha1:1e72b4923d573d0db4414fdb5fd49f217ce3f62e</id>
<content type='text'>
The Cargo.toml extract in the README does not provide any real value,
but it adds maintenance effort.  Therefore it is removed in this patch.
</content>
</entry>
<entry>
<title>Fix Storage volume detection for test cases</title>
<updated>2018-12-30T11:46:20Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2018-12-30T11:46:20Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/nitrokey-rs/commit/?id=27f2bb834da85aba3935e14c6069a07f03ac6a45'/>
<id>urn:sha1:27f2bb834da85aba3935e14c6069a07f03ac6a45</id>
<content type='text'>
It seems that with newer firmeware, the model string in the lsblk output
is Nitrokey_Storage instead of Nitrokey Storage.  Therefore this patch
replaces underscores with spaces to account for both versions.
</content>
</entry>
<entry>
<title>Fix get_model implementation for Storage</title>
<updated>2018-12-30T11:45:39Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2018-12-30T11:45:39Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/nitrokey-rs/commit/?id=4c443110f8e10de905a48b0af1ef15fcd5a10b75'/>
<id>urn:sha1:4c443110f8e10de905a48b0af1ef15fcd5a10b75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Derive Clone and Copy for CommandError, LogLevel, OtpMode</title>
<updated>2018-12-29T23:04:49Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2018-12-29T23:04:49Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/nitrokey-rs/commit/?id=1c6b4d4dfd498c4127a076c48b6c37e05eaacb62'/>
<id>urn:sha1:1c6b4d4dfd498c4127a076c48b6c37e05eaacb62</id>
<content type='text'>
As these three enums are scalar values, this patch derives the Clone and
Copy traits for them.  This should avoid unnecessary allocations and
reduce the memory footprint.
</content>
</entry>
<entry>
<title>Fix formatting using to rustfmt</title>
<updated>2018-12-29T23:04:39Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2018-12-29T23:04:39Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/nitrokey-rs/commit/?id=62d698db4941c06905cb08bdbe4cc35ad54132d5'/>
<id>urn:sha1:62d698db4941c06905cb08bdbe4cc35ad54132d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add function Device::get_model</title>
<updated>2018-12-29T23:04:23Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2018-12-29T23:04:23Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/nitrokey-rs/commit/?id=3d951ab54daea9c362bdae2e0945701955c412e5'/>
<id>urn:sha1:3d951ab54daea9c362bdae2e0945701955c412e5</id>
<content type='text'>
This patch adds the function Device::get_model that returns the model of
the connected Nitrokey stick.
</content>
</entry>
<entry>
<title>Update the changelog</title>
<updated>2018-12-16T17:18:10Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2018-12-16T17:18:10Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/nitrokey-rs/commit/?id=e2d333574f54bf57a1bba970dbbfe5844ef8bf0d'/>
<id>urn:sha1:e2d333574f54bf57a1bba970dbbfe5844ef8bf0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to rand v0.6</title>
<updated>2018-12-16T17:16:37Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2018-12-16T17:13:28Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/nitrokey-rs/commit/?id=4e430a735dcc079830e72a45691f39d322bbbe07'/>
<id>urn:sha1:4e430a735dcc079830e72a45691f39d322bbbe07</id>
<content type='text'>
This patch updates the rand dependecy to version 0.6.  It also replaces
the OsRng, which is guaranteed to use OS/hardware entropy, with the
thread_rng, which is likely to use OS/hardware entropy as a seed.  The
choice of RNG and the handling of password should be reviewed at a later
point.
</content>
</entry>
<entry>
<title>Remove test-no-device feature</title>
<updated>2018-12-16T16:04:59Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2018-12-16T15:49:14Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/nitrokey-rs/commit/?id=9c5364a63e363a6f69afddb29453efc5e4b12cc0'/>
<id>urn:sha1:9c5364a63e363a6f69afddb29453efc5e4b12cc0</id>
<content type='text'>
Currently, the test-no-device feature is used for tests that expect no
Nitrokey to be connected.  Yet test-no-device is equivalent to not
test-pro and not test-storage.  Therefore, this patch removes the
test-no-device feature.
</content>
</entry>
</feed>
