]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(auth): require bit strings to have no unused bits
authorDemi Marie Obenour <demiobenour@gmail.com>
Thu, 8 Dec 2022 20:24:27 +0000 (15:24 -0500)
committerSandrine Bailleux <sandrine.bailleux@arm.com>
Tue, 3 Jan 2023 16:48:51 +0000 (17:48 +0100)
commit8816dbb3819e626d14e1bb9702f6446cb80e26f0
tree1665bb4e4b2bdc2df24a3e225649558321ecc4d3
parent2439a808863afbe20ccc6857cdea9b2cff2c08db
fix(auth): require bit strings to have no unused bits

This is already checked by the crypto module or by mbedTLS, but checking
it in the X.509 parser is harmless.

Change-Id: Ifdbe3b4c6d04481bb8e93106ee04b49a70f50d5d
Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>
drivers/auth/mbedtls/mbedtls_x509_parser.c