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

[engine_section]
gost = gost_section

[gost_section]
engine_id = gost
dynamic_path = /usr/lib/engines-3/gost.so
default_algorithms = ALL
CRYPT_PARAMS = id-Gost28147-89-CryptoPro-A-ParamSet
init = 0

# GOST Engine Configuration End