gnutls/plans/fips-smoke.fmf
2023-05-23 14:27:14 +00:00

5 lines
202 B
Plaintext

summary: Runs FIPS library integrity checks.
name: fips-smoke
execute:
script: if [[ $(GNUTLS_DEBUG_LEVEL=99 GNUTLS_FORCE_FIPS_MODE=1 certtool 2>&1 | grep "Error") ]]; then exit 1; else exit 0; fi;