From: Daniel Fiala Date: Mon, 10 Oct 2022 08:53:14 +0000 (+0200) Subject: openssl list: Fix help text about -cipher-algorithms option X-Git-Tag: openssl-3.2.0-alpha1~1844 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2eb75291c1357cdaf852e0da613edc14f3d5ae4f;p=thirdparty%2Fopenssl.git openssl list: Fix help text about -cipher-algorithms option Fixes openssl#19133 Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell Reviewed-by: Paul Dale Reviewed-by: Hugo Landau (Merged from https://github.com/openssl/openssl/pull/19370) --- diff --git a/apps/list.c b/apps/list.c index ec5583937c9..713a20cafab 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 9404637a326..72acb6ae386 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 instead. Display a list of cipher commands, which are typically used as input to the L or L 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 for a description of how names are displayed.