]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
This is a minimal example of the openssl config file
authorDmitry Belyavskiy <beldmit@gmail.com>
Mon, 14 Aug 2017 18:02:07 +0000 (21:02 +0300)
committerDmitry Belyavskiy <beldmit@gmail.com>
Mon, 14 Aug 2017 18:02:07 +0000 (21:02 +0300)
necessary to use the GOST engine.

example.conf [new file with mode: 0644]

diff --git a/example.conf b/example.conf
new file mode 100644 (file)
index 0000000..a8c0de1
--- /dev/null
@@ -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
+