Releases: Nitrokey/trussed-se050-backend
Releases · Nitrokey/trussed-se050-backend
v0.3.6
Added
- Add implementation of the
trussed-hpke
extension (#36)
All Changes
v0.3.5
Added
- Add support for more curves (#33):
- NIST P-384
- Brainpool P-256
- Brainpool P-384
- Brainpool P-512
Changed
- Delete metadata for transient keys (#34)
All Changes
v0.3.2
Changed
- Improve inlining of se050 constants (#20)
- Make configure method public (#31)
Fixed
- Fully delete application PINs on application factory-reset (#30)
All Changes
v0.3.1
Changed
- Remove top-level
dat
folder to reduce filesystem usage (#16)
- Update
trussed-auth
to v0.3.0
All Changes
v0.3.0
Changed
- Use extension crates
trussed-manage
and trussed-wrap-key-to-file
instead
of backend crate trussed-staging
(#13)
- Move
manage::ManageExtension
into trussed-se050-manage
crate and rename
it to Se050ManageExtension
(#13)
All changes
se050-manage v0.1.0
- Extract the
ManageExtension
from trussed-se050-backend
0.2.0 (#13)
- Rename
ManageExtension
to Se050ManageExtension
(#13)
v0.2.0
Added
- Add support for more RSA operations with the raw mechanism
Changed
- Update
trussed
dependency
All changes
v0.1.0
Initial release providing the Trussed core syscalls and the auth and manage
extensions.