aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-01-03 22:24:51 +0000
committerRobin Krahl <robin.krahl@ireas.org>2019-01-03 23:26:45 +0100
commita02623db10c13d03ae889fd37078e467fe62406f (patch)
treebf4a228c5f30341ae77ded0248f5737f4339a4c9 /CHANGELOG.md
parent616f84c13a4e676d3e2f870533fb1b8778c5f614 (diff)
downloadnitrokey-rs-a02623db10c13d03ae889fd37078e467fe62406f.tar.gz
nitrokey-rs-a02623db10c13d03ae889fd37078e467fe62406f.tar.bz2
Add Storage::enable_firmware_update method
This patch adds the enable_firmware_update method to the Storage struct that uses NK_enable_firmware_update to put the Nitrokey Storage into update mode. This method is not tested as external tooling is required to resume normal operation and as it is hard to bail out if an error occurs.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2551350..d806ff4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,8 @@
PIN.
- Add the `Device::factory_reset` method that performs a factory reset.
- Add the `Device::build_aes_key` method that builds a new AES key on the Nitrokey.
+- Add the `Storage::enable_firmware_update` method that puts the Nitrokey
+ Storage in update mode so that the firmware can be updated.
# v0.2.3 (2018-12-31)