mirror of
https://github.com/vbatts/go-fips.git
synced 2024-12-12 09:48:06 +00:00
Collect FIPS information in your runtime
de1edc544e
Signed-off-by: Vincent Batts <vbatts@thisco.de> |
||
---|---|---|
fips.go | ||
fips_off.go | ||
fips_on.go | ||
fips_test.go | ||
README.md |
go-fips
Proof-Of-Concept for using golang and building a FIPS enabled application.
Setup
See http://www.openssl.org/docs/fips/UserGuide-2.0.pdf to set up an environment where fips mode can be enabled
Building
go build .
or
go build -tags fips .
Testing
go test .
or
go test -tags fips .