You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Haltium devices, each CRACEN built-in key ID is expected to reference
a different IKG-generated key for each domain. This used to be a part of
SUIT SDFW's platform key implementation, which is now unused and will be
removed soon. When no personalization string is passed, all domains have
the same IAK, MKEK, and MEXT keys.
To solve this, introduce a more generic key personalization scheme that
leverages the owner ID already passed from `cracen_load_ikg_keyref()`.
It's hidden behind a new Kconfig option, which is disabled by default,
as it only makes sense when MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER.
Ref: NCSDK-35202
Signed-off-by: Grzegorz Swiderski <[email protected]>
0 commit comments