Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@robin-nitrokey robin-nitrokey released this 22 Mar 20:44
· 22 commits to main since this release
v0.3.0
becc5a3

Breaking Changes

  • Add delete_app_keys and delete_auth_keys syscalls. (#33)

    • delete_all_pins now doesn't affect application keys
    • reset_app_keys: delete all application keys. Getting them again after calling this will not yield the same key
    • reset_auth_data combines delete_all_pins and delete_app_keys

    Applications (trussed-secrets) relying on the old delete_all_pins behaviour will need to be fixed.

  • Update Trussed dependency (#33, #35, #37)

Added

  • Make more items public (#36)