diff options
-rw-r--r-- | internet-draft-satp.html | 2 | ||||
-rw-r--r-- | internet-draft-satp.txt | 6 | ||||
-rw-r--r-- | internet-draft-satp.xml | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/internet-draft-satp.html b/internet-draft-satp.html index 1833a35..5a4fbfc 100644 --- a/internet-draft-satp.html +++ b/internet-draft-satp.html @@ -523,7 +523,7 @@ MKI</h3> <a name="rfc.section.4.7.2"></a><h3>4.7.2. authentication tag</h3> -<p>The authentication tag is RECOMMENDED and of configurable length. It contains a cryptographic checksum of the sender ID, sequence number and the encrypted portion, but not ofthe MKI. On sender side encryption HAS TO be done before calculating the authentication tag. A receiver HAS TO first calculate the authentication tag and than decrypt the encrypted portion. +<p>The authentication tag is RECOMMENDED and of configurable length. It contains a cryptographic checksum of the sender ID, sequence number and the encrypted portion, but not of the MKI. On sender side encryption HAS TO be done before calculating the authentication tag. A receiver HAS TO calculate the authentication tag before decrypting the encrypted portion. </p> diff --git a/internet-draft-satp.txt b/internet-draft-satp.txt index 4359efa..9a297e7 100644 --- a/internet-draft-satp.txt +++ b/internet-draft-satp.txt @@ -543,10 +543,10 @@ Internet-Draft secure anycast tunneling protocol (SATP) March 2007 The authentication tag is RECOMMENDED and of configurable length. It contains a cryptographic checksum of the sender ID, sequence number - and the encrypted portion, but not ofthe MKI. On sender side + and the encrypted portion, but not of the MKI. On sender side encryption HAS TO be done before calculating the authentication tag. - A receiver HAS TO first calculate the authentication tag and than - decrypt the encrypted portion. + A receiver HAS TO calculate the authentication tag before decrypting + the encrypted portion. 4.8. Encryption diff --git a/internet-draft-satp.xml b/internet-draft-satp.xml index 895f197..8438548 100644 --- a/internet-draft-satp.xml +++ b/internet-draft-satp.xml @@ -234,7 +234,7 @@ HEX <t>The MKI (Master Key Identifier) is OPTIONAL and of configurable length. See <xref target="RFC3711">SRTP Section 3.1</xref> for details</t> </section> <section title="authentication tag"> - <t>The authentication tag is RECOMMENDED and of configurable length. It contains a cryptographic checksum of the sender ID, sequence number and the encrypted portion, but not ofthe MKI. On sender side encryption HAS TO be done before calculating the authentication tag. A receiver HAS TO first calculate the authentication tag and than decrypt the encrypted portion.</t> + <t>The authentication tag is RECOMMENDED and of configurable length. It contains a cryptographic checksum of the sender ID, sequence number and the encrypted portion, but not of the MKI. On sender side encryption HAS TO be done before calculating the authentication tag. A receiver HAS TO calculate the authentication tag before decrypting the encrypted portion.</t> </section> </t> </section> |