Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Fix typo in response verification cert expression header.
Browse files Browse the repository at this point in the history
  • Loading branch information
q-uint committed Nov 20, 2023
1 parent 411f724 commit a5220a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/http-gateway-protocol-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Response verification fills the security gap left by query calls. It is a versio
- Otherwise, verification fails.
5. Parse the `expr_path` field from the `IC-Certificate` header value as per [the certificate header](#the-certificate-header).
6. The parsed `expr_path` is valid as per [Expression Path](#expression-path) otherwise, verification fails.
7. Case-insensitive search for the `IC-CertificationExpression` header.
7. Case-insensitive search for the `IC-CertificateExpression` header.
- If no such header is found, verification fails.
- If the header value is not structured as per [the certificate expression header](#the-certificate-expression-header), verification fails.
8. Let `expr_hash` be the label of the node in the tree at path `expr_path`.
Expand Down

0 comments on commit a5220a2

Please sign in to comment.