X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=README.gost;h=74c5eb2f55991c667769539b074c2370a1584f67;hb=4d469ca5eabf18d3d5a121f133c7c31243f4a0ae;hp=9ed86a5b885cd5e48325e0c34d1cc4fb5a4c168d;hpb=09c5128a8ed6f0ff1505cd2a13d0e3982328366d;p=openssl-gost%2Fengine.git diff --git a/README.gost b/README.gost index 9ed86a5..74c5eb2 100644 --- a/README.gost +++ b/README.gost @@ -81,6 +81,12 @@ And section which describes configuration of the engine should contain 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 +to [gost_section] + Where engine_id parameter specifies name of engine (should be "gost"). dynamic_path is a location of the loadable shared library implementing the engine. If the engine is compiled statically or is located in the OpenSSL