Releases: trussed-dev/trussed-auth
Releases · trussed-dev/trussed-auth
Release list
backend v0.2.0-rc.1
- Update to
trussedv0.2.0-rc.1
v0.5.0
backend v0.1.0
v0.4.0
Breaking Changes
- Extract
AuthBackendintotrussed-auth-backendcrate - Use
trussed-coreand remove default features fortrussed
v0.3.0
Breaking Changes
-
Add
delete_app_keysanddelete_auth_keyssyscalls. (#33)delete_all_pinsnow doesn't affect application keysreset_app_keys: delete all application keys. Getting them again after calling this will not yield the same keyreset_auth_datacombinesdelete_all_pinsanddelete_app_keys
Applications (trussed-secrets) relying on the old
delete_all_pinsbehaviour will need to be fixed.
Added
- Make more items public (#36)
v0.2.2
- Use
CoreContext::newto fix compilation with recent Trussed changes. - Provide a derived application key for encryption without a PIN (#20)
v0.2.1
v0.2.0
v0.1.1
- Add support for "missing" hw key (#16)
v0.1.0
Initial release with PIN handling and key derivation from PINs.