Skip to content

Releases: trussed-dev/trussed-staging

v0.3.2

17 Oct 19:32
v0.3.2
7c99973
Compare
Choose a tag to compare
  • Implement HpkeExtension (#25)

All Changes

hpke-v0.1.0

17 Oct 19:31
hpke-v0.1.0
7c99973
Compare
Choose a tag to compare

Initial release of the HpkeExtension.

v0.3.1

17 Oct 19:28
v0.3.1
72b0820
Compare
Choose a tag to compare
  • Implement FsInfoExtension (#27)

All Changes

fs-info-v0.1.0

17 Oct 19:27
fs-info-v0.1.0
72b0820
Compare
Choose a tag to compare

Initial release of the FsInfoExtension.

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)