trussed-dev / trussed-auth

Authentication extension and backend for Trussed
1 stars 3 forks source link

Separate factory reset of pins and application keys #29

Closed sosthene-nitrokey closed 1 year ago

robin-nitrokey commented 1 year ago

Ok, I'll make delete_all_pins only delete pins, and add two syscall:

  • reset_application_keys (delete app keys)
  • reset_auth_data (delete everything)

https://github.com/trussed-dev/trussed-auth/pull/21#issuecomment-1504795730

sosthene-nitrokey commented 1 year ago

Implemented in #33