Skip to content

fix: enforce ECH requirements for HTTP/3 - #942

Merged
ryanfowler merged 1 commit into
mainfrom
fix/ech-http3-enforcement
Aug 7, 2026
Merged

fix: enforce ECH requirements for HTTP/3#942
ryanfowler merged 1 commit into
mainfrom
fix/ech-http3-enforcement

Conversation

@ryanfowler

Copy link
Copy Markdown
Owner

Summary

  • reject explicit --ech on requests that select HTTP/3 because QUIC cannot expose ECH acceptance
  • force automatic HTTP/3 discovery and cache candidates onto the TCP TLS path when ECH hard-fail is enabled
  • add unit and integration coverage and document the protocol restriction

Checks

  • cargo fmt --check
  • cargo clippy --locked --all-targets --all-features -- -D warnings
  • cargo test --locked --all-features --lib --bins
  • cargo test --locked --all-features --test cli --test formatting --test grpc --test har --test http --test install --test network --test terminal --test update --test websocket -- --test-threads=2

@ryanfowler
ryanfowler enabled auto-merge August 7, 2026 13:18
@ryanfowler
ryanfowler merged commit 54847e4 into main Aug 7, 2026
4 checks passed
@ryanfowler
ryanfowler deleted the fix/ech-http3-enforcement branch August 7, 2026 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant