From ba9250759f8559e2d18ca9f5581a78edf5c7ba58 Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Fri, 1 Jun 2018 17:07:19 +0100 Subject: [PATCH] Add missing words Nothing major, just missing a 'the' and a 'on'. --- draft-ietf-quic-tls.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/draft-ietf-quic-tls.md b/draft-ietf-quic-tls.md index bc10bdef67..8bd3bd3d15 100644 --- a/draft-ietf-quic-tls.md +++ b/draft-ietf-quic-tls.md @@ -861,8 +861,8 @@ writing. ## QUIC AEAD Usage {#aead} The Authentication Encryption with Associated Data (AEAD) {{!AEAD}} function -used for QUIC packet protection is AEAD that is negotiated for use with the TLS -connection. For example, if TLS is using the TLS_AES_128_GCM_SHA256, the +used for QUIC packet protection is the AEAD that is negotiated for use with the +TLS connection. For example, if TLS is using the TLS_AES_128_GCM_SHA256, the AEAD_AES_128_GCM function is used. QUIC packets are protected prior to applying packet number encryption @@ -1645,7 +1645,7 @@ packets as indicative of an attack. ## Packet Number Protection Analysis {#pn-encrypt-analysis} -Packet number protection relies the packet protection AEAD being a +Packet number protection relies on the packet protection AEAD being a pseudorandom function (PRF), which is not a property that AEAD algorithms guarantee. Therefore, no strong assurances about the general security of this mechanism can be shown in the general case. The AEAD algorithms described in