]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - INSTALL.md
Fixed GOST_PK_FORMAT param
[openssl-gost/engine.git] / INSTALL.md
index e0e89468dcb5e3412f8071f4c7385939820afcf1..8e36721945842cf81f6aa13b1a7e4adbe48eebcb 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)
 
@@ -102,7 +102,7 @@ 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]`.