forge
forge copied to clipboard
TLS 1.2 implementation
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.
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.
I confirm this work well without server requestCert。But It will hang after handleCertificate and won't do handleCertificateRequest