Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

47 lines (31 loc) · 1.71 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.3.0 - 2024-03-25

0.2.0 - 2024-03-15

  • 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)

0.1.0 - 2023-04-26

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