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

Stateless handshake support #151

Closed
Ralith opened this issue Feb 10, 2018 · 1 comment
Closed

Stateless handshake support #151

Ralith opened this issue Feb 10, 2018 · 1 comment

Comments

@Ralith
Copy link
Contributor

Ralith commented Feb 10, 2018

TLS1.3 and DTLS define support for cookie-based stateless handshakes to reduce vulnerability to DoS when used outside of TCP, e.g. as part of a QUIC implementation. See e.g. the openssl implementation.

What's needed for rustls to support this? I'd be happy to help make it happen, though I have very little direct experience with TLS implementation.

@Ralith
Copy link
Contributor Author

Ralith commented Oct 7, 2018

Recent versions of QUIC no longer rely on TLS for this functionality.

@Ralith Ralith closed this as completed Oct 7, 2018
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