Trouble generating an EC Key pair using EC curve Secp256k1

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

Trouble generating an EC Key pair using EC curve Secp256k1

跳至解决方案
2,403 次查看
badhri_radhakri
Contributor II

Hi guys, so I'm trying to create an EC Key pair (private + public) using the WriteECKey APDU command. Below is my command:

80 01 61 00 09 41 04 00 00 00 05 42 01 10

My object identifier is 00 00 00 05

I set the default policies.

I checked the object identifier if it already exists and it doesn't exist. But when i always run this command, i get the below response:

"69 85" - Conditions of use not satisfied.

I'm able to create an EC Key pair using a different EC Curve (example: NIST_P256) I'm able to generate it successfully. Is there a limitation in SE050 that doesn't allow to generate key pairs using Koblitz curve ?

pastedImage_6.png

The datasheet says the Generate Key operation is available for the mentioned curves but also says that "not all operations are applicable to all curves". Are they talking about the Applicable access rules in Default Policies ?

Currently testing out with the Dev board OM-SE050ARD which has the Koblitz curve feature.

I really need some info on this. Appreciate if someone can help me.

Thanks!

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

Basically it should work, but I am not sure if you delete this curve from your device, have you tried with the following command to check it?

pastedImage_1.png

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 项奖励
回复
1 回复
2,283 次查看
Kan_Li
NXP TechSupport
NXP TechSupport

Basically it should work, but I am not sure if you delete this curve from your device, have you tried with the following command to check it?

pastedImage_1.png

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 项奖励
回复