mirror of
https://github.com/openssl/openssl.git
synced 2024-12-21 06:09:35 +08:00
433deaffce
The default is openssl.cnf The project seems to prefer xxx.conf these days, but we should use the default convention. Rename all foo.conf (except for Configurations) to foo.cnf Fixes #11174 Reviewed-by: Paul Yang <kaishen.yy@antfin.com> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/11176)
14 lines
259 B
INI
14 lines
259 B
INI
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
|
|
|