Skip to content

1.8.0

Compare
Choose a tag to compare
@williamcroberts williamcroberts released this 21 Mar 15:17
· 54 commits to master since this release

[1.8.0 ] - 2022-03-21

Fixed

  • Fix GetRandom Memory Leak
  • Fix some spelling mistakes
  • Fix unit test test_parser
  • Fix importing of RSA private key through pkcs11 interface should fail.
  • Fix ECDSA signature length calculation.
  • Fix memory leak of tokens.
  • Fix suspicious sizeof usage in _str_padded_copy
  • Fix encoding errors when importing a certificate into the pkcs11 store.
  • Fix try/finally scope issues in tpm2_ptool.
  • Fix, an OOB access in db upgrade path.
  • Fix ECDSA length calculation that was causing issues with Mutual TLS in Firefox and Chrome.

Changed

  • remove unused macro set_safe_rc

Added

  • Add support for OpenSSL 3. Note that calls through engine are no longer supported on OpenSSL3.
  • Add tpm2_ptool export commandlet for exporting token keys into PEM and TPM blob format.