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

Tracking issue: kTLS MVP #3711

Open
27 of 32 tasks
toidiu opened this issue Dec 14, 2022 · 1 comment
Open
27 of 32 tasks

Tracking issue: kTLS MVP #3711

toidiu opened this issue Dec 14, 2022 · 1 comment

Comments

@toidiu
Copy link
Contributor

toidiu commented Dec 14, 2022

The MVP will include ktls support for TLS1.2 AES_GCM_128. Since TLS1.3 key_update is not support in kTLS a kernel patch is required.

The kTLS feature will initially be released as unstable. kTLS POC:

milestone 1

milestone 1.5

  • support AES_GCM_256

milestone 2

  • enable TLS1.3 support and ciphers
    • derive keys
    • ciphers
    • send post-handshake
  • enable key update (milestone 2)
    • detect key_update kernel patch (feature detection)
    • detect KeyUpdate and rekey connection
    • send KeyUpdate and rekey connection
@toidiu
Copy link
Contributor Author

toidiu commented Aug 18, 2023

notes on FreeBSD specific impl #4153

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant