tpm2-software / tpm2-pytss

Python bindings for TSS
https://tpm2-pytss.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
65 stars 45 forks source link

FAPI: support exists_ok for create_nv #578

Closed whooo closed 5 months ago

whooo commented 5 months ago

If exists_ok is True don't fail if the NV area already exists. Also return True if the area was created and False otherwise, in the same manner as create_key.

Fixes #574

whooo commented 5 months ago

Merged via https://github.com/tpm2-software/tpm2-pytss/pull/580