LX2160ardb_rev2: ECC/ECDSA verification in u-boot without using SEC engine

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

LX2160ardb_rev2: ECC/ECDSA verification in u-boot without using SEC engine

1,830件の閲覧回数
csr202
Contributor II

LX2160ardb_rev2:

Does u-boot support ECC/ECDSA verification without using hw SEC engine?

Is there any existing implementation available in u-boot (e.g. open-ssl) for ECC/ECDSA verification without using hw SEC engine?  

 

 

0 件の賞賛
返信
5 返答(返信)

1,812件の閲覧回数
csr202
Contributor II

any update on this thread ?

0 件の賞賛
返信

1,772件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

Just found another opensource patches raised to support image signing with ECSDA: https://lists.denx.de/pipermail/u-boot/2021-January/436864.html
customer may try it themselves.
Again, not supported or tested by NXP.

1,766件の閲覧回数
csr202
Contributor II

Thanks for the prompt response.

0 件の賞賛
返信

1,805件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

Let me confirm with the AE team.

1,791件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

Doing ECC/ECDSA may be taking too long without SEC engine.
LSDK only provide RSA support.
There are ECC/ECDSA reference code on the internet. We neither support or endorse it. Customer can use it at their own risk.
e.g. https://lists.denx.de/pipermail/u-boot/2021-January/436876.html
[PATCH v3 3/6] lib: Add support for ECDSA image signing