Trouble generating an EC Key pair using EC curve Secp256k1

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Trouble generating an EC Key pair using EC curve Secp256k1

Jump to solution
1,373 Views
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!

Labels (1)
0 Kudos
1 Solution
1,252 Views
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.
-------------------------------------------------------------------------------

View solution in original post

0 Kudos
1 Reply
1,253 Views
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 Kudos