From 22bd23909dc4830fafdfc90dc8ed996fc5c44652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Tue, 13 Mar 2018 12:40:07 +0100 Subject: [PATCH] Updated Security Tokens (markdown) --- Security-Tokens.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Security-Tokens.md b/Security-Tokens.md index 486d58f..1de08c9 100644 --- a/Security-Tokens.md +++ b/Security-Tokens.md @@ -3,11 +3,11 @@ | Token | Supported? | NFC | USB | supported algos | Implementation | |------|------|------|------|------|------| | [Fidesmo Card](https://www.fidesmo.com/) | ✔ | ✔ | 𐄂 | ? | [fork of ykneo-openpgp](https://github.com/fidesmo/ykneo-openpgp) | -| [Gnuk](https://www.fsij.org/gnuk/) | ✔ >= 1.2.5 | 𐄂 | OTG | ? | [gnuk](http://git.gniibe.org/gitweb/?p=gnuk/gnuk.git) | -| [Nitrokey Start](https://www.nitrokey.com) | ✔ >= 1.2.5 | 𐄂 | OTG | ? | [fork of gnuk](https://github.com/Nitrokey/nitrokey-start-firmware) | +| [Gnuk](https://www.fsij.org/gnuk/) | ✔ >= 1.2.5 | 𐄂 | OTG | RSA <= 4096, EdDSA, ECDSA (NIST P256, secp256k1), ECDH (X25519, NIST P256, secp256k1) | [gnuk](http://git.gniibe.org/gitweb/?p=gnuk/gnuk.git) | +| [Nitrokey Start](https://www.nitrokey.com) | ✔ >= 1.2.5 | 𐄂 | OTG | same as Gnuk | [fork of gnuk](https://github.com/Nitrokey/nitrokey-start-firmware) | | [Nitrokey Pro](https://www.nitrokey.com) | ✔ | 𐄂 | OTG | ? | [nitrokey-pro-firmware CcidLocalAccess.c](https://github.com/Nitrokey/nitrokey-pro-firmware/blob/master/src/ccid/CcidLocalAccess.c) | | [Nitrokey Storage](https://www.nitrokey.com) | ✔ | 𐄂 | OTG | ? | [nitrokey-storage-firmware OpenPGP_V20.c](https://github.com/Nitrokey/nitrokey-storage-firmware/blob/master/src/CCID/LOCAL_ACCESS/OpenPGP_V20.c) | -| [YubiKey NEO](https://www.yubico.com/products/yubikey-hardware/yubikey-neo/) | ✔ | ✔ | OTG | ? | [ykneo-openpgp](https://github.com/yubico/ykneo-openpgp) | +| [YubiKey NEO](https://www.yubico.com/products/yubikey-hardware/yubikey-neo/) | ✔ | ✔ | OTG | RSA <= 2048, **[no ECC](https://github.com/Yubico/ykneo-openpgp/issues/12)** | [ykneo-openpgp](https://github.com/yubico/ykneo-openpgp) | | [YubiKey 4](https://www.yubico.com/product/yubikey-4-series/) | ✔ | 𐄂 | OTG | ? | closed | | [YubiKey 4 Nano](https://www.yubico.com/product/yubikey-4-series/) | ✔ | 𐄂 | OTG | ? | closed | | [YubiKey 4C](https://www.yubico.com/product/yubikey-4-series/) | ✔ | 𐄂 | USB-C | ? | closed |