summarylogtreecommitdiffstats
path: root/gost.cnf
blob: df0d6f187303353a532296b2beaafb81ecbe1df1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# GOST Engine Configuration
[openssl_gost]
engines = engine_section

[engine_section]
gost = gost_section

[gost_section]
engine_id = gost
dynamic_path = /usr/lib/engines-1.1/gost.so
default_algorithms = ALL
CRYPT_PARAMS = id-Gost28147-89-CryptoPro-A-ParamSet
# GOST Engine Configuration End