mirror of
https://github.com/stefanberger/libtpms
synced 2026-08-09 16:31:23 +00:00
rpm/debian: Add 0.9.7 entry in changelog
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
c9385bbec0
commit
87683f9ec4
11
debian/changelog
vendored
11
debian/changelog
vendored
@ -1,3 +1,14 @@
|
||||
libtpms (0.9.7) RELEASED; urgency=medium
|
||||
|
||||
- Object: clear out sensitive area if on load if not provided (Bugfix)
|
||||
- tpm2: Fix issue in CryptParameterEncryption() (TPM 2 errata v1.4)
|
||||
- tpm2: Sync fix in TPM2_PolicyAuthorize() with upstream
|
||||
- tpm2: Sync CryptParameterDecrypt implementation with upstream
|
||||
- tpm2: Fix issue related to CryptGenerateKeyDes (TPM 2 errata v1.4)
|
||||
- tpm2: Check size of TPM2B_NAME buffer before reading 2 bytes from it
|
||||
|
||||
-- Stefan Berger <stefanb@linux.ibm.com> Mon, 14 Aug 2023 09:00:00 -0500
|
||||
|
||||
libtpms (0.9.6) RELEASED; urgency=high
|
||||
|
||||
- tpm2: Check size of buffer before accessing it (CVE-2023-1017 & -1018)
|
||||
|
||||
8
dist/libtpms.spec
vendored
8
dist/libtpms.spec
vendored
@ -112,6 +112,14 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libtpms.la
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Mon Aug 14 2023 Stefan Berger - 0.9.7-1
|
||||
- Object: clear out sensitive area if on load if not provided (Bugfix)
|
||||
- tpm2: Fix issue in CryptParameterEncryption() (TPM 2 errata v1.4)
|
||||
- tpm2: Sync fix in TPM2_PolicyAuthorize() with upstream
|
||||
- tpm2: Sync CryptParameterDecrypt implementation with upstream
|
||||
- tpm2: Fix issue related to CryptGenerateKeyDes (TPM 2 errata v1.4)
|
||||
- tpm2: Check size of TPM2B_NAME buffer before reading 2 bytes from it
|
||||
|
||||
* Tue Feb 28 2023 Stefan Berger - 0.9.6-1
|
||||
- tpm2: Check size of buffer before accessing it (CVE-2023-1017 & -1018)
|
||||
|
||||
|
||||
8
dist/libtpms.spec.in
vendored
8
dist/libtpms.spec.in
vendored
@ -112,6 +112,14 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libtpms.la
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Mon Aug 14 2023 Stefan Berger - 0.9.7-1
|
||||
- Object: clear out sensitive area if on load if not provided (Bugfix)
|
||||
- tpm2: Fix issue in CryptParameterEncryption() (TPM 2 errata v1.4)
|
||||
- tpm2: Sync fix in TPM2_PolicyAuthorize() with upstream
|
||||
- tpm2: Sync CryptParameterDecrypt implementation with upstream
|
||||
- tpm2: Fix issue related to CryptGenerateKeyDes (TPM 2 errata v1.4)
|
||||
- tpm2: Check size of TPM2B_NAME buffer before reading 2 bytes from it
|
||||
|
||||
* Tue Feb 28 2023 Stefan Berger - 0.9.6-1
|
||||
- tpm2: Check size of buffer before accessing it (CVE-2023-1017 & -1018)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user