]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add verbose output to 'openssl list -store-loaders'
authorRichard Levitte <levitte@openssl.org>
Thu, 16 Jan 2025 09:16:17 +0000 (10:16 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 28 Apr 2025 15:19:55 +0000 (17:19 +0200)
commit9123684c817c48681aa1998e789c4dae6617c4de
tree4a2ee6990218ced720364092737a8f68a183f41e
parent04b59c419933adca4cde1d97e2c7522cb21c3468
Add verbose output to 'openssl list -store-loaders'

The provider based STORE loaders do have settable parameters, so they should
be displayed when '-verbose' is given, just like for any other list.

Out of necessity, this also introduces OSSL_STORE_LOADER_settable_ctx_params()

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26437)
apps/list.c
crypto/store/store_meth.c
doc/man3/OSSL_STORE_LOADER.pod
include/openssl/store.h
util/libcrypto.num