Open
Description
In #51434 a shim for the BoringSSL BoGo test suite, and a unit test to drive it, were added to crypto/tls
. See bogo_shim_test.go
. To limit the scope of that initial work many tests were disabled in the associated JSON config.
To maximize the value of this test shim we should work through this list and either provide a clear reason for why skipping the test makes sense based on some additional context (missing features, protocol ambiguity, etc) or implement the required fixes to enable the test.