Skip to content

Releases: trussed-dev/trussed-auth

v0.3.0

22 Mar 20:44
v0.3.0
becc5a3
Compare
Choose a tag to compare

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
v0.2.2
Compare
Choose a tag to compare
  • 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
v0.2.1
Compare
Choose a tag to compare
  • Fix salt path location (#25)

v0.2.0

05 Apr 14:20
Compare
Choose a tag to compare
  • Fix data location (#23)
  • Add pin counter reset mechanism (#17)

v0.1.1

06 Mar 17:58
v0.1.1
Compare
Choose a tag to compare
  • Add support for "missing" hw key (#16)

v0.1.0

03 Mar 11:54
v0.1.0
Compare
Choose a tag to compare

Initial release with PIN handling and key derivation from PINs.