From 678d44db9cab72dea078e575a7034db92836f354 Mon Sep 17 00:00:00 2001 From: seanturner Date: Mon, 13 Mar 2017 22:06:32 -0400 Subject: [PATCH] Minor edits for s3.2 --- 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 31a83aaaff..8ef9e3074b 100644 --- a/draft-ietf-quic-tls.md +++ b/draft-ietf-quic-tls.md @@ -226,9 +226,9 @@ TLS 1.3 provides two basic handshake modes of interest to QUIC: handshake message from the client. * A 0-RTT handshake in which the client uses information it has previously - learned about the server to send immediately. This data can be replayed by - an attacker so it MUST NOT carry a self-contained trigger for any - non-idempotent action. + learned about the server to send application data immediately. This + application data can be replayed by an attacker so it MUST NOT carry a + self-contained trigger for any non-idempotent action. A simplified TLS 1.3 handshake with 0-RTT application data is shown in {{tls-full}}, see {{!I-D.ietf-tls-tls13}} for more options and details.