From c210455e7b7a8b13cc0f7e0a9889972f9cd5e109 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Thu, 10 Nov 2022 13:51:42 -0500 Subject: [PATCH] rpm/debian: Add 0.7.11 entry in changelog Signed-off-by: Stefan Berger --- debian/changelog | 10 ++++++++++ dist/libtpms.spec | 7 +++++++ dist/libtpms.spec.in | 7 +++++++ 3 files changed, 24 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2d4316df..014ca5a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libtpms (0.7.11) RELEASED; urgency=medium + + * tpm2: Do not set RSA_FLAG_NO_BLINDING on RSA keys anymore + * tpm2: Fix a potential overflow expression (coverity) + * tpm2: Fix size check in CryptSecretDecrypt + * tpm2: Check return code of BN_div() + * tpm2: Do not write permanent state if only clock changed + + -- Stefan Berger Fri, 11 Nov 2022 09:00:00 -0500 + libtpms (0.7.10) RELEASED; urgency=medium * tpm2: Marshal event sequence objects' hash state diff --git a/dist/libtpms.spec b/dist/libtpms.spec index 46f2a3c9..45cc36de 100644 --- a/dist/libtpms.spec +++ b/dist/libtpms.spec @@ -112,6 +112,13 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libtpms.la %postun -p /sbin/ldconfig %changelog +* Fri Nov 11 2022 Stefan Berger - 0.7.11-1 +- tpm2: Do not set RSA_FLAG_NO_BLINDING on RSA keys anymore +- tpm2: Fix a potential overflow expression (coverity) +- tpm2: Fix size check in CryptSecretDecrypt +- tpm2: Check return code of BN_div() +- tpm2: Do not write permanent state if only clock changed + * Mon Sep 20 2021 Stefan Berger - 0.7.10-1 - tpm2: Marshal event sequence objects' hash state - tpm2: Fixes for building and running with OpenSSL 3.0 diff --git a/dist/libtpms.spec.in b/dist/libtpms.spec.in index 2e85de1f..9d10f52f 100644 --- a/dist/libtpms.spec.in +++ b/dist/libtpms.spec.in @@ -112,6 +112,13 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libtpms.la %postun -p /sbin/ldconfig %changelog +* Fri Nov 11 2022 Stefan Berger - 0.7.11-1 +- tpm2: Do not set RSA_FLAG_NO_BLINDING on RSA keys anymore +- tpm2: Fix a potential overflow expression (coverity) +- tpm2: Fix size check in CryptSecretDecrypt +- tpm2: Check return code of BN_div() +- tpm2: Do not write permanent state if only clock changed + * Mon Sep 20 2021 Stefan Berger - 0.7.10-1 - tpm2: Marshal event sequence objects' hash state - tpm2: Fixes for building and running with OpenSSL 3.0