From 205e5325fa62e4bc321b4e70a210b14bd50db436 Mon Sep 17 00:00:00 2001 From: Dmitri Tikhonov Date: Thu, 14 Jun 2018 12:02:21 -0400 Subject: [PATCH] Fix sentence: make clear what fails with PROTOCOL_VIOLATION code --- draft-ietf-quic-transport.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index e7c34c7ef3..b743a024e6 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -1540,8 +1540,8 @@ TLS requires, such as the resumption secret. In this case, adding integrity protection can be delegated to the cryptographic handshake protocol, avoiding redundant protection. If integrity protection is delegated to the cryptographic handshake, an integrity failure will result in immediate cryptographic handshake -failure. If integrity protection is performed by QUIC, QUIC MUST abort the -connection if the integrity check fails with a PROTOCOL_VIOLATION error code. +failure. If integrity protection is performed by QUIC and the integrity check +fails, QUIC MUST abort the connection with a PROTOCOL_VIOLATION error code. ## Path Validation {#migrate-validate}