Skip to content

Commit

Permalink
Fix sentence: make clear what fails with PROTOCOL_VIOLATION code
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitri Tikhonov authored and igorlord committed Jun 18, 2018
1 parent 49c2b08 commit 73fb978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-quic-transport.md
Expand Up @@ -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}
Expand Down

0 comments on commit 73fb978

Please sign in to comment.