X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=INSTALL.md;h=8e36721945842cf81f6aa13b1a7e4adbe48eebcb;hb=3b31dea89630ecd3f741171ed3e1d4259adabf0e;hp=e0e89468dcb5e3412f8071f4c7385939820afcf1;hpb=7f12baed6f8d2592c07f09375fcb31bc6f00e8ab;p=openssl-gost%2Fengine.git diff --git a/INSTALL.md b/INSTALL.md index e0e8946..8e36721 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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]`.