From 830673ac53a5c94b5ccb18c22d522aa32731e796 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 11 Mar 2024 09:47:00 -0600 Subject: [PATCH] ssh-key: remove P-521 TODO from README.md --- ssh-key/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ssh-key/README.md b/ssh-key/README.md index 0e21a91..987162c 100644 --- a/ssh-key/README.md +++ b/ssh-key/README.md @@ -33,15 +33,16 @@ respective SSH key algorithm. - [x] Constant-time Base64 decoder/encoder using `base64ct`/`pem-rfc7468` crates - [x] OpenSSH-compatible decoder/encoders for the following formats: - - [x] OpenSSH public keys - - [x] OpenSSH private keys (i.e. `BEGIN OPENSSH PRIVATE KEY`) - - [x] OpenSSH certificates - - [x] OpenSSH signatures (a.k.a. "sshsig") + - [x] SSH public keys + - [x] SSH private keys (i.e. `BEGIN OPENSSH PRIVATE KEY`) + - [x] SSH certificates + - [x] SSH signatures (a.k.a. "sshsig") - [x] OpenSSH certificate support - [x] Certificate validation - [x] Certificate authority (CA) support i.e. cert builder/signer - [x] Private key encryption/decryption (`bcrypt-pbkdf` + `aes256-ctr` only) -- [x] Private key generation support: DSA, Ed25519, ECDSA (P-256+P-384), and RSA +- [x] Private key generation support: DSA, Ed25519, ECDSA (P-256/P-384/P-521), + and RSA - [x] FIDO/U2F key support (`sk-*`) as specified in [PROTOCOL.u2f] - [x] Fingerprint support - [x] "randomart" fingerprint visualizations @@ -53,7 +54,6 @@ respective SSH key algorithm. #### TODO -- [ ] ECDSA/P-521 support - [ ] FIDO/U2F signature support - [ ] Legacy (pre-OpenSSH) SSH key format support - [ ] PKCS#1