X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=engines%2Fccgost%2FREADME.gost;h=c96cccc7b40a6ea45cf11d9871fec6ef021aa544;hp=3acc5d09ce01c47f2a7805a14eb44a2b3684e1ad;hb=6bf896d9b1693916d9e8d303f9e3cc04959632b2;hpb=b6af2c7e3e77e3dc9e295027e8921c9566d523e8 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