tpm2-pytss 2.3.0-rc0
Erik <[email protected]> Sat, 08 Jun 2024 13:44:56 +0200
| Newsgroups | dev.linux.lists.tpm2 |
|---|---|
| Message-ID | <[email protected]> |
Hi, tpm2-pytss 2.3.0-rc0 has just been released and is available via pypi. The two most relevant changes are fixes for building with tpm2-tss > 4.0.1 = and integration with the cryptography package. The cryptography integration allows using TPM keys with it, for example cre= ating certificates signing requests, a certificate authority etc. Changelog: ## 2.3.0-rc0 - 2024-06-07 ### Fixed - Fix builds for tpm2-tss > 4.0.1. - Support newer releases of the cryptography package. ### Added - Add module to use TPM keys with the cryptography package. - Support for exists_ok for FAPI.create_nv, behaves the same as for FAPI.cr= eate_key. ### Changed - Support for the tpm2-tools encoder/decoder will be removed in the future = and a warning has been added. /Erik