forge icon indicating copy to clipboard operation
forge copied to clipboard

TLS 1.2 implementation

Open parthenon opened this issue 8 years ago • 2 comments

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.

parthenon avatar Aug 24 '17 19:08 parthenon

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.

dlongley avatar Aug 24 '17 19:08 dlongley

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

githoniel avatar May 04 '18 09:05 githoniel