apps: change list command to only list fetchable algorithms.
authorPauli <pauli@openssl.org>
Mon, 10 May 2021 02:12:38 +0000 (12:12 +1000)
committerPauli <pauli@openssl.org>
Wed, 12 May 2021 08:40:57 +0000 (18:40 +1000)
commit482e6693b436e2de31a7c20d03fc73398b04767f
tree0fdcd2b78b2d2c7ce92d3d0699d865c35e94a2fc
parent4966411789f9337b311eacb5c45ddd3e750d4c17
apps: change list command to only list fetchable algorithms.

The -propquery option will work with this change.  By default the output will
be the same.

Also address some inconsistencies in the code with respects to error checking.

Fixes #15196

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15211)
apps/list.c
util/libcrypto.num