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

Add QUIC support based on existing TLS1.3 modules. #150

Open
wants to merge 3 commits into
base: tls13-prototype
Choose a base branch
from

Conversation

lhuang04
Copy link
Collaborator

@lhuang04 lhuang04 commented Feb 11, 2021

  • Add QUIC input queue
  • Integrate QUIC with TLS1.3 modules.
  • It can be used with ngtcp2 and its glue layer. Here are steps to build mbedtls-quic client, and to talk to a QUIC server.

Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:
Summary:
* Main goal *
+ Integrate QUIC with TLS1.3 state machine
+ Integrate QUIC with TLS1.3 implementation.
+ Unify code path for TCP TLS1.3 and QUIC so that both can be used in one binary.

* What is not in the QUIC *
+ QUIC doesn't support change of cipher suite
+ QUIC doesn't support legacy session id
+ QUIC doesn't have end of early data

* What is new in the QUIC *
+ transport parameters

Test Plan:
ssl-opt.sh

Reviewers:

Subscribers:

Tasks:

Tags:
Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:
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