Skip to content

feat: add an independent FIPS enabled check

Stan Hu requested to merge sh-add-fips-enabled into master

Check() logs a message each time its run, but there are times where we want to check whether FIPS is enabled quietly. We now remove the boolean return value and supply an independent Enabled() function.

This is needed to support gitlab!86696 (merged).

Edited by Stan Hu

Merge request reports