You've already forked trussed-staging
mirror of
https://github.com/trussed-dev/trussed-staging.git
synced 2026-06-20 04:16:23 -07:00
3.1 KiB
3.1 KiB
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.
Unreleased
0.5.0-rc.1 - 2026-06-09
- Update to
trussedv0.2.0-rc.1
0.4.0 - 2026-03-23
- Update extensions:
trussed-chunkedv0.3.0trussed-fs-infov0.3.0trussed-hkdfv0.4.0trussed-hpkev0.3.0trussed-managev0.3.0trussed-wrap-key-to-filev0.3.0
- Update dependencies:
heaplessv0.9heapless-bytesv0.5trussed-corev0.2
0.3.3 - 2025-05-13
-
When factory-resetting, mark empty filesystems for reformatting (#36)
-
Update extensions:
trussed-chunkedv0.2.1trussed-hkdfv0.3.0trussed-hpkev0.2.0trussed-managev0.2.0trussed-wrap-key-to-filev0.2.0trussed-fs-infov0.2.0
0.3.2 - 2024-10-18
- Implement
HpkeExtension(#25)
0.3.1 - 2024-08-01
- Implement
FsInfoExtension(#27)
0.3.0 - 2024-03-25
- Remove
managefrom default features. - Implement
HkdfExtension(moved from Nitrokey/trussed-hkdf-backend)
0.2.0 - 2024-03-15
- Move extension definitions into separate crates (see the
extensionsdirectory, #3) - Add
ManageExtension: Factory reset the entire device or the state of a given client (#11) ChunkedExtension: AddAppendFileandPartialReadFilesyscalls.- Remove the
encrypted-chunkedfeature and always enable encrypted syscalls forChunkedExtension(#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 chunksWrapKeyToFileExtension: wrap or unwrap a key to or from a file