Releases: Foxboron/age-plugin-tpm
Releases · Foxboron/age-plugin-tpm
age-plugin-tpm v0.2.0
What's Changed
- main_test: Use regexps to parse output from Run* functions by @stigtsp in #14
- go: updated dependencies by @Foxboron in #15
- age-plugin-tpm: add optional support for pinentry by @Foxboron in #13
- Rename AGE_PLUGIN_TMP_SWTPM to AGE_TPM_SWTPM by @CosmicPegasis in #18
New Contributors
- @stigtsp made their first contribution in #14
- @CosmicPegasis made their first contribution in #18
Full Changelog: v0.1.0...v0.2.0
age-plugin-tpm v0.1.0
This release features a rewrite of the TPM backend and identity format.
Changes
- Moved from the legacy
tpm2
library fromgo-tpm
to the newtpmdirect
API. - Keys are now sealed outside of the TPM, identities are also rewritten to support this.
- PIN support for keys.
- TPM session encryption is used to protect the ECDH shared secret and the PIN.
- Support for multiple recipients.
Changelog
What's Changed
- Rewrite to use the new tpmdirect API from go-tpm by @Foxboron in #9
- Try add a ci setup by @Foxboron in #10
- Pin improvements by @Foxboron in #11
New Contributors
Full Changelog: v0.0.1...v0.1.0
age-plugin-tpm v0.0.1
Initial release!
Experimental
Everything is subject to change. Don't use for anything important :)