Skip to content

3.0.2

Compare
Choose a tag to compare
@AndreasFuchsTPM AndreasFuchsTPM released this 20 Nov 14:36
· 746 commits to master since this release

[3.0.2] - 2020-11-20

Changed or Fixed

  • FAPI: Fix setting of the system flag of NV objects
    This will let NV object metadata be created system-wide always instead of
    locally in the user. Existing metadata will remain in the user directory.
    It can be moved to the corresponding systemstore manually if needed.
  • FAPI: Fix policy searching, when a policyRef was provided
  • FAPI: Accept EK-Certs without CRL dist point
  • FAPI: Fix return codes of Fapi_List
  • FAPI: Fix memleak in policy execution
  • FAPI: Fix coverity NULL-pointer check
  • FAPI: Set the written flag of NV objects in FAPI PolicyNV commands
  • FAPI: Fix deleting of policy files.
  • FAPI: Fix wrong file loading during object search.
  • Fapi: Fix memory leak
  • Fapi: Fix potential NULL-Dereference
  • Fapi: Remove superfluous NULL check
  • Fix a memory leak in async keystore load.