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

Support TLS 1.3 ticket based session resumption #60

Open
patrickjuchli opened this issue Feb 23, 2019 · 0 comments
Open

Support TLS 1.3 ticket based session resumption #60

patrickjuchli opened this issue Feb 23, 2019 · 0 comments

Comments

@patrickjuchli
Copy link
Owner

patrickjuchli commented Feb 23, 2019

See new API added in Node.js 11.10.0, session event for TLS socket. We use getSession to reuse the session negotiated by the control connection for all subsequent data connections. Apparently, this is not good enough anymore for TLS 1.3.

More here, https://wiki.openssl.org/index.php/TLS1.3#Sessions

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