xref: /freebsd/crypto/openssl/test/provider_internal_test.cnf (revision 4757b351ea9d59d71d4a38b82506d2d16fcd560d)
1*4757b351SPierre Pronchery# Comment out the next line to ignore configuration errors
2*4757b351SPierre Proncheryconfig_diagnostics = 1
3*4757b351SPierre Pronchery
4*4757b351SPierre Pronchery
5*4757b351SPierre Proncheryopenssl_conf = openssl_init
6*4757b351SPierre Pronchery
7*4757b351SPierre Pronchery[openssl_init]
8*4757b351SPierre Proncheryproviders = providers
9*4757b351SPierre Pronchery
10*4757b351SPierre Pronchery[providers]
11*4757b351SPierre Proncheryp_test_configured = p_test_configured
12*4757b351SPierre Pronchery
13*4757b351SPierre Pronchery[p_test_configured]
14*4757b351SPierre Proncherymodule = p_test.so
15*4757b351SPierre Proncheryactivate = 1
16*4757b351SPierre Proncherygreeting = Hello OpenSSL, greetings from Test Provider
17