Skip to content

Commit

Permalink
Merge pull request #577 from jmcrawford45/patch-1
Browse files Browse the repository at this point in the history
Define ECHConfigExtensionType before referencing it.
  • Loading branch information
chris-wood authored Oct 30, 2023
2 parents 9d068a0 + 4efe6ec commit 9b25a58
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions draft-ietf-tls-esni.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,10 @@ The ECH configuration is defined by the following `ECHConfig` structure.

~~~~
opaque HpkePublicKey<1..2^16-1>;
uint16 HpkeKemId; // Defined in RFC9180
uint16 HpkeKdfId; // Defined in RFC9180
uint16 HpkeAeadId; // Defined in RFC9180
uint16 HpkeKemId; // Defined in RFC9180
uint16 HpkeKdfId; // Defined in RFC9180
uint16 HpkeAeadId; // Defined in RFC9180
uint16 ECHConfigExtensionType; // Defined in Section 11.3

struct {
HpkeKdfId kdf_id;
Expand Down

0 comments on commit 9b25a58

Please sign in to comment.