ktls
ktls copied to clipboard
Support new rustls `KernelConnection` API, and thence TLS1.3 KeyUpdates
See https://github.com/rustls/rustls/issues/2362 for background. I plan to work on this as part of integrating KTLS into https://github.com/rustls/rustls-openssl-compat.
I was planning on taking a shot at this once https://github.com/rustls/rustls/pull/2370 ends up getting merged. I already have code written for a sync version, and translating that to async should be pretty straightforward. However, if you would prefer to do this yourself then that is fine as well and I'll hold off from making a PR.
Please do if you have work in flight!