Use .cnf for config files, not .conf
[oweals/openssl.git] / test / recipes / 90-test_gost_data / gost.cnf
1 openssl_conf = openssl_def
2 [openssl_def]
3 engines = engine_section
4
5 [engine_section]
6 gost = gost_section
7
8 [gost_section]
9 engine_id = gost
10 dynamic_path = $ENV::OPENSSL_GOST_ENGINE_SO
11 default_algorithms = ALL
12 CRYPT_PARAMS = id-Gost28147-89-CryptoPro-A-ParamSet
13