]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
Fixed GOST_PK_FORMAT param 75/head
authorSergey Aganin <sergey.aganin@gmail.com>
Mon, 20 Aug 2018 11:47:37 +0000 (14:47 +0300)
committerGitHub <noreply@github.com>
Mon, 20 Aug 2018 11:47:37 +0000 (14:47 +0300)
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]`.