Skip to content

Releases: tpm2-software/tpm2-tss-engine

1.2.0

09 Jan 15:06
Compare
Choose a tag to compare

[1.2.0] - 2023-01-09

Fixed

  • Updated minimal version of tpm2-tss to 2.4.x
  • Fix encoding of emptyauth
  • Fix some memory leaks
  • Parent handle issues with signed representation by switching parent handle to BIGNUM.
  • Fixed RSA_NO_PADDING modes with OpenSSL 1.1.1
  • Fixed autogen (bootstrap) call from release package by embedding VERSION file.

Added

  • Use of restricted keys for signing
  • StirRandom
  • Run tests using swtpm
  • The ability to import key blobs from things like the tpm2-tools project.
  • Compatibility with openssl >=1.1.x
  • Support for ECDH
  • QNX support.
  • Only set -Werror for non-release builds.
  • Additional checks on TPM responses
  • CODE_OF_CONDUCT
  • SECURITY reporting instructions

1.2.0-rc1

05 Jan 20:02
Compare
Choose a tag to compare
1.2.0-rc1 Pre-release
Pre-release

[1.2.0-rc1] - 2023-01-05

Fixed

  • Updated minimal version of tpm2-tss to 2.4.x
  • Fix encoding of emptyauth
  • Fix some memory leaks
  • Parent handle issues with signed representation by switching parent handle to BIGNUM.
  • Fixed RSA_NO_PADDING modes with OpenSSL 1.1.1
  • Fixed autogen (bootstrap) call from release package by embedding VERSION file.

Added

  • Use of restricted keys for signing
  • StirRandom
  • Run tests using swtpm
  • The ability to import key blobs from things like the tpm2-tools project.
  • Compatibility with openssl >=1.1.x
  • Support for ECDH
  • QNX support.
  • Only set -Werror for non-release builds.
  • Additional checks on TPM responses
  • CODE_OF_CONDUCT
  • SECURITY reporting instructions

1.2.0-rc0

05 Jan 20:01
Compare
Choose a tag to compare
1.2.0-rc0 Pre-release
Pre-release

[1.2.0-rc0] - 2022-01-14

Changed or Fixed

  • Updated minimal version of tpm2-tss to 2.4.x
  • Fix encoding of emptyauth
  • Fix some memory leaks
  • Change parent handle to BIGNUM

Added

  • Use of restricted keys for signing
  • StirRandom
  • Run tests using swtpm
  • The ability to import key blobs from things like the tpm2-tools project.
  • Compatibility with openssl >=1.1.x
  • Support for ECDH
  • Fix QNX build issues.
  • Only set -Werror for non-release builds.
  • Additional checks on TPM responses
  • CODE_OF_CONDUCT

v1.1.0

20 Nov 14:01
Compare
Choose a tag to compare
v1.1.0

v1.0.1

25 Jul 11:15
Compare
Choose a tag to compare

Changed

  • Include pkg-config dependecy on libtss2-mu in order to work with tpm2-tss 2.3.
  • Use tpm2-tools 3.X stable branch for integration tests.

v1.0.0

04 Apr 09:42
Compare
Choose a tag to compare

[1.0.0] - 2019-04-04

Added

  • Initial release of the OpenSSL engine for TPM2.0 using the TCG's TPM
    Software Stack compliant tpm2-tss libraries.
  • tpm2tss (the engine) compatible against OpenSSL 1.0.2 and 1.1.0.
  • tpm2tss-genkey (cli-tool) for creating keys for use with the engine.
  • man-pages and bash-completion are included.