Cover certificate KRL revocations

This commit is contained in:
Eric Wendland 2026-05-18 11:58:39 +02:00
commit 8ab3ef004e
3 changed files with 88 additions and 6 deletions

View file

@ -291,7 +291,7 @@ Goal: add authorized stream-oriented management workflows over Iroh.
- Consumers can list current certs/revocations from local state while offline.
- Conflicting or unsigned records are rejected or quarantined.
- `[~]` OpenSSH KRL import/export.
- `[x]` OpenSSH KRL import/export.
Acceptance criteria:
- `[x]` Revocation records can produce an OpenSSH KRL specification file.
- `[x]` Tests cover serial, key ID, and public key revocation spec lines.
@ -303,7 +303,7 @@ Goal: add authorized stream-oriented management workflows over Iroh.
- `[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.
- `[x]` Tests cover certificate revocations.
## Phase 5: DB And Documents