Skip to content

Latest commit

 

History

History
101 lines (56 loc) · 2.75 KB

CHANGELOG.md

File metadata and controls

101 lines (56 loc) · 2.75 KB

Changelog

Changed

  • 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)

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)

v0.3.4 (2024-07-31)

No changes.

v0.3.3 (2024-06-21)

Changed

  • Update trussed-rsa-alloc to v0.2.1 (#32)

v0.3.2 (2024-06-07)

Changed

  • Improve inlining of se050 constants (#20)
  • Make configure method public (#31)

Fixed

  • Fully delete application PINs on application factory-reset (#30)

v0.3.1 (2024-04-10)

Changed

  • Remove top-level dat folder to reduce filesystem usage (#16)
  • Update trussed-auth to v0.3.0

v0.3.0 (2024-03-15)

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)

v0.2.0 (2024-03-04)

Added

  • Add support for more RSA operations with the raw mechanism

Changed

  • Update trussed dependency

v0.1.0 (2023-11-28)

Initial release providing the Trussed core syscalls and the auth and manage extensions.