mirror of https://github.com/openssl/openssl.git
Fixes #13656. Right now all openssl commands use a NULL propq. This patch adds a possibility to specify a custom propq. The implementation follows the example of set_nameopt/get_nameopt. Various tools had to be modified to call app_get0_propq after it has been populated. Otherwise the -propquery has no effect. The tests then verify the -propquery affects the tool behaviour by requesting a non-existing property. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13707) |
||
|---|---|---|
| .. | ||
| app_params.c | ||
| app_provider.c | ||
| app_rand.c | ||
| app_x509.c | ||
| apps.c | ||
| apps_ui.c | ||
| build.info | ||
| columns.c | ||
| engine.c | ||
| engine_loader.c | ||
| fmt.c | ||
| http_server.c | ||
| names.c | ||
| opt.c | ||
| s_cb.c | ||
| s_socket.c | ||
| vms_decc_argv.c | ||
| vms_term_sock.c | ||
| win32_init.c | ||