5 lines
202 B
Plaintext
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;
|