]> www.wagner.pp.ru Git - openssl-gost/engine.git/blob - example.conf
This is a minimal example of the openssl config file
[openssl-gost/engine.git] / example.conf
1 openssl_conf = openssl_def
2 [openssl_def]
3 engines = engine_section
4
5 [engine_section]
6 gost = gost_section
7
8 [gost_section]
9 engine_id = gost
10 dynamic_path = ./bin/gost.so
11 default_algorithms = ALL
12 CRYPT_PARAMS = id-Gost28147-89-CryptoPro-A-ParamSet
13