arm-trusted-firmware/drivers/auth
Antonio Nino Diaz 51c5e1a29f Clear static variables in X509 parser on error
In mbedtls_x509_parser.c there are some static arrays that are filled
during the integrity check and then read whenever an authentication
parameter is requested. However, they aren't cleared in case of an
integrity check failure, which can be problematic from a security
point of view. This patch clears these arrays in the case of failure.

Change-Id: I9d48f5bc71fa13e5a75d6c45b5e34796ef13aaa2
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
2017-01-19 09:30:32 +00:00
..
mbedtls Clear static variables in X509 parser on error 2017-01-19 09:30:32 +00:00
tbbr TBB: add non-volatile counter support 2016-03-31 13:29:17 +01:00
auth_mod.c tbbr: Fix updating of Non-Trusted NV counter 2016-12-15 14:12:35 +00:00
crypto_mod.c TBB: add authentication framework 2015-06-25 08:53:26 +01:00
img_parser_mod.c TBB: add authentication framework 2015-06-25 08:53:26 +01:00