mirror of
https://github.com/golang/go.git
synced 2025-10-19 11:03:18 +00:00
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 <nealpatel@google.com> Auto-Submit: Roland Shoemaker <roland@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
parent
4ac729283c
commit
9d6af4082b
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue