From: Roland Shoemaker Date: Fri, 24 Jan 2025 18:38:45 +0000 (-0800) Subject: crypto/tls: disable additional SSLv2 bogo tests X-Git-Tag: go1.25rc1~1207 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9d6af4082b4ee0dc912a5cd108581f6eefd778a5;p=gostls13.git crypto/tls: disable additional SSLv2 bogo tests We don't support SSLv2, at all. Change-Id: Icd0579b81393fbd82bf5b4d961470928faa7d09d Reviewed-on: https://go-review.googlesource.com/c/go/+/644017 Reviewed-by: Neal Patel Auto-Submit: Roland Shoemaker LUCI-TryBot-Result: Go LUCI --- diff --git a/src/crypto/tls/bogo_config.json b/src/crypto/tls/bogo_config.json index 32969a3fb5..6472512158 100644 --- a/src/crypto/tls/bogo_config.json +++ b/src/crypto/tls/bogo_config.json @@ -42,6 +42,7 @@ "*-SignDefault-*": "TODO, partially it encodes BoringSSL defaults, partially we might be missing some implicit behavior of a missing flag", + "V2ClientHello-*": "We don't support SSLv2", "SendV2ClientHello*": "We don't support SSLv2", "*QUIC*": "No QUIC support", "Compliance-fips*": "No FIPS",