1openssl_conf = openssl_def 2[openssl_def] 3engines = engine_section 4 5[engine_section] 6gost = gost_section 7 8[gost_section] 9engine_id = gost 10dynamic_path = $ENV::OPENSSL_GOST_ENGINE_SO 11default_algorithms = ALL 12CRYPT_PARAMS = id-Gost28147-89-CryptoPro-A-ParamSet 13 14