Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
CHANGES - changes for libtpms

version 0.10.2:
- tpm2: Fix memory leak by freeing KDF context
- tpm2: Fix retrieval of updated IV when using OpenSSL >= 3.0 (CVE-2026-21444)

version 0.10.1:
- tpm2: Fix potential out-of-bound access & abort due to HMAC signing issue (CVE-2025-49133)
- tpm2: fix build for LibreSSL 4.1.0
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
libtpms (0.10.2) RELEASED; urgency=high

* tpm2: Fix memory leak by freeing KDF context
* tpm2: Fix retrieval of updated IV when using OpenSSL >= 3.0 (CVE-2026-21444)

-- Stefan Berger <stefanb@linux.ibm.com> Tue, 2 Jan 2026 09:00:00 -0500

libtpms (0.10.1) RELEASED; urgency=high

* tpm2: Fix potential out-of-bound access & abort due to HMAC signing issue (CVE-2025-49133)
Expand Down
4 changes: 4 additions & 0 deletions dist/libtpms.spec
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libtpms.la
%postun -p /sbin/ldconfig

%changelog
* Fri Jan 02 2026 Stefan Berger - 0.10.2-1
- tpm2: Fix memory leak by freeing KDF context
- tpm2: Fix retrieval of updated IV when using OpenSSL >= 3.0 (CVE-2026-21444)

* Tue Jun 10 2025 Stefan Berger - 0.10.1-1
- tpm2: Fix potential out-of-bound access & abort due to HMAC signing issue (CVE-2025-49133)
- tpm2: fix build for LibreSSL 4.1.0
Expand Down
4 changes: 4 additions & 0 deletions dist/libtpms.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libtpms.la
%postun -p /sbin/ldconfig

%changelog
* Fri Jan 02 2026 Stefan Berger - 0.10.2-1
- tpm2: Fix memory leak by freeing KDF context
- tpm2: Fix retrieval of updated IV when using OpenSSL >= 3.0 (CVE-2026-21444)

* Tue Jun 10 2025 Stefan Berger - 0.10.1-1
- tpm2: Fix potential out-of-bound access & abort due to HMAC signing issue (CVE-2025-49133)
- tpm2: fix build for LibreSSL 4.1.0
Expand Down