dev.boringcrypto: AES_128_CBC_SHA and AES_256_CBC_SHA missing in defaultFIPSCipherSuites #36647
Labels
FrozenDueToAge
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
What operating system and processor architecture are you using (
go env
)?Ubuntu 18.04
go env
OutputWhat did you do?
Just an inquiry why following cipher suites are not available in the
defaultFIPSCipherSuites
ingo/src/crypto/tls/boring.go
What did you expect to see?
As per the wiki here
AES128-SHA
andAES256-SHA
are both compatible inTLS 1.0 and 1.1
as well asTLS 1.2
What did you see instead?
I see these cipher suites are missing.
The text was updated successfully, but these errors were encountered: