- Update
cbor-smol
dependency to v0.5.0
v0.3.6 (2024-10-17)
- Add implementation of the
trussed-hpke
extension (#36)
v0.3.5 (2024-08-13)
- Add support for more curves (#33):
- NIST P-384
- Brainpool P-256
- Brainpool P-384
- Brainpool P-512
- Delete metadata for transient keys (#34)
v0.3.4 (2024-07-31)
No changes.
v0.3.3 (2024-06-21)
- Update
trussed-rsa-alloc
to v0.2.1 (#32)
v0.3.2 (2024-06-07)
- Fully delete application PINs on application factory-reset (#30)
v0.3.1 (2024-04-10)
- Remove top-level
dat
folder to reduce filesystem usage (#16) - Update
trussed-auth
to v0.3.0
v0.3.0 (2024-03-15)
- Use extension crates
trussed-manage
andtrussed-wrap-key-to-file
instead of backend cratetrussed-staging
(#13) - Move
manage::ManageExtension
intotrussed-se050-manage
crate and rename it toSe050ManageExtension
(#13)
v0.2.0 (2024-03-04)
- Add support for more RSA operations with the raw mechanism
- Update
trussed
dependency
v0.1.0 (2023-11-28)
Initial release providing the Trussed core syscalls and the auth and manage extensions.