From 482e6693b436e2de31a7c20d03fc73398b04767f Mon Sep 17 00:00:00 2001 From: Pauli Date: Mon, 10 May 2021 12:12:38 +1000 Subject: 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 (Merged from https://github.com/openssl/openssl/pull/15211) --- util/libcrypto.num | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util') 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: -- cgit v1.2.3