h2o / picotls

TLS 1.3 implementation in C (master supports RFC8446 as well as draft-26, -27, -28)
527 stars 140 forks source link

[cli] server sends EE with retry_configs #523

Open thekuwayama opened 2 months ago

thekuwayama commented 2 months ago

Hi! This PR would the cli enable to send EE with retry_configs when the server is configured with -E echconfiglist file.

Now, the cli sends EE with empty retry_configs if the server rejects ECH. The cli has -E option, so this PR uses it. Thanks.