summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-05-07 16:40:52 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-05-07 16:40:52 +0000
commit8002e3073bf7235801f75cf42bc0252fc034d041 (patch)
treeccbe1ea9d503ea4c16cc8f7b68410a2019e2785b /engines
parentac6f3777547957788818de5f1535dc376502de15 (diff)
Typo.
Diffstat (limited to 'engines')
-rw-r--r--engines/ccgost/README.gost4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/ccgost/README.gost b/engines/ccgost/README.gost
index 3acc5d09ce..c96cccc7b4 100644
--- a/engines/ccgost/README.gost
+++ b/engines/ccgost/README.gost
@@ -75,7 +75,7 @@ And section which describes configuration of the engine should contain
engine_id = gost
dynamic_path = /usr/lib/ssl/engines/libgost.so
default_algorithms = ALL
- crypt_params = id-Gost28147-89-CryptoPro-A-ParamSet
+ CRYPT_PARAMS = id-Gost28147-89-CryptoPro-A-ParamSet
Where engine_id parameter specifies name of engine (should be "gost").
dynamic_path is a location of the loadable shared library implementing the
@@ -84,7 +84,7 @@ engines directory, this line can be omitted.
default_algorithms parameter specifies that all algorithms, provided by
engine, should be used.
-The crypt_params parameter is engine-specific. It allows the user to choose
+The CRYPT_PARAMS parameter is engine-specific. It allows the user to choose
between different parameter sets of symmetric cipher algorithm. RFC 4357
specifies several parameters for the GOST 28147-89 algorithm, but OpenSSL
doesn't provide user interface to choose one when encrypting. So use engine