From e10ea0a53116c6d12c4ca10e6c293f7ec8f56eb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Tue, 31 Jan 2023 16:43:17 +0100 Subject: [PATCH 1/2] Update USAGE.md and README.md to reflect newly supported devices and algorithms --- README.md | 14 +++++++++++--- USAGE.md | 8 +++----- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a8e8205..85745df 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,17 @@ is not guaranteed. ## Features `opcard` currently supports the basic OpenPGP Card functionality (key generation, -key import, signing, decrypting, card administration) for Curve25519 and NIST -P-256. See the [issues for the v1.0.0 milestone][v1.0.0 milestone] for all -missing features for a first stable release. +key import, signing, decrypting, card administration). + +Here are the currently supported algorithms: + +- RSA-2048 +- RSA-4096 (no key generation, key import only) +- EcDSA and ECDH for P256 +- EdDSA and ECDH for Curve25519 + +See the [issues for the v1.0.0 milestone][v1.0.0 milestone] for all missing +features for a first stable release. [v1.0.0 milestone]: https://github.com/Nitrokey/opcard-rs/milestone/2 diff --git a/USAGE.md b/USAGE.md index e311950..f417177 100644 --- a/USAGE.md +++ b/USAGE.md @@ -14,11 +14,9 @@ is not guaranteed. ## Installation -Currently only available for the Nitrokey 3A Mini. - -Download the latest compiled [release](https://github.com/Nitrokey/opcard-rs/releases) ZIP file. -Plug your Nitrokey 3A Mini and use [nitropy](https://docs.nitrokey.com/software/nitropy/) to install it with -`nitropy nk3 update ` +Download the latest compiled [release](https://github.com/Nitrokey/opcard-rs/releases). +Plug your Nitrokey 3 and use [nitropy](https://docs.nitrokey.com/software/nitropy/) to install it with +`nitropy nk3 update ` ## Generating keys From 764561536ff21fb96fdd13f6ec836c41e155db8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Tue, 31 Jan 2023 17:53:03 +0100 Subject: [PATCH 2/2] Point to firmware alpha releases --- USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USAGE.md b/USAGE.md index f417177..2d1fb25 100644 --- a/USAGE.md +++ b/USAGE.md @@ -14,7 +14,7 @@ is not guaranteed. ## Installation -Download the latest compiled [release](https://github.com/Nitrokey/opcard-rs/releases). +Download the latest compiled [alpha release](https://github.com/Nitrokey/nitrokey-3-firmware/releases). Plug your Nitrokey 3 and use [nitropy](https://docs.nitrokey.com/software/nitropy/) to install it with `nitropy nk3 update `