aboutsummaryrefslogtreecommitdiff
path: root/README.gost
diff options
context:
space:
mode:
authorboggard <varyanik2@gmail.com>2017-07-12 21:01:56 +0300
committerboggard <varyanik2@gmail.com>2017-07-12 21:01:56 +0300
commit82d1ac30943cbe9223f024466404e7be720379b6 (patch)
treea6baa7ff8bb8187a41866de762beef27b00ba5b8 /README.gost
parentf8a4b31268d06d4deea274a7d3e644cf4f84e386 (diff)
downloadgost-engine-82d1ac30943cbe9223f024466404e7be720379b6.zip
gost-engine-82d1ac30943cbe9223f024466404e7be720379b6.tar.gz
gost-engine-82d1ac30943cbe9223f024466404e7be720379b6.tar.bz2
Variable has renamed and documentation has changed
Diffstat (limited to 'README.gost')
-rw-r--r--README.gost6
1 files changed, 4 insertions, 2 deletions
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").