Commit 2c2743d
nrf_security: Allow the IAK to be exported in Cracen
The Cracen builtin keys now have a list of allowed owners which
dictates which owner can use each key.
This has an issue with the IAK because this key should only be
usable by the TF-M attestation partition but at the same time it
should be possible for the application to export the public key
of it.
This updates the logic in the export_public_key function in the
Cracen PSA driver to skip checking for ownerhip for the IKG keys
of Cracen for this function.
Signed-off-by: Georgios Vasilakis <[email protected]>1 parent a4e658f commit 2c2743d
File tree
1 file changed
+8
-1
lines changed- subsys/nrf_security/src/drivers/cracen/cracenpsa/src
1 file changed
+8
-1
lines changedLines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
895 | 895 | | |
896 | 896 | | |
897 | 897 | | |
898 | | - | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
899 | 906 | | |
900 | 907 | | |
901 | 908 | | |
| |||
0 commit comments