diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-11-05 19:23:40 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-11-05 19:23:40 +0100 |
commit | 0cd966dd8405df6244db051faf5ebc112e1c5a1e (patch) | |
tree | 6fa6e41b335c2d458a7f577420fd192b8a625faf /markup/api.md | |
parent | 5ba3cec231989ba1deb5926f8fdcd8caec169821 (diff) |
fixed get-entries output and client-side verification
Diffstat (limited to 'markup/api.md')
-rw-r--r-- | markup/api.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/markup/api.md b/markup/api.md index 45c6deb..8a4f527 100644 --- a/markup/api.md +++ b/markup/api.md @@ -161,8 +161,10 @@ Input: Output: - an array of objects, each consisting of - leaf: `StItem` that corresponds to the leaf's type. - - signature: signature that covers the retrieved item using the log's - configured signature algorithm. + - signature: signature that covers the retrieved item using the below + signature scheme. + - signature_scheme: one that the log accepts, see supported signature + schemes and how they are represeneted in the log's parameters. - chain: an array of base-64 encoded certificates, where the first corresponds to the signing certificate and the final one a trust anchor. |