]> Cypherpunks repositories - gostls13.git/commit
lib/fips140: add directory and test
authorRuss Cox <rsc@golang.org>
Wed, 20 Nov 2024 12:19:55 +0000 (07:19 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 20 Nov 2024 16:09:03 +0000 (16:09 +0000)
commit0d397d85ea75cd84e5f834a62ff219ecc12891f4
tree14fe5b05211e47cd9f012794fd9406b029bb7718
parenta311754d5411c742211a4b56ae3eed00d20898c9
lib/fips140: add directory and test

This directory will hold the fips140 snapshots.
Add a README, helpful Makefile, and a test that
the checksums are correct (once we have zip files).

Change-Id: I735540ad1ce7da9a24c3a0b57b054c8340708da1
Reviewed-on: https://go-review.googlesource.com/c/go/+/629955
Reviewed-by: Filippo Valsorda <filippo@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
lib/fips140/Makefile [new file with mode: 0644]
lib/fips140/README.md [new file with mode: 0644]
lib/fips140/fips140.sum [new file with mode: 0644]
src/cmd/go/internal/fips/fips_test.go [new file with mode: 0644]