openssl/test/nocache-and-default.cnf
Dmitry Belyavskiy f6097c7c5d This is a test for nocache provider behavior
A follow-up to #26038

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26197)
2024-12-20 18:20:17 +01:00

19 lines
301 B
INI

openssl_conf = openssl_init
# Comment out the next line to ignore configuration errors
config_diagnostics = 1
[openssl_init]
providers = provider_sect
[provider_sect]
test = test_sect
default = default_sect
[test_sect]
module = ../test/p_test.so
activate = true
[default_sect]
activate = true