Skip to content

Commit

Permalink
Remove either
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed May 29, 2018
1 parent 10df2ab commit 0cdfe02
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions draft-ietf-quic-tls.md
Expand Up @@ -942,11 +942,11 @@ Packet number protection is applied after packet protection is applied (see
encryption algorithm.

In sampling the packet ciphertext, the packet number length is assumed to be
either 4 octets (its maximum possible encoded length), unless there is
insufficient space in the packet for sampling. The sampled ciphertext starts
after allowing for a 4 octet packet number unless this would cause the sample to
extend past the end of the packet. If the sample would extend past the end of
the packet, the end of the packet is sampled.
4 octets (its maximum possible encoded length), unless there is insufficient
space in the packet for sampling. The sampled ciphertext starts after allowing
for a 4 octet packet number unless this would cause the sample to extend past
the end of the packet. If the sample would extend past the end of the packet,
the end of the packet is sampled.

For example, the sampled ciphertext for a packet with a short header can be
determined by:
Expand Down

0 comments on commit 0cdfe02

Please sign in to comment.