openssl/crypto/store
Richard Levitte c2150f7357 STORE: Stop the flood of errors
The old 'file:' loader was recently changed to stop the flood of
repeated nested ASN.1 errors when trying to decode a DER blob in
diverse ways.

That is now reproduced in ossl_store_handle_load_result()

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12587)
2020-09-03 17:48:32 +02:00
..
build.info STORE: Deprecate legacy / ENGINE functions 2020-09-03 17:48:32 +02:00
store_err.c STORE: Distinguish public keys from private keys 2020-08-20 12:37:35 +02:00
store_init.c STORE: Move the built-in 'file:' loader to become an engine module 2020-09-03 17:48:32 +02:00
store_lib.c STORE: Fix potential memory leak 2020-09-03 17:48:32 +02:00
store_local.h STORE: Deprecate legacy / ENGINE functions 2020-09-03 17:48:32 +02:00
store_meth.c STORE: Add the base functions to support provider based loaders 2020-08-24 10:02:25 +02:00
store_register.c STORE: Change all error recording to use ERR_raise() / ERR_raise_data() 2020-08-24 10:02:26 +02:00
store_result.c STORE: Stop the flood of errors 2020-09-03 17:48:32 +02:00
store_strings.c STORE: Distinguish public keys from private keys 2020-08-20 12:37:35 +02:00