]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - README.gost
Variable has renamed and documentation has changed
[openssl-gost/engine.git] / README.gost
index d6d54648c29d33daf79b1a8a00d2b69befdeb897..74c5eb2f55991c667769539b074c2370a1584f67 100644 (file)
@@ -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").