Proposal
I propose the removal of 3DES support for TLS, the cipher has been deprecated by NIST since 2017 and Microsoft since 2018 .
This is not an urgent issue but goes a long way to helping Golang meet a default level of security that is up to date with modern standards and would even pass most audits. Specifically ECDHE-RSA-DES-CBC3-SHA is the last remaining cipher in golang that is part of the SWEET32 vulnerability as of v1.22.1.
Proposal
I propose the removal of 3DES support for TLS, the cipher has been deprecated by NIST since 2017 and Microsoft since 2018 .
This is not an urgent issue but goes a long way to helping Golang meet a default level of security that is up to date with modern standards and would even pass most audits. Specifically
ECDHE-RSA-DES-CBC3-SHAis the last remaining cipher in golang that is part of the SWEET32 vulnerability as of v1.22.1.