aws / s2n-tls

An implementation of the TLS/SSL protocols
https://aws.github.io/s2n-tls/usage-guide/
Apache License 2.0
4.49k stars 704 forks source link

Tracking issue: kTLS MVP #3711

Open toidiu opened 1 year ago

toidiu commented 1 year ago

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

milestone 2

toidiu commented 1 year ago

notes on FreeBSD specific impl https://github.com/aws/s2n-tls/issues/4153