diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2019-01-28 12:27:15 +0000 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2019-02-02 10:25:02 +0000 |
commit | f49e61589e32217f97c94aa86d826f6b65170fba (patch) | |
tree | 0ca2fa9741197e6c496eaa5452165dcaee1373fa /src/util.rs | |
parent | eef2118717878f3543248ebf2d099aebbedceacf (diff) | |
download | nitrokey-rs-f49e61589e32217f97c94aa86d826f6b65170fba.tar.gz nitrokey-rs-f49e61589e32217f97c94aa86d826f6b65170fba.tar.bz2 |
Require mutable reference if method changes device state
Previously, all methods that access a Nitrokey device took a reference
to the device as input. This method changes methods that change the
device state to require a mutable reference instead. In most case,
this is straightforward as the method writes data to the device (for
example write_config or change_user_pin). But there are two edge cases:
- Authenticating with a PIN changes the device state as it may decrease
the PIN retry counter if the authentication fails.
- Generating an HOTP code changes the device state as it increases the
HOTP counter.
Diffstat (limited to 'src/util.rs')
0 files changed, 0 insertions, 0 deletions