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

Delete app keys #33

Merged

Commits on Jun 8, 2023

  1. Add reset_app_keys and reset_auth_data syscalls.

    - `delete_all_pins` now doesn't affect application keys
    - `reset_app_keys`: reset all application keys. Getting them again after calling this will not yield the same key
    - `reset_auth_data` combines `delete_all_pins` and `reset_app_keys`
    
    This is a breaking change and applications (trussed-secrets) relying on the old `delete_all_pins` behaviour will need to be fixed.
    sosthene-nitrokey committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    2bba8b8 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    sosthene-nitrokey committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    87592db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a10cac View commit details
    Browse the repository at this point in the history