#back-end #secure #element #trussed #leveraging #key #se050

trussed-se050-backend

Trussed backend leveraging the SE050 secure element

1 unstable release

0.1.0 Aug 24, 2023

#10 in #leveraging

31 downloads per month

LGPL-3.0-only

2KB

Trussed backend leveraging the SE050 secure element

This backends reimplements the assymetric cryptography APIs from Trussed using the SE050 secure element. It also implements secure PIN handling following the trussed-auth APIs, as well as RSA operations (which aren't part of the core trussed API).

Differences with the main implementations

  • The UnwrapKey syscall cannot be used after the key has been deleted. As such, the key needs to be "cleared" with the Clear syscall if one wants to unwrap it again, leaving the metadata required for unwraping.

  • Public keys obtained through DeriveKey can only be valid for as long as the original private key they are derived from.

No runtime deps