Skip to content

Commit

Permalink
Update index.bs
Browse files Browse the repository at this point in the history
  • Loading branch information
wilaw authored Jan 11, 2023
1 parent 63aec79 commit f9699ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ To <dfn>verify a certificate hash</dfn>, do the following:
1. For every hash |hash| in |hashes|:
1. If |hash|.{{WebTransportHash/value}} is not null:
1. Let |hashValue| be the byte sequence which |hash|.{{WebTransportHash/value}} represents.
1. If {{WebTransportHash/algorithm}} of |hash| is an ASCII case-insensitive match with "sha-256", and |hashValue| is identical
1. If {{WebTransportHash/algorithm}} of |hash| is an [=ASCII case-insensitive=] match with "sha-256", and |hashValue| is equal
to |referenceHash|, the certificate is valid. Return true.
1. Return false.

Expand Down

0 comments on commit f9699ce

Please sign in to comment.