This PR adds a new configuration file for enabling FIPS compliant openssl. By default, the only change is openssl version which is set to 3.0.9 (highest FIPS supported openssl version). To enable FIPS mode for openssl, env var needs to set in the docker image OPENSSL_CONF="/usr/local/ssl/openssl-fips.cnf"
:tada: All Contributor License Agreements have been signed. Ready to merge. Please push an empty commit if you would like to re-run the checks to verify CLA status for all contributors.
Change Description
This PR adds a new configuration file for enabling FIPS compliant openssl. By default, the only change is openssl version which is set to 3.0.9 (highest FIPS supported openssl version). To enable FIPS mode for openssl, env var needs to set in the docker image
OPENSSL_CONF="/usr/local/ssl/openssl-fips.cnf"
Testing