summarylogtreecommitdiffstats
path: root/gost.cnf
blob: 6b049f8891fc33750bb76d364aa0fedfae708966 (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-1.1/gost.so
default_algorithms = ALL
CRYPT_PARAMS = id-Gost28147-89-CryptoPro-A-ParamSet
init = 0

# GOST Engine Configuration End