From: Dmitry Belyavskiy Date: Mon, 14 Aug 2017 18:02:07 +0000 (+0300) Subject: This is a minimal example of the openssl config file X-Git-Tag: v3.0.0~432 X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=commitdiff_plain;h=4d469ca5eabf18d3d5a121f133c7c31243f4a0ae;p=openssl-gost%2Fengine.git This is a minimal example of the openssl config file necessary to use the GOST engine. --- diff --git a/example.conf b/example.conf new file mode 100644 index 0000000..a8c0de1 --- /dev/null +++ b/example.conf @@ -0,0 +1,13 @@ +openssl_conf = openssl_def +[openssl_def] +engines = engine_section + +[engine_section] +gost = gost_section + +[gost_section] +engine_id = gost +dynamic_path = ./bin/gost.so +default_algorithms = ALL +CRYPT_PARAMS = id-Gost28147-89-CryptoPro-A-ParamSet +