Skip to content

Commit 830673a

Browse files
committed
ssh-key: remove P-521 TODO from README.md
1 parent ecf9e71 commit 830673a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ssh-key/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,16 @@ respective SSH key algorithm.
3333

3434
- [x] Constant-time Base64 decoder/encoder using `base64ct`/`pem-rfc7468` crates
3535
- [x] OpenSSH-compatible decoder/encoders for the following formats:
36-
- [x] OpenSSH public keys
37-
- [x] OpenSSH private keys (i.e. `BEGIN OPENSSH PRIVATE KEY`)
38-
- [x] OpenSSH certificates
39-
- [x] OpenSSH signatures (a.k.a. "sshsig")
36+
- [x] SSH public keys
37+
- [x] SSH private keys (i.e. `BEGIN OPENSSH PRIVATE KEY`)
38+
- [x] SSH certificates
39+
- [x] SSH signatures (a.k.a. "sshsig")
4040
- [x] OpenSSH certificate support
4141
- [x] Certificate validation
4242
- [x] Certificate authority (CA) support i.e. cert builder/signer
4343
- [x] Private key encryption/decryption (`bcrypt-pbkdf` + `aes256-ctr` only)
44-
- [x] Private key generation support: DSA, Ed25519, ECDSA (P-256+P-384), and RSA
44+
- [x] Private key generation support: DSA, Ed25519, ECDSA (P-256/P-384/P-521),
45+
and RSA
4546
- [x] FIDO/U2F key support (`sk-*`) as specified in [PROTOCOL.u2f]
4647
- [x] Fingerprint support
4748
- [x] "randomart" fingerprint visualizations
@@ -53,7 +54,6 @@ respective SSH key algorithm.
5354

5455
#### TODO
5556

56-
- [ ] ECDSA/P-521 support
5757
- [ ] FIDO/U2F signature support
5858
- [ ] Legacy (pre-OpenSSH) SSH key format support
5959
- [ ] PKCS#1

0 commit comments

Comments
 (0)