aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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