Skip to content

2.3.0

Compare
Choose a tag to compare
@flihp flihp released this 13 Nov 18:35
· 152 commits to master since this release

Added

  • Add '--enable-debug' flag to configure script to simplify debug builds.
    This relies on the AX_CHECK_ENABLE_DEBUG autoconf archive macro.

Canged

  • Replaced custom dynamic TCTI loading code with libtss2-tctildr from
    upstream tpm2-tss repo.

Fixed

  • Explicitly set '-O2' optimization when using FORTIFY_SOURCE as required.