]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/store/store_result.c
STORE: Stop the flood of errors
authorRichard Levitte <levitte@openssl.org>
Sat, 29 Aug 2020 07:40:31 +0000 (09:40 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 3 Sep 2020 15:48:32 +0000 (17:48 +0200)
commitc2150f73571fbcf150d0a7e5eaef537fd43857fa
treeccadefea88cd4257301e689e247da1a92ac9e620
parent67b640135696d4426475fb0c455c094a6c33ee45
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)
crypto/store/store_result.c