Releases: trussed-dev/trussed-staging
Releases · trussed-dev/trussed-staging
v0.3.2
- Implement
HpkeExtension
(#25)
hpke-v0.1.0
Initial release of the HpkeExtension
.
v0.3.1
- Implement
FsInfoExtension
(#27)
fs-info-v0.1.0
Initial release of the FsInfoExtension
.
v0.3.0
- Remove
manage
from default features. - Implement
HkdfExtension
(moved from Nitrokey/trussed-hkdf-backend)
hkdf v0.2.0
- Move the
trussed-hkdf
crate from the Nitrokey/trussed-hkdf-backend
repository into the trussed-dev/trussed-staging repository - Remove the
HkdfBackend
. TheHkdfExtension
is now implemented by the
StagingBackend
intrussed-staging
if thehkdf
feature is enabled
v0.2.0
- 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
: AddAppendFile
andPartialReadFile
syscalls.- Remove the
encrypted-chunked
feature and always enable encrypted syscalls
forChunkedExtension
(#20)
wrap-key-to-file v0.1.0
- Extract the
WrapKeyToFileExtension
fromtrussed-staging
0.1.0 (#3)
manage v0.1.0
Initial release of the ManageExtension
that allows the factory reset of the
entire device or of the state of a given client (#11).