summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-10-01 20:41:53 +0200
committerRichard Levitte <levitte@openssl.org>2019-10-09 10:45:10 +0200
commitbc9564c2f9fdce250b804210bc866b2bf9820f0d (patch)
tree0fc600238f1565cd9442e0bc211e5f5f5f1a3469 /doc
parenta43384fde39261adc86f0c3f2d67fb4c0efb4e57 (diff)
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 <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/10065)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/openssl-ciphers.pod3
-rw-r--r--doc/man1/openssl-dgst.pod2
-rw-r--r--doc/man1/openssl-engine.pod2
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<ccgost> engine, included in the OpenSSL distribution.
+algorithms, such as the B<gost> 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<gost-mac> algorithm,
-supported by B<ccgost> engine. MAC keys and other options should be set
+supported by the B<gost> engine. MAC keys and other options should be set
via B<-macopt> parameter.
The L<openssl-mac(1)> 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<rsax> engine:
+To list the capabilities of the B<rsax> engine:
$ openssl engine -c
(rsax) RSAX engine support