Skip to content

Commit

Permalink
README.md: update supported signature algorithm table
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Dec 17, 2023
1 parent 0dc16a2 commit 151b4eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ssh-key/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ respective SSH key algorithm.
|--------------------------------------|--------|--------|------|--------|------|--------|-----------|----------|
| `ecdsa‑sha2‑nistp256` |||| ✅️ | ✅️ | ✅️ | `p256` | heapless |
| `ecdsa‑sha2‑nistp384` |||| ✅️ | ✅️ | ✅️ | `p384` | heapless |
| `ecdsa‑sha2‑nistp521` |||| ⛔️ | | ⛔️ | | heapless |
| `ecdsa‑sha2‑nistp521` |||| ✅️️ | ✅️| ✅️️ | `p521` | heapless |
| `ssh‑dsa` ||||| ✅️ | ✅️ | `dsa` | `alloc`|
| `ssh‑ed25519` |||| ✅️ | ✅️ || `ed25519` | heapless |
| `ssh‑rsa` |||| ✅️ | ✅️ || `rsa` | `alloc` |
| `sk‑ecdsa‑sha2‑[email protected]` ||||| ⛔️ | ✅️ || `alloc` |
| `sk‑ssh‑[email protected]` ||||| ⛔️ | ⛔️ | | `alloc` |
| `sk‑ssh‑[email protected]` ||||| ⛔️ | ✅️️ | `ed25519` | `alloc` |

By default *no algorithms are enabled* and you will get an
`Error::AlgorithmUnsupported` error if you try to use them.
Expand Down

0 comments on commit 151b4eb

Please sign in to comment.