openssl/crypto/store
Richard Levitte 521a0bf6a1 crypto/store/ossl_result.c: Better filtering of errors
The diverse variants of try_XXX() were filtering errors independently
of each other.  It's better done in ossl_store_handle_load_result()
itself, where we have control over the overall success and failure of
the attempts.

Fixes #14973

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/15008)
2021-04-23 20:22:49 +02:00
..
build.info
store_err.c
store_init.c
store_lib.c Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free(). 2021-04-12 16:55:30 +10:00
store_local.h
store_meth.c
store_register.c
store_result.c crypto/store/ossl_result.c: Better filtering of errors 2021-04-23 20:22:49 +02:00
store_strings.c