Skip to content

Commit 8172427

Browse files
committed
Require digest verification for related resources.
1 parent 66cb36f commit 8172427

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3205,12 +3205,13 @@ <h2>Integrity of Related Resources</h2>
32053205
</p>
32063206

32073207
<p>
3208-
Specification authors that write algorithms that fetch a resource based on the
3209-
`id` of an object inside a [=conforming document=] need to consider whether
3210-
that resource's content is vital to the validity of that document. If it is, the
3211-
specification MUST produce a validation error unless the resource matches the
3212-
expected media type and cryptographic digest.
3208+
A [=conforming verifier implementation=] that makes use of a resource based on
3209+
the `id` of an object inside a [=conforming document=] with a corresponding
3210+
cryptographic digest MUST check the digest against the retrieved resource. If
3211+
the digest of the retrieved resource does not match the one provided by the
3212+
[=issuer=], the [=conforming verifier implementation=] MUST produce an error.
32133213
</p>
3214+
32143215
<p>
32153216
Implementers are urged to consult appropriate sources, such as the
32163217
<a href="https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.180-4.pdf">

0 commit comments

Comments
 (0)