rpm/debian: Add 0.8.8 entry in changelog

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
Stefan Berger 2022-09-07 16:10:24 -04:00 committed by Stefan Berger
parent 44596c4c6a
commit 8ba1f372be
3 changed files with 30 additions and 0 deletions

12
debian/changelog vendored
View File

@ -1,3 +1,15 @@
libtpms (0.8.8) RELEASED; urgency=low
* 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 call EVP_PKEY_CTX_set0_rsa_oaep_label() for label of size 0 (OSSL 3)
* tpm2: Do not write permanent state if only clock changed
* build-sys: Add probing for -fstack-protector
-- Stefan Berger <stefanb@linux.ibm.com> Thu, 08 Sep 2022 09:00:00 -0500
libtpms (0.8.7) RELEASED; urgency=low
* tpm2: Fixes for building and running with OpenSSL 3.0

9
dist/libtpms.spec vendored
View File

@ -112,6 +112,15 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libtpms.la
%postun -p /sbin/ldconfig
%changelog
* Thu Sep 08 2022 Stefan Berger - 0.8.8-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 call EVP_PKEY_CTX_set0_rsa_oaep_label() for label of size 0 (OSSL 3)
- tpm2: Do not write permanent state if only clock changed
- build-sys: Add probing for -fstack-protector
* Fri Sep 17 2021 Stefan Berger - 0.8.7-1
- tpm2: Fixes for building and running with OpenSSL 3.0

View File

@ -112,6 +112,15 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libtpms.la
%postun -p /sbin/ldconfig
%changelog
* Thu Sep 08 2022 Stefan Berger - 0.8.8-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 call EVP_PKEY_CTX_set0_rsa_oaep_label() for label of size 0 (OSSL 3)
- tpm2: Do not write permanent state if only clock changed
- build-sys: Add probing for -fstack-protector
* Fri Sep 17 2021 Stefan Berger - 0.8.7-1
- tpm2: Fixes for building and running with OpenSSL 3.0