From 4d469ca5eabf18d3d5a121f133c7c31243f4a0ae Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Mon, 14 Aug 2017 21:02:07 +0300 Subject: [PATCH] This is a minimal example of the openssl config file necessary to use the GOST engine. --- example.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 example.conf 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 + -- 2.39.2