summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-05-10 12:12:38 +1000
committerPauli <pauli@openssl.org>2021-05-12 18:40:57 +1000
commit482e6693b436e2de31a7c20d03fc73398b04767f (patch)
tree0fdcd2b78b2d2c7ce92d3d0699d865c35e94a2fc /util
parent4966411789f9337b311eacb5c45ddd3e750d4c17 (diff)
downloadopenssl-new-482e6693b436e2de31a7c20d03fc73398b04767f.tar.gz
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)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index a99b5aa047..857ed43a52 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5341,6 +5341,8 @@ X509_REQ_new_ex ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_dup ? 3_0_0 EXIST::FUNCTION:
RSA_PSS_PARAMS_dup ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_derive_set_peer_ex ? 3_0_0 EXIST::FUNCTION:
+OSSL_DECODER_name ? 3_0_0 EXIST::FUNCTION:
+OSSL_ENCODER_name ? 3_0_0 EXIST::FUNCTION:
OSSL_DECODER_description ? 3_0_0 EXIST::FUNCTION:
OSSL_ENCODER_description ? 3_0_0 EXIST::FUNCTION:
OSSL_STORE_LOADER_description ? 3_0_0 EXIST::FUNCTION: