Skip to content

Releases: tpm2-software/tpm2-tools

2.1.2-rc0

13 Nov 15:59
Compare
Choose a tag to compare
2.1.2-rc0 Pre-release
Pre-release

v2.2.2 - 11-13-2017

  • fix make distcheck

2.1.1

30 Oct 15:02
Compare
Choose a tag to compare

v2.1.1 - 2017-10-30:

  • Potential memory leak fix when tcti/sapi initialization fails.
  • tpm2_listpcrs: use TPM2_GetCapability to determine PCRs to read
  • listpcrs: remove one redundant call to tpm get cap
  • listpcrs: fix for unsupported/disabled alg in -L
  • build: use supported comment to suppress GCC7 fallthrough warning
  • kdfa: allow to build with OpenSSL 1.1.x

The dist tarball and signature were removed due to bug #601
The next release, 2.1.2 shall have the dist tarballs.

2.1.1-rc1

23 Oct 23:42
Compare
Choose a tag to compare
2.1.1-rc1 Pre-release
Pre-release

v2.1.1:

  • Potential memory leak fix when tcti/sapi initialization fails.
  • tpm2_listpcrs: use TPM2_GetCapability to determine PCRs to read
  • listpcrs: remove one redundant call to tpm get cap
  • listpcrs: fix for unsupported/disabled alg in -L
  • build: use supported comment to suppress GCC7 fallthrough warning
  • kdfa: allow to build with OpenSSL 1.1.x

2.1.1-rc0

17 Oct 17:37
Compare
Choose a tag to compare
2.1.1-rc0 Pre-release
Pre-release
  • tpm2_listpcrs: use TPM2_GetCapability to determine PCRs to read
  • listpcrs: remove one redundant call to tpm get cap
  • listpcrs: fix for unsupported/disabled alg in -L
  • build: use supported comment to suppress GCC7 fallthrough warning
  • kdfa: allow to build with OpenSSL 1.1.x

2.1.0

24 Jul 17:52
Compare
Choose a tag to compare

v2.1.0 - 2017-7-24

  • Fix readx and writex on multiple EINTR returns.
  • Add support for the tabrmd TCTI. This is the new default.
  • Change default socket port from 2323 (the old resourcemgr) to 2321 (default
    simulator port).
  • Cherry-pick fix for CVE-2017-7524.
  • Fix tpm2_listpcr command line option handling.
  • Fix tpm2_getmanufec memory issues.

This release is compatible with the 1.X version of SAPI:
https://github.com/01org/tpm2-tss/tree/1.x

2.1.0-rc1

18 Jul 17:03
Compare
Choose a tag to compare
2.1.0-rc1 Pre-release
Pre-release
  • Fix readx and writex on multiple EINTR returns

2.1.0-rc0

05 Jul 19:16
Compare
Choose a tag to compare
2.1.0-rc0 Pre-release
Pre-release

v2.1.0-rc0 - 2017-07-05

  • Add support for the tabrmd TCTI. This is the new default.
  • Change default socket port from 2323 (the old resourcemgr) to 2321 (default
    simulator port).
  • Cherry-pick fix for CVE-2017-7524.
  • Fix tpm2_listpcr command line option handling.
  • Fix tpm2_getmanufec memory issues.

v1.1.1 with fix for CVE-2017-7524

22 Jun 17:59
Compare
Choose a tag to compare

This is the release of v1.1.1 which contains only two commits:

  1. The fix for CVE-2017-7524 - b2141
  2. Updates to .travis.yml for building against 1.0 of the TSS library. - df72e