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
A default RSA key pair is given to the Nuvoton M2354 target.
3
+
Two default RSA key pairs are given to the Nuvoton M2354 target.
4
4
5
-
Public key was pre-compiled to `targets/TARGET_NUVOTON/TARGET_M2354/TARGET_TFM/TARGET_NU_M2354/COMPONENT_TFM_S_FW/bl2.bin` and private key is in `nuvoton_m2354-root-rsa-3072.pem` for Secure image and `nuvoton_m2354-root-rsa-3072_1.pem` for Non-Secure image.
5
+
Public keys were pre-compiled to `bl2.bin` and private keys are in
6
+
`nuvoton_m2354-root-rsa-3072.pem` and `nuvoton_m2354-root-rsa-3072_1.pem`
7
+
for Secure image and Non-Secure image separately.
6
8
7
9
DO NOT use them in production code, they are exclusively for testing!
8
10
9
-
Private key must be stored in a safe place outside of the repository.
11
+
Private keys must be stored in a safe place outside of the repository.
10
12
11
-
`tools/psa/tfm/bin_utils/imgtool.py` can be used to generate new key pairs.
0 commit comments