commit | f1e8880557afaf0f941e7bf827057608fbe9a639 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Thu Jul 08 17:02:44 2021 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Fri Jul 09 15:40:24 2021 +0200 |
tree | 0fde7004c0a204e1737cdaedb97c8c3fc32ce356 | |
parent | aeda1d5a62a9c39858c5053e9f9531f8d86e910f [diff] |
Revert "libutee: TEE_MACCompareFinal(): panic if input size is too large" This reverts commit dbb3274a60f0b258fe115ed1678fc569335c0c5d. It turns out the panic reason cited in the commit ("If input data exceeds maximum length for the algorithm") applies to the message only and has nothing to do with macLen. The same sentence appears elsewhere in the spec where there is no ambiguity. Signed-off-by: Jerome Forissier <jerome@forissier.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers