X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=INSTALL.md;h=8e36721945842cf81f6aa13b1a7e4adbe48eebcb;hb=refs%2Fheads%2Fgost_provider;hp=e0e89468dcb5e3412f8071f4c7385939820afcf1;hpb=2c5c85adf6abc27fd5894c0a82587bc6fbdfb170;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]`.