Home | History | Annotate | Line # | Download | only in test
      1 openssl_conf = openssl_init
      2 
      3 # Comment out the next line to ignore configuration errors
      4 config_diagnostics = 1
      5 
      6 .include fipsmodule.cnf
      7 
      8 [openssl_init]
      9 providers = provider_sect
     10 
     11 [provider_sect]
     12 fips = fips_sect
     13 base = base_sect
     14 
     15 [base_sect]
     16 activate = 1
     17