From: Sergey Aganin Date: Mon, 20 Aug 2018 11:47:37 +0000 (+0300) Subject: Fixed GOST_PK_FORMAT param X-Git-Tag: v3.0.0~378^2 X-Git-Url: http://www.wagner.pp.ru/gitweb/?p=openssl-gost%2Fengine.git;a=commitdiff_plain;h=3feabe343608ffbcb8afc887e3931796dd7f5b46 Fixed GOST_PK_FORMAT param --- diff --git a/INSTALL.md b/INSTALL.md index 5849af2..8e36721 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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]`.