tpm2-software / tpm2-pytss

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

FAPI: support exists_ok for create_nv #580

Closed whoooworkaround closed 5 months ago

whoooworkaround 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