diff --git a/fips.go b/fips.go index e52db27..3a559ea 100644 --- a/fips.go +++ b/fips.go @@ -6,6 +6,7 @@ package main /* This file will only be compiled when BUILD_TAGS=fips. + Package fipsonly enforces FIPS settings via init() function which 1. Forces the application to use FIPS-compliant TLS configurations. 2. Restricts cryptographic operations to those allowed under FIPS standards.