mirror of
https://github.com/stefanberger/libtpms
synced 2026-08-07 21:27:27 +00:00
rpm/debian: Add 0.8.8 entry in changelog
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
44596c4c6a
commit
8ba1f372be
12
debian/changelog
vendored
12
debian/changelog
vendored
@ -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
9
dist/libtpms.spec
vendored
@ -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
|
||||
|
||||
|
||||
9
dist/libtpms.spec.in
vendored
9
dist/libtpms.spec.in
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user