basic-ftp icon indicating copy to clipboard operation
basic-ftp copied to clipboard

Support TLS 1.3 ticket based session resumption

Open patrickjuchli opened this issue 6 years ago • 0 comments

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

patrickjuchli avatar Feb 23 '19 21:02 patrickjuchli