Skip to content

Releases: Foxboron/age-plugin-tpm

age-plugin-tpm v0.2.0

12 Aug 11:59
v0.2.0
cef272f
Compare
Choose a tag to compare

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

Full Changelog: v0.1.0...v0.2.0

age-plugin-tpm v0.1.0

12 Jul 13:19
v0.1.0
1d5050a
Compare
Choose a tag to compare

This release features a rewrite of the TPM backend and identity format.

Changes

  • Moved from the legacy tpm2 library from go-tpm to the new tpmdirect 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

New Contributors

Full Changelog: v0.0.1...v0.1.0

age-plugin-tpm v0.0.1

17 Apr 20:16
v0.0.1
fb28de2
Compare
Choose a tag to compare

Initial release!

Experimental

Everything is subject to change. Don't use for anything important :)