1*e0c4386eSCy Schubertopenssl_conf = openssl_init 2*e0c4386eSCy Schubert 3*e0c4386eSCy Schubert# Comment out the next line to ignore configuration errors 4*e0c4386eSCy Schubertconfig_diagnostics = 1 5*e0c4386eSCy Schubert 6*e0c4386eSCy Schubert.include fipsmodule.cnf 7*e0c4386eSCy Schubert 8*e0c4386eSCy Schubert[openssl_init] 9*e0c4386eSCy Schubertproviders = provider_sect 10*e0c4386eSCy Schubert 11*e0c4386eSCy Schubert[provider_sect] 12*e0c4386eSCy Schubertdefault = default_sect 13*e0c4386eSCy Schubertfips = fips_sect 14*e0c4386eSCy Schubert 15*e0c4386eSCy Schubert[default_sect] 16*e0c4386eSCy Schubertactivate = 1 17