aboutsummaryrefslogtreecommitdiff
path: root/doc/proposals
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@mullvad.net>2022-02-13 14:08:46 +0100
committerRasmus Dahlberg <rasmus@mullvad.net>2022-02-13 14:08:46 +0100
commit9025b56a458e1d7d4060f391c8fdc6381fcda441 (patch)
tree03a93e1a9752d769d9348d1f73abf7f0065f0162 /doc/proposals
parent0bbfb18ef99af510eae9f113ce20106c2a3f6a6d (diff)
changed terminology to end-user
See details in proposals/2022-02-end-user-terminology.md.
Diffstat (limited to 'doc/proposals')
-rw-r--r--doc/proposals/2021-11-remove-arbitrary-bytes.md2
-rw-r--r--doc/proposals/2021-11-ssh-signature-format.md4
2 files changed, 3 insertions, 3 deletions
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;