@@ -119,7 +119,7 @@ The client initiates a QUIC connection by choosing an initial version and
119
119
sending a first flight of QUIC packets with a long header to the server
120
120
{{QUIC-INVARIANTS}}. The client's first flight includes Version Information (see
121
121
{{vers-info}}) which will be used to optionally enable compatible version
122
- negotation (see {{compat-vn}}), and to prevent version downgrade attacks (see
122
+ negotiation (see {{compat-vn}}), and to prevent version downgrade attacks (see
123
123
{{downgrade}}).
124
124
125
125
Upon receiving this first flight, the server verifies whether it knows how to
@@ -256,7 +256,7 @@ If the server does not find a compatible version (including the client's chosen
256
256
version), it will perform incompatible version negotiation instead, see
257
257
{{incompat-vn}}.
258
258
259
- Note that it is possible to have incompatible version negotation followed by
259
+ Note that it is possible to have incompatible version negotiation followed by
260
260
compatible version negotiation. For instance, if version A is compatible with B
261
261
and C is compatible with D, the following scenario could occur :
262
262
@@ -431,7 +431,7 @@ client sends a first flight using them.
431
431
Offered Versions :
432
432
: This is the set of versions that a given server instance will send in a
433
433
Version Negotiation packet if it receives a first flight from an unknown
434
- version. This set will most often be equal to the Acceptaple Versions set,
434
+ version. This set will most often be equal to the Acceptable Versions set,
435
435
except during short transitions while versions are added or removed (see below).
436
436
437
437
Fully-Deployed Versions :
@@ -547,9 +547,9 @@ compatible and incompatible) interacts with retry during a handshake that
547
547
requires both. For example, that could be accomplished by having the server send
548
548
a Retry packet in the original version first thereby validating the client's IP
549
549
address before attempting compatible version negotiation. If both versions
550
- support authenticating Retry packets, the compatibility defition needs to define
551
- how to authenticate the Retry in the negotiated version handshake even though
552
- the Retry itself was sent using the client's chosen version.
550
+ support authenticating Retry packets, the compatibility definition needs to
551
+ define how to authenticate the Retry in the negotiated version handshake even
552
+ though the Retry itself was sent using the client's chosen version.
553
553
554
554
555
555
# # Interaction with TLS resumption
0 commit comments