Re: [RELEASE CANDIDATE] tpm2-pkcs11 1.9.1-rc0
William Roberts <[email protected]> Mon, 9 Sep 2024 12:56:07 -0700
| Newsgroups | dev.linux.lists.tpm2 |
|---|---|
| Message-ID | <CAFftDdpTwP3AGnpYaH8COXfptG_tn=RgG4Twu=62g-r-bVcGEQ@mail.gmail.com> |
On Mon, Sep 9, 2024 at 12:29=E2=80=AFPM William Roberts <[email protected]> wrote: > > Hello, > > I would like to announce the release of tpm2-pkcs11 1.9.1-rc0. You can > find the link to the release and the CHANGELOG below. > > https://github.com/tpm2-software/tpm2-pkcs11/releases/tag/1.9.1-rc0 > > ## [1.9.1-rc0] - 2024-09-09 > ### Fixed > - configure: > - Change mistaken `+=3D` to `=3D`. > - use user supplied `--prefix` even when p11kit is detected. > - Remove warning about unable to find FAPI when it's is not-compiled > in and not chosen as the beckend. > - Fix memory leaks in `tpm_create_transient_primary_from_template`. > - Fix `NULL` pointer dereference in `db.c` on uses of `CKA_ALLOWED_MECHAN= ISMS`. > - Fix offset miscalculation in FAPI backend that was corrupting data. > - Support `CKM_ECDH1_DERIVE` via `C_DeriveKey`. > - Fix usages of `tpm2-ptool` for its wrapped `tpm2_ptool` in tests. > - Fix failing db upgrades on double conversion to int. > - Fix db lock file due to missing parenthesis and order of operations. > - documentation: > - Fix use of objects where tokens was meant. > > ### Changed > - `--enable-fapi` to `--with-fapi`. Note this is not a major version > bump as its internal to builders only. However `--enable-fapi` left in > place for backwards compat. FYI I will be out until September 23rd give or take, so this will be a long RC cycle. Bill