ktls icon indicating copy to clipboard operation
ktls copied to clipboard

Support new rustls `KernelConnection` API, and thence TLS1.3 KeyUpdates

Open ctz opened this issue 8 months ago • 2 comments

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.

ctz avatar Apr 11 '25 08:04 ctz

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.

swlynch99 avatar Apr 18 '25 20:04 swlynch99

Please do if you have work in flight!

ctz avatar Apr 30 '25 18:04 ctz