]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - INSTALL.md
Update INSTALL.md
[openssl-gost/engine.git] / INSTALL.md
index e0e89468dcb5e3412f8071f4c7385939820afcf1..80f271287bfbbf08e59e472e97004dd846d7209f 100644 (file)
@@ -6,7 +6,7 @@ How to Build
 
 To build and install OpenSSL GOST Engine, you will need
 
-* OpenSSL 1.1.*
+* OpenSSL 1.1.1
 * an ANSI C compiler
 * CMake (3.0 or newer)
 
@@ -96,13 +96,12 @@ And section which describes configuration of the engine should contain
     engine_id = gost
     dynamic_path = /usr/lib/ssl/engines/libgost.so
     default_algorithms = ALL
-    CRYPT_PARAMS = id-Gost28147-89-CryptoPro-A-ParamSet
 
 BouncyCastle cryptoprovider has some problems with private key parsing from
 PrivateKeyInfo, so if you want to use old private key representation format,
 which supported by BC, you must add:
 
-    PK_PARAMS = LEGACY_PK_WRAP
+    GOST_PK_FORMAT = LEGACY_PK_WRAP
 
 to `[gost_section]`.