diff options
author | Daniel Mueller <deso@posteo.net> | 2019-01-01 12:05:21 -0800 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2019-01-01 12:05:21 -0800 |
commit | 8a8d8819d07883db410ba72801ff3023d152be34 (patch) | |
tree | d8820c11235f7646ab26097982d78826e6cadf09 | |
parent | e77650547cf2ab410fd6fe16fc5e86cf1b0772d9 (diff) | |
download | nitrocli-8a8d8819d07883db410ba72801ff3023d152be34.tar.gz nitrocli-8a8d8819d07883db410ba72801ff3023d152be34.tar.bz2 |
Remove note about firmware version 0.47 requirement
This change removes the note about firmware version 0.47 being the
minimum required. The note is outdated, because with the switch to using
the nitrokey crate and with it libnitrokey we no longer have such a
requirement as the CRC check we performed that caused incompatibilities
with earlier versions does not exist in libnitrokey (see issue
Nitrokey/libnitrokey issue #134).
-rw-r--r-- | nitrocli/README.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/nitrocli/README.md b/nitrocli/README.md index df6117e..fa682b2 100644 --- a/nitrocli/README.md +++ b/nitrocli/README.md @@ -29,14 +29,6 @@ The following commands are currently supported: - set: Change the admin or the user PIN. - unblock: Unblock and reset the user PIN. -### *Note:* ----------------------------------------------------------------------- -> **nitrocli** requires the Nitrokey Storage to be running **firmware -> version 0.47** or higher. Versions before that reported incorrect -> checksums which will cause the program to indicate data retrieval -> errors, causing commands to fail. ----------------------------------------------------------------------- - Usage ----- |