Hi everyone!
Background: Support new rustls `KernelConnection` API, and thence TLS1.3 KeyUpdates · Issue #59 · rustls/ktls · GitHub
If you're looking for kTLS support of rustls, now we have PR Reimplement library on top of `rustls::kernel` API (continuation of #61) by cxw620 · Pull Request #62 · rustls/ktls · GitHub.
Since TLS serves as a cornerstone of the internet, this PR requires extreme care and caution, and we need more tests in real world, checking the compatibilities, bugs, etc. If you are familiar with TLS, or interested in network programming, please try integrating the codes with your TLS server / client and provide feedbacks. Looking forward to code reviews or suggestions, too.
This PR functionally works and all CI tests pass.