commit | 4377ab3e8260d88c549a963e2bab3dae220b4fc7 | [log] [tgz] |
---|---|---|
author | Juan Pablo Conde <juanpablo.conde@arm.com> | Wed Jun 26 15:48:07 2024 -0500 |
committer | Juan Pablo Conde <juanpablo.conde@arm.com> | Thu Jul 11 15:15:27 2024 -0500 |
tree | 80389bc885cbaefe4b6b223b0818e7173e3a03f5 | |
parent | 9e63439a0bce2ec85ea8f4106a960ccac30fd7fd [diff] |
refactor(lib/attestation): verify token fits in token buffer With this patch, an assertion checks whether the received token from EL3 has a length shorter or equal to the length of the token buffer used to copy the token to from the EL3-RMM shared buffer, so the token fits in the token buffer in RMM. Change-Id: I71bf3103cf000be13b39dc240b032dc206078782 Signed-off-by: Juan Pablo Conde <juanpablo.conde@arm.com>