Skip to content

Commit

Permalink
ssh-key: README.md improvements (#41)
Browse files Browse the repository at this point in the history
- Tighten up headline
- Add signature bullet item
- Tweak certificate bullet items
  • Loading branch information
tarcieri authored Oct 25, 2022
1 parent 4f3a47f commit 45cefbc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ssh-key/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [RustCrypto]: SSH Key and Certificate Formats
# [RustCrypto]: SSH Keys and Certificates

[![crate][crate-image]][crate-link]
[![Docs][docs-image]][docs-link]
Expand Down Expand Up @@ -36,11 +36,12 @@ respective SSH key algorithm.
- [x] OpenSSH public keys
- [x] OpenSSH private keys (i.e. `BEGIN OPENSSH PRIVATE KEY`)
- [x] OpenSSH certificates
- [x] OpenSSH certificates
- [x] OpenSSH 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: Ed25519, ECDSA/P-256, and RSA
- [x] Private key generation support: DSA, Ed25519, ECDSA (P-256+P-384), and RSA
- [x] FIDO/U2F key support (`sk-*`) as specified in [PROTOCOL.u2f]
- [x] Fingerprint support
- [x] `no_std` support including support for "heapless" (no-`alloc`) targets
Expand All @@ -51,8 +52,7 @@ respective SSH key algorithm.

#### TODO

- [ ] ECDSA/P-384 support
- [ ] ECDSA/P-512 support
- [ ] ECDSA/P-521 support
- [ ] FIDO/U2F signature support
- [ ] Legacy (pre-OpenSSH) SSH key format support
- [ ] PKCS#1
Expand Down

0 comments on commit 45cefbc

Please sign in to comment.