X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=INSTALL.md;h=80f271287bfbbf08e59e472e97004dd846d7209f;hb=refs%2Fheads%2Fopenssl_1_1_1;hp=5849af24013b7d7fb51096284f741ab628a7b951;hpb=78c3ffe75dfea328fd604f8e2f34338079e09c98;p=openssl-gost%2Fengine.git diff --git a/INSTALL.md b/INSTALL.md index 5849af2..80f2712 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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]`.