xvzcf / tls-interop-runner

Interoperability testing of TLS implementations.
Other
10 stars 13 forks source link

"ech-accept" test case #20

Closed cjpatton closed 3 years ago

cjpatton commented 3 years ago

Based on #19. DO NOT MERGE until #19 has been merged.

Adds client and server support for the ECH extension to cloudflare-go. The "ech-accept" test case, the client offers ECH and the server accepts.

This PR also fixes the ECH codepoint in cmd/util, which was incorrect.