]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: enable more large record bogo tests
authorDaniel McCarney <daniel@binaryparadox.net>
Tue, 29 Apr 2025 21:41:53 +0000 (17:41 -0400)
committerDaniel McCarney <daniel@binaryparadox.net>
Fri, 9 May 2025 20:38:59 +0000 (13:38 -0700)
commit97eab214d14054d9f174ab8b02ec3f7adb9cb2f9
treec703eda2a32a6e803f47a94c8e2034170cd54430
parent45f27826178981400f6d083fd087d20d0abb02d2
crypto/tls: enable more large record bogo tests

Previously a handful of large record tests were in the bogo config
ignore list. The ignored tests were failing because they used
insecure ciphersuites that aren't enabled by default.

This commit adds the non-default insecure ciphersuites to the bogo
TLS configuration and re-enables the tests. Doing this uncovered
a handful of unrelated tests that needed to be fixed, each handled
before this commit.

Updates #72006

Change-Id: I27a2cd231e4b8762b0d9e2dbd3d8ddd5b87fd5c7
Reviewed-on: https://go-review.googlesource.com/c/go/+/669158
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/crypto/tls/bogo_config.json
src/crypto/tls/bogo_shim_test.go