Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLS Session Resumption support #308

Open
link2xt opened this issue Nov 5, 2024 · 0 comments
Open

TLS Session Resumption support #308

link2xt opened this issue Nov 5, 2024 · 0 comments

Comments

@link2xt
Copy link

link2xt commented Nov 5, 2024

Rustls supports TLS session resumption: https://docs.rs/rustls/0.23.16/rustls/client/struct.Resumption.html
But in native-tls there seems to be no way to enable it even though OpenSSL, Schannel (Windows) and Security Framework support it.

OpenSSL supports it as well, at least in s_client there are options like -no_ticket to disable RFC 5077 (previously RFC 4507bis) ticket-based session resumption and -reconnect option to test session ID-based session resumption.

Schannel supports session resumption: https://learn.microsoft.com/en-us/windows-server/security/tls/transport-layer-security-protocol#BKMK_SessionResumption

security-framework also has an option to enable it: https://docs.rs/security-framework/3.0.0/security_framework/secure_transport/struct.ClientBuilder.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant