Releases: trussed-dev/trussed-auth
Releases · trussed-dev/trussed-auth
v0.4.0
22 Jan 10:18
Compare
Sorry, something went wrong.
No results found
Breaking Changes
Extract AuthBackend into trussed-auth-backend crate
Use trussed-core and remove default features for trussed
v0.3.0
22 Mar 20:44
Compare
Sorry, something went wrong.
No results found
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 )
v0.2.2
26 Apr 13:10
Compare
Sorry, something went wrong.
No results found
Use CoreContext::new to fix compilation with recent Trussed changes.
Provide a derived application key for encryption without a PIN (#20 )
v0.2.1
05 Apr 14:34
Compare
Sorry, something went wrong.
No results found
Fix salt path location (#25 )
v0.2.0
05 Apr 14:20
Compare
Sorry, something went wrong.
No results found
Fix data location (#23 )
Add pin counter reset mechanism (#17 )
v0.1.1
06 Mar 17:58
Compare
Sorry, something went wrong.
No results found
Add support for "missing" hw key (#16 )
v0.1.0
03 Mar 11:54
Compare
Sorry, something went wrong.
No results found
Initial release with PIN handling and key derivation from PINs.