Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storing <any type of> keys in Solo #594

Open
eozturk1 opened this issue Dec 30, 2021 · 0 comments
Open

Storing <any type of> keys in Solo #594

eozturk1 opened this issue Dec 30, 2021 · 0 comments

Comments

@eozturk1
Copy link

I see that there is this function in device.c:

int8_t ctap_store_key(uint8_t index, uint8_t * key, uint16_t len);
  1. Can it be used to store any type of key/data -- assuming it adheres to space limitations?
  2. If this is possible, can the current MAX_KEYS value be increased? It is 1 -- which is a bit limiting.
  3. How can we delete a key stored with this function? ctap_reset?
  4. Lastly, any other ways to store keys? Do we need to convert various types of keys into ResidentKeys?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant