From bc9564c2f9fdce250b804210bc866b2bf9820f0d Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 1 Oct 2019 20:41:53 +0200 Subject: [PATCH] Command docs: fix some engine references "gost" was called "ccgost". "rsax" was treated like literal input rather than an engine name. Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/10065) --- doc/man1/openssl-ciphers.pod | 3 ++- doc/man1/openssl-dgst.pod | 2 +- doc/man1/openssl-engine.pod | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/man1/openssl-ciphers.pod b/doc/man1/openssl-ciphers.pod index bfc6ff0b70..e0fd549b96 100644 --- a/doc/man1/openssl-ciphers.pod +++ b/doc/man1/openssl-ciphers.pod @@ -497,7 +497,8 @@ e.g. DES-CBC3-SHA. In these cases, RSA authentication is used. =head2 GOST cipher suites from draft-chudov-cryptopro-cptls, extending TLS v1.0 Note: these ciphers require an engine which including GOST cryptographic -algorithms, such as the B engine, included in the OpenSSL distribution. +algorithms, such as the B engine, which isn't part of the OpenSSL +distribution. TLS_GOSTR341094_WITH_28147_CNT_IMIT GOST94-GOST89-GOST89 TLS_GOSTR341001_WITH_28147_CNT_IMIT GOST2001-GOST89-GOST89 diff --git a/doc/man1/openssl-dgst.pod b/doc/man1/openssl-dgst.pod index 729548a4c1..f83c2ac516 100644 --- a/doc/man1/openssl-dgst.pod +++ b/doc/man1/openssl-dgst.pod @@ -130,7 +130,7 @@ option. Create MAC (keyed Message Authentication Code). The most popular MAC algorithm is HMAC (hash-based MAC), but there are other MAC algorithms which are not based on hash, for instance B algorithm, -supported by B engine. MAC keys and other options should be set +supported by the B engine. MAC keys and other options should be set via B<-macopt> parameter. The L command should be preferred to using this command line diff --git a/doc/man1/openssl-engine.pod b/doc/man1/openssl-engine.pod index 29a5ea1641..ea5cf4d2f2 100644 --- a/doc/man1/openssl-engine.pod +++ b/doc/man1/openssl-engine.pod @@ -87,7 +87,7 @@ To list all the commands available to a dynamic engine: LOAD: Load up the ENGINE specified by other settings (input flags): NO_INPUT -To list the capabilities of the I engine: +To list the capabilities of the B engine: $ openssl engine -c (rsax) RSAX engine support -- 2.25.1