From 9d6af4082b4ee0dc912a5cd108581f6eefd778a5 Mon Sep 17 00:00:00 2001 From: Roland Shoemaker Date: Fri, 24 Jan 2025 10:38:45 -0800 Subject: [PATCH] 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 --- src/crypto/tls/bogo_config.json | 1 + 1 file changed, 1 insertion(+) 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", -- 2.51.0