kTLS support of rustls - Call for Participation

โš“ Rust    ๐Ÿ“… 2025-08-25    ๐Ÿ‘ค surdeus    ๐Ÿ‘๏ธ 5      

surdeus

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.

1 post - 1 participant

Read full topic

๐Ÿท๏ธ Rust_feed