forked from Mbed-TLS/mbedtls
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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:
- Loading branch information
Showing
7 changed files
with
672 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.