Releases: trussed-dev/trussed-staging
Releases · trussed-dev/trussed-staging
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).
chunked v0.1.0
v0.1.0
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