Import SSH revocation metadata

This commit is contained in:
Eric Wendland 2026-05-18 11:56:42 +02:00
commit 4c368253e4
11 changed files with 212 additions and 13 deletions

View file

@ -298,9 +298,12 @@ Goal: add authorized stream-oriented management workflows over Iroh.
- `[x]` Revocation records can produce an OpenSSH binary KRL file.
- `[x]` Tests cover binary KRL export for public-key revocations when
`ssh-keygen` is available.
- `[ ]` Existing KRL files can be imported into revocation metadata where
possible.
- `[ ]` Tests cover KRL import and certificate revocations.
- `[x]` JSONL exports and OpenSSH KRL specification source files can be
imported into revocation metadata.
- `[x]` Binary OpenSSH KRL import returns a clear unsupported message because
KRL files are not enumerable through OpenSSH tooling.
- `[x]` Tests cover JSONL and KRL-spec import.
- `[ ]` Tests cover certificate revocations.
## Phase 5: DB And Documents