go-fips/README.md

27 lines
320 B
Markdown

## 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 .