Releases: tpm2-software/tpm2-tools
Releases · tpm2-software/tpm2-tools
2.1.2-rc0
v2.2.2 - 11-13-2017
- fix make distcheck
2.1.1
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
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
- 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
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
- Fix readx and writex on multiple EINTR returns
2.1.0-rc0
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
This is the release of v1.1.1 which contains only two commits:
- The fix for CVE-2017-7524 - b2141
- Updates to .travis.yml for building against 1.0 of the TSS library. - df72e