aboutsummaryrefslogtreecommitdiff
path: root/doc/design.md
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@mullvad.net>2022-01-31 17:22:45 +0100
committerRasmus Dahlberg <rasmus@mullvad.net>2022-01-31 17:22:45 +0100
commit7392f492702bd9921f803aeedd7827f4cbad9234 (patch)
tree80af643ff48b5a81a4fcc893f510d661aa33a2be /doc/design.md
parentf8d61a93109656e89cbbdeae56ca778127a0eafe (diff)
documented the decided get-* endpoint proposal
Refer to archive/doc/proposals/2022-01-get-endpoints for details.
Diffstat (limited to 'doc/design.md')
-rw-r--r--doc/design.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design.md b/doc/design.md
index c046888..439f8c5 100644
--- a/doc/design.md
+++ b/doc/design.md
@@ -104,7 +104,7 @@ constrained environments. Signed and logged data can be (de)serialized using
[Trunnel](https://gitlab.torproject.org/tpo/core/trunnel/-/blob/main/doc/trunnel.md),
or "by hand" in many modern programming languages. This is the only parsing
that a verifier is required to support. Signers, monitors, and witnesses
-additionally need to interact with a sigsum log's line-terminated ASCII HTTP(S)
+additionally need to interact with a sigsum log's ASCII HTTP(S)
[API](https://git.sigsum.org/sigsum/tree/doc/api.md).
## 2 - Threat model