Skip to content

Releases: Nitrokey/trussed-se050-backend

v0.3.6

17 Oct 19:54
v0.3.6
f12e134
Compare
Choose a tag to compare

Added

  • Add implementation of the trussed-hpke extension (#36)

All Changes

v0.3.5

17 Oct 19:53
v0.3.5
f04beb6
Compare
Choose a tag to compare

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.4

17 Oct 19:52
v0.3.4
351a879
Compare
Choose a tag to compare

No changes.

v0.3.3

17 Oct 19:52
v0.3.3
351a879
Compare
Choose a tag to compare

Changed

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

All Changes

v0.3.2

17 Oct 19:52
v0.3.2
a8cf2ad
Compare
Choose a tag to compare

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

17 Oct 19:51
v0.3.1
2c06c5b
Compare
Choose a tag to compare

Changed

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

All Changes

v0.3.0

15 Mar 11:07
v0.3.0
af9502a
Compare
Choose a tag to compare

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

15 Mar 10:47
se050-manage-v0.1.0
d70748e
Compare
Choose a tag to compare
  • Extract the ManageExtension from trussed-se050-backend 0.2.0 (#13)
  • Rename ManageExtension to Se050ManageExtension (#13)

v0.2.0

15 Mar 10:41
v0.2.0
f48a4f2
Compare
Choose a tag to compare

Added

  • Add support for more RSA operations with the raw mechanism

Changed

  • Update trussed dependency

All changes

v0.1.0

15 Mar 10:41
cb76fbf
Compare
Choose a tag to compare

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