Skip to content

Releases: stefanberger/libtpms

Release of v0.7.1

23 Nov 16:52
v0.7.1
Compare
Choose a tag to compare

version 0.7.1

  • tpm2: Fix TDES key creation by adding missing un-/marshalling functions
  • tpm2: Fix a bug in CheckAuthSession
  • compilation fixes for TPM 1.2 & TPM 2 and various architectures and
    gcc versions
  • Fix support for NIST curves P{192,224,521} and SM2 P256 and BN P648
    that would not work;
  • Runtime filter elliptic curves (that OpenSSL does not support) and do
    not advertise those curves as capabilities
  • Removed unnecessary space in MANUFACTURER "IBM " -> "IBM"

Release of v0.7.0

23 Nov 16:53
v0.7.0
Compare
Choose a tag to compare

version 0.7.0

  • use OpenSSL crypto for AES, TDES, EC, and RSA operations when possible