1
0
mirror of https://github.com/golang/go synced 2024-11-26 15:27:04 -07:00
go/lib/fips140/README.md

10 lines
416 B
Markdown
Raw Normal View History

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.