Home | History | Annotate | Line # | Download | only in test
default.cnf revision 1.1.1.1
      1  1.1  christos openssl_conf = openssl_init
      2  1.1  christos 
      3  1.1  christos # Comment out the next line to ignore configuration errors
      4  1.1  christos config_diagnostics = 1
      5  1.1  christos 
      6  1.1  christos [openssl_init]
      7  1.1  christos providers = provider_sect
      8  1.1  christos 
      9  1.1  christos [provider_sect]
     10  1.1  christos default = default_sect
     11  1.1  christos legacy  = legacy_sect
     12  1.1  christos 
     13  1.1  christos [default_sect]
     14  1.1  christos activate = true
     15  1.1  christos 
     16  1.1  christos [legacy_sect]
     17  1.1  christos activate = false
     18