SE050 authentication EC private key with i.MX6ULL

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

SE050 authentication EC private key with i.MX6ULL

跳至解决方案
2,386 次查看
fvjdxe
Contributor I

Hello,

we are currently using the SE050 together with the i.MX6UL. We are using the CAAM blobs to securely store the authentication EC private key for the SE050 on the flash.

For another project we want to use the i.MX6ULL, which doesn't have the CAAM module and we are discussing what would be the best way to store the authentication EC private key for the SE050 there. We understand that we can'r reach the same level of security as on the i.MX6UL.

Our current idea is to store an AES key in the CPU fuses that we then use to encrypt the authentication EC private key for the SE050 on the flash similarly to what the CAAM module would do. We think that the CPU fuses are better protected against offline attacks than the flash.

Can someone from NXP give us some feedback on our approach?

Best regards

标签 (1)
0 项奖励
回复
1 解答
2,373 次查看
Kan_Li
NXP TechSupport
NXP TechSupport

Hi @fvjdxe ,

 

I checked with the i.MX expert and please kindly have the feedback as below:

Due to Errata ERR011163, GP3, GP4 can't be programed, so customer can't use GP keys to encrypt their data by DCP.

But customer can try OTP key(Key select 0xFF in control context 1), it will use the key from OTPMK to encrypt their secret and it will be unique per device like CAAM in closed LC.

 

Hope that helps,

 

Have a great day,
Kan


-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
2 回复数
2,374 次查看
Kan_Li
NXP TechSupport
NXP TechSupport

Hi @fvjdxe ,

 

I checked with the i.MX expert and please kindly have the feedback as below:

Due to Errata ERR011163, GP3, GP4 can't be programed, so customer can't use GP keys to encrypt their data by DCP.

But customer can try OTP key(Key select 0xFF in control context 1), it will use the key from OTPMK to encrypt their secret and it will be unique per device like CAAM in closed LC.

 

Hope that helps,

 

Have a great day,
Kan


-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 项奖励
回复
2,364 次查看
fvjdxe
Contributor I

Hello Kan,

thank you for this valuable feedback. Are there by chance any examples or drivers that can help us use the DCP?

Best regards

0 项奖励
回复