aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2018-12-10 15:57:36 +0100
committerRobin Krahl <robin.krahl@ireas.org>2018-12-10 15:57:36 +0100
commit33662f487c43e941a326e2667c95eec7d36dec1d (patch)
tree6f36bb842baf996d579252c2c302d2bad596be1d /README.md
parent7841dfa819fd5bd81912e270a2e5c88b35bb1c77 (diff)
downloadnitrokey-rs-33662f487c43e941a326e2667c95eec7d36dec1d.tar.gz
nitrokey-rs-33662f487c43e941a326e2667c95eec7d36dec1d.tar.bz2
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2bb71be..136f16f 100644
--- a/README.md
+++ b/README.md
@@ -16,8 +16,8 @@ must provide `libhidapi-libusb0` in the default library search path.
Currently, this crate provides access to the common features of the Nitrokey
Pro and the Nitrokey Storage: general configuration, OTP generation and the
-password safe. Support for the secure storage on the Nitrokey Storage is under
-development.
+password safe. Basic support for the secure storage on the Nitrokey Storage is
+available but still under development.
### Unsupported Functions
@@ -27,8 +27,10 @@ supported by `nitrokey-rs`:
- `NK_get_time()`. This method is useless as it will always cause a timestamp
error on the device (see [pull request #114][] for `libnitrokey` for details).
- `NK_get_status()`. This method only provides a string representation of
- data that can be accessed by other methods (firmware version, seriel number,
+ data that can be accessed by other methods (firmware version, serial number,
configuration).
+- `NK_get_status_storage_as_string()`. This method only provides an incomplete
+ string representation of the data returned by `NK_get_status_storage`.
## Tests