Skip to content

Releases: trussed-dev/trussed-staging

v0.3.0

25 Mar 12:23
v0.3.0
e016b25
Compare
Choose a tag to compare

All changes

hkdf v0.2.0

25 Mar 12:22
hkdf-v0.2.0
e016b25
Compare
Choose a tag to compare

v0.2.0

15 Mar 10:26
v0.2.0
5fc0071
Compare
Choose a tag to compare
  • Move extension definitions into separate crates (see the extensions directory, #3)
  • Add ManageExtension: Factory reset the entire device or the state of a given client (#11)
  • ChunkedExtension: Add AppendFile and PartialReadFile syscalls.
  • Remove the encrypted-chunked feature and always enable encrypted syscalls
    for ChunkedExtension (#20)

All changes

wrap-key-to-file v0.1.0

15 Mar 10:29
wrap-key-to-file-v0.1.0
5fc0071
Compare
Choose a tag to compare
  • Extract the WrapKeyToFileExtension from trussed-staging 0.1.0 (#3)

manage v0.1.0

15 Mar 10:28
manage-v0.1.0
5fc0071
Compare
Choose a tag to compare

Initial release of the ManageExtension that allows the factory reset of the
entire device or of the state of a given client (#11).

chunked v0.1.0

15 Mar 10:27
chunked-v0.1.0
5fc0071
Compare
Choose a tag to compare
  • Extract the ChunkedExtension from trussed-staging 0.1.0 (#3)
  • Add AppendFile and PartialReadFile syscalls
  • Remove the encrypted-chunked feature and always enable encrypted syscalls (#20)

v0.1.0

26 Apr 13:41
v0.1.0
5d7816e
Compare
Choose a tag to compare

Initial release with these extensions:

  • ChunkedExtension: read or write an unencrypted or encrypted file that is larger than the default Trussed message size in chunks
  • WrapKeyToFileExtension: wrap or unwrap a key to or from a file