Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Fiala <daniel@openssl.org>2022-10-10 11:53:14 +0300
committerHugo Landau <hlandau@openssl.org>2022-10-24 13:04:23 +0300
commit2eb75291c1357cdaf852e0da613edc14f3d5ae4f (patch)
tree173b60c1573d4945d789e25084b0d82831164a54
parent04d07ffbed483660c96d3b197df28ab3b1420637 (diff)
openssl list: Fix help text about -cipher-algorithms option
Fixes openssl#19133 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19370)
-rw-r--r--apps/list.c2
-rw-r--r--doc/man1/openssl-list.pod.in6
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/list.c b/apps/list.c
index ec5583937c..713a20cafa 100644
--- a/apps/list.c
+++ b/apps/list.c
@@ -1482,7 +1482,7 @@ const OPTIONS list_options[] = {
"List of cipher commands (deprecated)"},
#endif
{"cipher-algorithms", OPT_CIPHER_ALGORITHMS, '-',
- "List of cipher algorithms"},
+ "List of symmetric cipher algorithms"},
{"encoders", OPT_ENCODERS, '-', "List of encoding methods" },
{"decoders", OPT_DECODERS, '-', "List of decoding methods" },
{"key-managers", OPT_KEYMANAGERS, '-', "List of key managers" },
diff --git a/doc/man1/openssl-list.pod.in b/doc/man1/openssl-list.pod.in
index 9404637a32..72acb6ae38 100644
--- a/doc/man1/openssl-list.pod.in
+++ b/doc/man1/openssl-list.pod.in
@@ -129,10 +129,10 @@ This option is deprecated. Use B<cipher-algorithms> instead.
Display a list of cipher commands, which are typically used as input
to the L<openssl-enc(1)> or L<openssl-speed(1)> commands.
-=item B<-digest-algorithms>, B<-kdf-algorithms>, B<-mac-algorithms>,
-B<-cipher-algorithms>
+=item B<-cipher-algorithms>, B<-digest-algorithms>, B<-kdf-algorithms>,
+B<-mac-algorithms>,
-Display a list of cipher, digest, kdf and mac algorithms.
+Display a list of symmetric cipher, digest, kdf and mac algorithms.
See L</Display of algorithm names> for a description of how names are
displayed.