dev.boringcrypto: Unable to connect to a server using the tls.TLS_RSA_WITH_AES_256_CBC_SHA
CipherSuite
#44050
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes, on the
dev.boringcrypto
branchWhat operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I am unable to create a TLS connection to the server at
email-smtp-fips.us-east-1.amazonaws.com:25
using thedev.boringcrypto
branch of golang.The error I received is
remote error: tls: error decoding message
I have attached a sample program which reproduces this behavior.
main.go
I have confirmed that I am able to create a TLS connection to this server using the same cipher suite using openssl. The openssl command I ran is:
According to this documentation from openssl, TLS_RSA_WITH_AES_256_CBC_SHA maps to AES256-SHA in openssl.
What did you expect to see?
A log message indicating a successful TLS connection, with details about the certificates and protocol.
What did you see instead?
The text was updated successfully, but these errors were encountered: