Skip to content

rhmdnd/gofips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gofips

gofips is a linter that warns you about encryption usage that may not be FIPS-validated.

This linter uses the go/analysis API for common linting functionality and conventions.

$ go run cmd/gofips/main.go -- ./example.go
/home/lbragstad/go/src/github.com/rhmdnd/gofips/example.go:35:18: Seal is not a FIPS-validated implementation.
exit status 3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages