Collect FIPS information in your runtime
Go to file
Vincent Batts de1edc544e tests and a README
Signed-off-by: Vincent Batts <vbatts@thisco.de>
2014-10-02 23:13:51 -04:00
README.md tests and a README 2014-10-02 23:13:51 -04:00
fips.go initial commit of a fips build tag enabled link to openssl 2013-12-17 23:31:26 -05:00
fips_off.go initial commit of a fips build tag enabled link to openssl 2013-12-17 23:31:26 -05:00
fips_on.go tests and a README 2014-10-02 23:13:51 -04:00
fips_test.go tests and a README 2014-10-02 23:13:51 -04:00

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 .