Skip to content

Release of v0.7.5

Choose a tag to compare

@stefanberger stefanberger released this 24 Feb 13:53
· 993 commits to master since this release
v0.7.5

version 0.7.5

  • Note: The TPM 2 implementation returns 2048 bit keys with ~1984 bit
    strength due to a bug in the TPM 2 key creation algo that cannot
    easily be fixed. The bug is in RsaAjustPrimeCandidate, which is
    called before the prime number check.
  • tpm2: Return properly sized array for b parameter for NIST P521 (HLK)
  • tpm2: Addressed issues detected by UBSAN
  • tpm2: Addressed issues detected by cppcheck (false positives)