kanidm / hsm-crypto

A library for cryptographic operations backed by a HSM or TPM
Mozilla Public License 2.0
5 stars 5 forks source link

20231006 add tpm hmac version #7

Closed Firstyear closed 1 year ago

Firstyear commented 1 year ago

Adds basic support for TPM hmac keys. Currently the initial design may have some issues with key context lifetimes and I think it may need a redesign soon, but at the moment "it works".

Checklist