Releases: trussed-dev/trussed-auth
Releases · trussed-dev/trussed-auth
v0.3.0
Breaking Changes
-
Add
delete_app_keys
anddelete_auth_keys
syscalls. (#33)delete_all_pins
now doesn't affect application keysreset_app_keys
: delete all application keys. Getting them again after calling this will not yield the same keyreset_auth_data
combinesdelete_all_pins
anddelete_app_keys
Applications (trussed-secrets) relying on the old
delete_all_pins
behaviour will need to be fixed.
Added
- Make more items public (#36)
v0.2.2
v0.2.1
v0.2.0
v0.1.1
v0.1.0
Initial release with PIN handling and key derivation from PINs.