From 9025b56a458e1d7d4060f391c8fdc6381fcda441 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Sun, 13 Feb 2022 14:08:46 +0100 Subject: changed terminology to end-user See details in proposals/2022-02-end-user-terminology.md. --- doc/proposals/2021-11-remove-arbitrary-bytes.md | 2 +- doc/proposals/2021-11-ssh-signature-format.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/proposals') diff --git a/doc/proposals/2021-11-remove-arbitrary-bytes.md b/doc/proposals/2021-11-remove-arbitrary-bytes.md index 68df68b..61f0b1d 100644 --- a/doc/proposals/2021-11-remove-arbitrary-bytes.md +++ b/doc/proposals/2021-11-remove-arbitrary-bytes.md @@ -24,7 +24,7 @@ Monitors locate data externally based on H(checksum), not checksum. Note that monitors can verify observed signatures as before without locating the data. This is important so that we can be sure a signing operation actually happened. -Verifiers need the same (meta)data distributed, but in the verification step +End-users need the same (meta)data distributed, but in the verification step H(checksum) must be computed to verify signatures and inclusion proofs. Witnesses are not affected by this change. diff --git a/doc/proposals/2021-11-ssh-signature-format.md b/doc/proposals/2021-11-ssh-signature-format.md index 1eeb038..aa62205 100644 --- a/doc/proposals/2021-11-ssh-signature-format.md +++ b/doc/proposals/2021-11-ssh-signature-format.md @@ -41,7 +41,7 @@ https://git.sigsum.org/sigsum/tree/doc/api.md Tree leaves contain a signer's statement, a signature and a key hash. Statements are signed by Signers. -Statements are verified by Verifiers and Monitors. +Statements are verified by End-users and Monitors. u64 shard_hint; u8 checksum[32]; @@ -49,7 +49,7 @@ Statements are verified by Verifiers and Monitors. ### Tree heads Tree heads are signed by Logs and Witnesses. -Tree heads are verified verified by Verifiers, Witnesses and Monitors. +Tree heads are verified verified by End-users, Witnesses and Monitors. u64 timestamp; u64 tree_size; -- cgit v1.2.3