]> Cypherpunks repositories - gostls13.git/commit
net/http/internal/testcert: use FIPS-compliant certificate
authorDamien Neil <dneil@google.com>
Mon, 4 Oct 2021 17:20:22 +0000 (10:20 -0700)
committerDamien Neil <dneil@google.com>
Sat, 8 Jan 2022 00:24:25 +0000 (00:24 +0000)
commit90860e0c3110ac5898dfe8e0e0fafd0aea8d979a
treed2df824296426e3855e5fbe2801a43d40bc7c85c
parent7f3eb6182ba72b1b45cf313a01b9c7d4b374255f
net/http/internal/testcert: use FIPS-compliant certificate

Upgrade the test certificate from RSA 1024 (not FIPS-approved)
to RSA 2048 (FIPS-approved), allowing tests to pass when
the dev.boringcrypto branch FIPS-only mode is enabled.

Fixes #48674.

Change-Id: I613d2f8d0207bf3683fd0df256bf0167604996c5
Reviewed-on: https://go-review.googlesource.com/c/go/+/353869
Trust: Damien Neil <dneil@google.com>
Run-TryBot: Damien Neil <dneil@google.com>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
src/net/http/internal/testcert/testcert.go