X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=README.gost;h=74c5eb2f55991c667769539b074c2370a1584f67;hb=82d1ac30943cbe9223f024466404e7be720379b6;hp=d6d54648c29d33daf79b1a8a00d2b69befdeb897;hpb=f8a4b31268d06d4deea274a7d3e644cf4f84e386;p=openssl-gost%2Fengine.git diff --git a/README.gost b/README.gost index d6d5464..74c5eb2 100644 --- a/README.gost +++ b/README.gost @@ -81,8 +81,10 @@ And section which describes configuration of the engine should contain default_algorithms = ALL CRYPT_PARAMS = id-Gost28147-89-CryptoPro-A-ParamSet -If you want use unmask private key format, you must add: - PK_PARAMS = UNMASK +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 to [gost_section] Where engine_id parameter specifies name of engine (should be "gost").