Skip to content

Commit

Permalink
connectionIdLength rather than an empty vector, which is unclear from…
Browse files Browse the repository at this point in the history
… TLS how to encode
  • Loading branch information
martinthomson committed Jan 10, 2018
1 parent f341608 commit e451864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-quic-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ parameter of HKDF-Expand is encoded as a `QhkdfUpdateInfo` structure as shown:
struct {
uint16 length = Length;
opaque label<6..255> = "QUIC " + Label;
uint8 connectionId<0>;
uint8 connectionIdLength = 0;
} QhkdfUpdateInfo;
~~~

Expand Down

0 comments on commit e451864

Please sign in to comment.