Skip to content

Commit 9d6af40

Browse files
rolandshoemakergopherbot
authored andcommitted
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 <[email protected]> Auto-Submit: Roland Shoemaker <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 4ac7292 commit 9d6af40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/crypto/tls/bogo_config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242

4343
"*-SignDefault-*": "TODO, partially it encodes BoringSSL defaults, partially we might be missing some implicit behavior of a missing flag",
4444

45+
"V2ClientHello-*": "We don't support SSLv2",
4546
"SendV2ClientHello*": "We don't support SSLv2",
4647
"*QUIC*": "No QUIC support",
4748
"Compliance-fips*": "No FIPS",

0 commit comments

Comments
 (0)