feat: verify signed persona control receipts natively
This commit is contained in:
parent
9281587a0f
commit
75b6262c91
11 changed files with 562 additions and 98 deletions
|
|
@ -190,9 +190,10 @@ cryptographic source contract: v2 signed receipt fields, deterministic signing b
|
|||
signer-registry source, persona/human/scope-limited Ed25519 signers, revocation, time and request binding, and
|
||||
signature verification. The current REPO-012 main does not publish that registry path, so no signer is trusted and
|
||||
the Tauri desktop now exposes a native read-only loader for the exact REPO-012 commit-bound registry. It accepts
|
||||
the current empty registry only and keeps authorization disabled; any signer fails closed until the native
|
||||
cryptographic receipt verifier and an authoritative signer/key-custody process exist. Tested loader and verifier
|
||||
source are not runtime authority, deployment, or desktop acceptance.
|
||||
the current empty registry and keeps authorization disabled. The native verifier now implements strict v2 receipt
|
||||
parsing, canonical signing bytes, Ed25519 SPKI verification, signer scope/revocation checks, exact request bindings,
|
||||
and validity windows. It is not wired into the language controller, and the authoritative registry still has zero
|
||||
signers, so tested loader/verifier source is not runtime authority, deployment, or desktop acceptance.
|
||||
|
||||
Tolaria is a personal knowledge and life management desktop app. It reads a vault of markdown files with YAML frontmatter and presents them in a four-panel UI inspired by Bear Notes.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue