]> Cypherpunks repositories - gostls13.git/commit
net/smtp: make test certificate FIPS 140-3 compliant
authorFilippo Valsorda <filippo@golang.org>
Tue, 18 Mar 2025 19:28:34 +0000 (20:28 +0100)
committerGopher Robot <gobot@golang.org>
Thu, 20 Mar 2025 15:07:01 +0000 (08:07 -0700)
commitdc49aba8e41350ab039a23890fa987cfe6ddaa9c
tree70df47678a4d5f07739afc63aab7265d744ed602
parent57dac327d15b4debe33057b9ca785e303731e81c
net/smtp: make test certificate FIPS 140-3 compliant

The key was too small and was getting rejected by crypto/tls if running
tests in FIPS 140-3 mode.

Change-Id: I6a6a4656374b942aeeca55d5c0464c965db0f6de
Reviewed-on: https://go-review.googlesource.com/c/go/+/658935
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
src/net/smtp/smtp_test.go