openssl list: Fix help text about -cipher-algorithms option
authorDaniel Fiala <daniel@openssl.org>
Mon, 10 Oct 2022 08:53:14 +0000 (10:53 +0200)
committerHugo Landau <hlandau@openssl.org>
Mon, 24 Oct 2022 10:05:20 +0000 (11:05 +0100)
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)

(cherry picked from commit 2eb75291c1357cdaf852e0da613edc14f3d5ae4f)

apps/list.c
doc/man1/openssl-list.pod.in

index 0d12bd6beca6b528799d0c918cface4ee6abcb0f..514abacfc835fd884bfa67eb991b90d4ed920488 100644 (file)
@@ -1474,7 +1474,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" },
index d68454ce7124cb680e178a3a9a60a926a8669dbf..cdca6a2e4d0f52173cfd6a11408170043ab3262b 100644 (file)
@@ -94,10 +94,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.