Skip to content

Commit

Permalink
fix: remove reference to SSL30
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Stickel <ben.stickel@elastic.co>
  • Loading branch information
fin09pcap committed Dec 12, 2024
1 parent b51039f commit 0c42f0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/sdk/tlsconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ var DefaultServerAcceptedCiphers = append(clientCipherSuites, acceptedCBCCiphers
// allTLSVersions lists all the TLS versions and is used by the code that validates
// a uint16 value as a TLS version.
var allTLSVersions = map[uint16]struct{}{
//nolint:staticcheck // SSL30 disabled
tls.VersionSSL30: {},
tls.VersionTLS10: {},
tls.VersionTLS11: {},
tls.VersionTLS12: {},
Expand Down

0 comments on commit 0c42f0d

Please sign in to comment.