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 [openssl_init]
      7 providers = provider_sect
      8 
      9 [provider_sect]
     10 default = default_sect
     11 legacy  = legacy_sect
     12 
     13 [default_sect]
     14 activate = true
     15 
     16 [legacy_sect]
     17 activate = false
     18