mirror of
https://github.com/golang/go
synced 2025-06-19 18:17:50 +00:00
Sometimes we've used the 140 suffix (GOFIPS140, crypto/fips140) and sometimes not (crypto/internal/fips, cmd/go/internal/fips). Use it always, to avoid having to remember which is which. Also, there are other FIPS standards, like AES (FIPS 197), SHA-2 (FIPS 180), and so on, which have nothing to do with FIPS 140. Best to be clear. For #70123. Change-Id: I33b29dabd9e8b2703d2af25e428f88bc81c7c307 Reviewed-on: https://go-review.googlesource.com/c/go/+/630115 Reviewed-by: Filippo Valsorda <filippo@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Russ Cox <rsc@golang.org> Reviewed-by: Roland Shoemaker <roland@golang.org>
10 lines
416 B
Markdown
10 lines
416 B
Markdown
This directory holds snapshots of the crypto/internal/fips140 tree
|
|
that are being validated and certified for FIPS-140 use.
|
|
The file x.txt (for example, inprocess.txt, certified.txt)
|
|
defines the meaning of the FIPS version alias x, listing
|
|
the exact version to use.
|
|
|
|
The zip files are created by cmd/go/internal/fips140/mkzip.go.
|
|
The fips140.sum file lists checksums for the zip files.
|
|
See the Makefile for recipes.
|