openssl/apps/lib
Matt Caswell 3a2171f6aa Don't forget the type of thing we are loading
The apps helper function load_key_certs_crls() is a general purpose
function for loading different types of objects from a given URI. It
sets up an OSSL_STORE and calls OSSL_STORE_expect() so that the store
knows what type of thing to expect to load. Unfortunately this wasn't
working and was always setting "expect" to 0 - which means "anything".

Fixes #13709

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14191)
2021-02-18 16:05:22 +00:00
..
app_params.c
app_provider.c Update copyright year 2021-02-18 15:05:17 +00:00
app_rand.c Update copyright year 2021-02-18 15:05:17 +00:00
app_x509.c
apps_ui.c
apps.c Don't forget the type of thing we are loading 2021-02-18 16:05:22 +00:00
build.info Deprecate the low level SRP APIs 2021-02-12 08:47:32 +00:00
columns.c
engine_loader.c
engine.c
fmt.c
http_server.c
names.c
opt.c Switch to BIO_snprintf to avoid missing symbol problems on Windows 2021-02-05 18:03:40 +10:00
s_cb.c Update copyright year 2021-01-28 13:54:57 +01:00
s_socket.c
tlssrp_depr.c Deprecate the libssl level SRP APIs 2021-02-12 08:47:32 +00:00
vms_decc_argv.c
vms_term_sock.c
win32_init.c