]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - INSTALL.md
Fixed GOST_PK_FORMAT param
[openssl-gost/engine.git] / INSTALL.md
index 5849af24013b7d7fb51096284f741ab628a7b951..8e36721945842cf81f6aa13b1a7e4adbe48eebcb 100644 (file)
@@ -102,7 +102,7 @@ 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]`.