commit | 8ed5280374256db3816f02284872531f51133d63 | [log] [tgz] |
---|---|---|
author | Tamas Ban <tamas.ban@arm.com> | Thu Mar 14 09:36:05 2024 +0100 |
committer | Maulik Patel <maulik.patel@arm.com> | Fri Apr 05 13:15:47 2024 +0100 |
tree | 2d28eb67c3731f939627e76cf3d584a9b4b6c890 | |
parent | 5ac878077355a78c6725ecd0886679ef5472bf9e [diff] |
DPE: Fix COSE_Key encoding When exporting an EC public key with psa_export_key then a fixed 0x04 byte is added to the beginning of the key. This must be removed when converting it to COSE_Key. Change-Id: If61abf594bdc381b8a8cc9149332daaa0e16f916 Signed-off-by: Tamas Ban <tamas.ban@arm.com>