1
0
Fork 0
mirror of https://github.com/vbatts/go-fips.git synced 2024-12-04 22:35:39 +00:00
go-fips/README.md
2015-03-25 15:10:15 -04:00

346 B

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 .

and

go build -tags fips .

Testing

go test .

and

go test -tags fips .