Documentation
¶
Overview ¶
Package fipsboot enforces FIPS 140-3 mode at process startup.
Blank-import this package from every binary's main:
import _ "github.com/mulgadc/viperblock/internal/fipsboot"
Builds with GOFIPS140=v1.0.0 link the Go Cryptographic Module v1.0.0 (NIST CMVP cert #5247). At runtime FIPS mode can still be turned off via GODEBUG=fips140=off; init() panics in that case to close the hole.
Click to show internal directories.
Click to hide internal directories.