|
openssl_conf = openssl_def
|
|
[openssl_def]
|
|
engines = engine_section
|
|
|
|
[engine_section]
|
|
gost = gost_section
|
|
|
|
[gost_section]
|
|
engine_id = gost
|
|
dynamic_path = $ENV::OPENSSL_GOST_ENGINE_SO
|
|
default_algorithms = ALL
|
|
CRYPT_PARAMS = id-Gost28147-89-CryptoPro-A-ParamSet
|
|
|