File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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 >
32153216Implementers are urged to consult appropriate sources, such as the
32163217< a href ="https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.180-4.pdf ">
You can’t perform that action at this time.
0 commit comments