mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
Deprecate -cipher-commands and -digest-commands options
Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/13669)
This commit is contained in:
parent
908465be59
commit
cb75a155b6
@ -1295,8 +1295,10 @@ const OPTIONS list_options[] = {
|
||||
{"select", OPT_SELECT_NAME, 's', "Select a single algorithm"},
|
||||
{"commands", OPT_COMMANDS, '-', "List of standard commands"},
|
||||
{"standard-commands", OPT_COMMANDS, '-', "List of standard commands"},
|
||||
#ifndef OPENSSL_NO_DEPRECATED_3_0
|
||||
{"digest-commands", OPT_DIGEST_COMMANDS, '-',
|
||||
"List of message digest commands"},
|
||||
"List of message digest commands (deprecated)"},
|
||||
#endif
|
||||
{"digest-algorithms", OPT_DIGEST_ALGORITHMS, '-',
|
||||
"List of message digest algorithms"},
|
||||
{"kdf-algorithms", OPT_KDF_ALGORITHMS, '-',
|
||||
@ -1307,7 +1309,10 @@ const OPTIONS list_options[] = {
|
||||
"List of random number generators"},
|
||||
{"mac-algorithms", OPT_MAC_ALGORITHMS, '-',
|
||||
"List of message authentication code algorithms"},
|
||||
{"cipher-commands", OPT_CIPHER_COMMANDS, '-', "List of cipher commands"},
|
||||
#ifndef OPENSSL_NO_DEPRECATED_3_0
|
||||
{"cipher-commands", OPT_CIPHER_COMMANDS, '-',
|
||||
"List of cipher commands (deprecated)"},
|
||||
#endif
|
||||
{"cipher-algorithms", OPT_CIPHER_ALGORITHMS, '-',
|
||||
"List of cipher algorithms"},
|
||||
{"encoders", OPT_ENCODERS, '-', "List of encoding methods" },
|
||||
|
Loading…
Reference in New Issue
Block a user