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 1.2 implementation #534

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

parthenon
Copy link

This pull request consists of our implementation of TLS1.2 support, which we added for one of our projects. It supports two new cipher suites: TLS_RSA_WITH_AES_128_CBC_SHA256 and TLS_RSA_WITH_AES_256_CBC_SHA256. Tested against the unit test suite and openssl s_server with TLS 1.1 and TLS 1.2 forced, as well as examples/tls.js and examples/imap.js.

@dlongley
Copy link
Member

We've got some partial TLS 1.2 work done on the 0.8.x branch, for example this. We'll need to figure out what's in common and merge things.

@githoniel
Copy link

I confirm this work well without server requestCert。But It will hang after handleCertificate and won't do handleCertificateRequest

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

Successfully merging this pull request may close these issues.

None yet

4 participants