Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connect: enable quic version #4156

Merged
merged 2 commits into from
Nov 2, 2022
Merged

connect: enable quic version #4156

merged 2 commits into from
Nov 2, 2022

Conversation

kyessenov
Copy link
Contributor

Adds a variant of CONNECT transport using quic.

Document limitations:

  • quic requires SNI matching DNS SAN in server certs (not URI SAN), re-generated certificates with appropriate extensions.
  • quiche stack does not support client certs requirement yet
  • some crash on reading SSL info, requires further investigation

Signed-off-by: Kuat Yessenov <[email protected]>
Signed-off-by: Kuat Yessenov <[email protected]>
@kyessenov kyessenov requested a review from a team as a code owner November 2, 2022 20:14
@istio-testing istio-testing added the size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. label Nov 2, 2022
@kyessenov
Copy link
Contributor Author

/retest

@istio-testing istio-testing merged commit 7f75f93 into istio:master Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants