commit | b9057ffa3289ec3cb4fef23e0ecfa9d1a7cdb27d | [log] [tgz] |
---|---|---|
author | Mate Toth-Pal <mate.toth-pal@arm.com> | Fri Apr 29 16:03:21 2022 +0200 |
committer | Mate Toth-Pal <mate.toth-pal@arm.com> | Wed Jul 13 16:20:26 2022 +0200 |
tree | a89581cda462047e65ae9084d4d41e9e0d1852f1 | |
parent | d10a914d82424154266420fc7052d04a46c135b8 [diff] |
Refactor token and map parsing The aim of this change is to make it possible to verify nested EATs. This requires finer grade control over how the token structure is parsed, as CBOR envelopes can now be present inside the tree. So this change makes the parsing the token and the map a recursive operation, calling the necessary methods of the objects at each level. Change-Id: I4c1e29deae7b238f2d82a73bd95c533f89492d40 Signed-off-by: Mate Toth-Pal <mate.toth-pal@arm.com>