]> Cypherpunks repositories - gostls13.git/commitdiff
crypto/tls: disable additional SSLv2 bogo tests
authorRoland Shoemaker <roland@golang.org>
Fri, 24 Jan 2025 18:38:45 +0000 (10:38 -0800)
committerGopher Robot <gobot@golang.org>
Mon, 3 Feb 2025 16:21:24 +0000 (08:21 -0800)
We don't support SSLv2, at all.

Change-Id: Icd0579b81393fbd82bf5b4d961470928faa7d09d
Reviewed-on: https://go-review.googlesource.com/c/go/+/644017
Reviewed-by: Neal Patel <nealpatel@google.com>
Auto-Submit: Roland Shoemaker <roland@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

src/crypto/tls/bogo_config.json

index 32969a3fb5a865b90771d6ae24de562bc137070d..6472512158c444700d44b38a6fc7f01b52f23769 100644 (file)
@@ -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",