Changeset 699 for draft-ietf-httpbis/latest
- Timestamp:
- 26/09/09 11:42:37 (13 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p3-payload.html
r698 r699 1309 1309 <div id="rfc.iref.h.8"></div> 1310 1310 <h2 id="rfc.section.5.8"><a href="#rfc.section.5.8">5.8</a> <a id="header.content-md5" href="#header.content-md5">Content-MD5</a></h2> 1311 <p id="rfc.section.5.8.p.1">The "Content-MD5" entity-header field, as defined in <a href="#RFC1864" id="rfc.xref.RFC1864.1"><cite title="The Content-MD5 Header Field">[RFC1864]</cite></a>, is an MD5 digest of the entity-body for the purpose of providing an end-to-end message integrity check (MIC) of the entity-body. 1312 (Note: a MIC is good for detecting accidental modification of the entity-body in transit, but is not proof against malicious 1313 attacks.) 1311 <p id="rfc.section.5.8.p.1">The "Content-MD5" entity-header field, as defined in <a href="#RFC1864" id="rfc.xref.RFC1864.1"><cite title="The Content-MD5 Header Field">[RFC1864]</cite></a>, is an MD5 digest of the entity-body that provides an end-to-end message integrity check (MIC) of the entity-body. Note that 1312 a MIC is good for detecting accidental modification of the entity-body in transit, but is not proof against malicious attacks. 1314 1313 </p> 1315 1314 <div id="rfc.figure.u.32"></div><pre class="inline"><span id="rfc.iref.g.33"></span><span id="rfc.iref.g.34"></span> <a href="#header.content-md5" class="smpl">Content-MD5</a> = "Content-MD5" ":" <a href="#core.rules" class="smpl">OWS</a> <a href="#header.content-md5" class="smpl">Content-MD5-v</a> -
draft-ietf-httpbis/latest/p3-payload.xml
r698 r699 1495 1495 <t> 1496 1496 The "Content-MD5" entity-header field, as defined in <xref target="RFC1864"/>, is 1497 an MD5 digest of the entity-body for the purpose of providing an1498 end-to-end message integrity check (MIC) of the entity-body. (Note: a1499 MIC is good for detecting accidental modification of the entity-body1500 in transit, but is not proof against malicious attacks.)1497 an MD5 digest of the entity-body that provides an end-to-end message 1498 integrity check (MIC) of the entity-body. Note that a MIC is good for 1499 detecting accidental modification of the entity-body in transit, but is not 1500 proof against malicious attacks. 1501 1501 </t> 1502 1502 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Content-MD5"/><iref primary="true" item="Grammar" subitem="Content-MD5-v"/>
Note: See TracChangeset
for help on using the changeset viewer.