go/lib/fips140
Filippo Valsorda d3d22cc5e4 lib/fips140: set inprocess.txt to v1.0.0
Fixes #70200

Change-Id: I6a6a46567ce0834fb4b7f28bf06646326f8e5105
Reviewed-on: https://go-review.googlesource.com/c/go/+/674916
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2025-05-21 10:59:42 -07:00
..
fips140.sum lib/fips140: freeze v1.0.0 FIPS 140 module zip file 2025-01-29 07:10:35 -08:00
inprocess.txt lib/fips140: set inprocess.txt to v1.0.0 2025-05-21 10:59:42 -07:00
Makefile lib/fips140: freeze v1.0.0 FIPS 140 module zip file 2025-01-29 07:10:35 -08:00
README.md all: rename crypto/internal/fips to crypto/internal/fips140 2024-11-20 20:28:34 +00:00
v1.0.0.zip lib/fips140: freeze v1.0.0 FIPS 140 module zip file 2025-01-29 07:10:35 -08:00

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.