simplify sigchain http distribution
Some checks failed
CI / fmt, clippy, docs (push) Failing after 5s
CI / test (ubuntu-latest) (push) Failing after 5s
CI / iroh integration smoke tests (push) Failing after 4s
CodeQL / Analyze Rust (push) Failing after 5s
Security / RustSec cargo-audit (push) Failing after 4s
CI / test (macos-latest) (push) Has been cancelled
CI / test (windows-latest) (push) Has been cancelled
Some checks failed
CI / fmt, clippy, docs (push) Failing after 5s
CI / test (ubuntu-latest) (push) Failing after 5s
CI / iroh integration smoke tests (push) Failing after 4s
CodeQL / Analyze Rust (push) Failing after 5s
Security / RustSec cargo-audit (push) Failing after 4s
CI / test (macos-latest) (push) Has been cancelled
CI / test (windows-latest) (push) Has been cancelled
This commit is contained in:
parent
decff4b995
commit
538b52bdb6
12 changed files with 66 additions and 72 deletions
|
|
@ -41,7 +41,8 @@ SSHSIGCHAIN v1 is redesigned before deployment:
|
|||
discloseable payloads, claims, and receipts without embedding root trust;
|
||||
- JSONL is noncanonical human-facing interchange; and
|
||||
- distribution backends return untrusted bundle bytes through one interface,
|
||||
with a static HTTP profile that requires no server application.
|
||||
with a single-file static HTTP profile at an exact operator-configured URL
|
||||
that requires no server application, well-known discovery, or TOFU.
|
||||
|
||||
The generic core defines backend interfaces and deterministic policy behavior,
|
||||
not Nostr, HTTP, blockchain, or transparency-log clients. Those adapters belong
|
||||
|
|
|
|||
Loading…
Reference in a new issue