tpm2: CryptSym: fix AES output IV; a CVE has been filed for this issue
This commit is contained in:
parent
de8f3e5894
commit
6821fb7658
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@
|
|||||||
/libtpms-20210218.tar.xz
|
/libtpms-20210218.tar.xz
|
||||||
/libtpms-20210225.tar.xz
|
/libtpms-20210225.tar.xz
|
||||||
/libtpms-20210227.tar.xz
|
/libtpms-20210227.tar.xz
|
||||||
|
/libtpms-20210301.tar.xz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global gitdate 20210227
|
%global gitdate 20210301
|
||||||
%global gitversion 5bf2746e47
|
%global gitversion 729fc6a4ca
|
||||||
|
|
||||||
Name: libtpms
|
Name: libtpms
|
||||||
Version: 0.8.1
|
Version: 0.8.2
|
||||||
Release: 0.%{gitdate}git%{gitversion}%{?dist}.1
|
Release: 0.%{gitdate}git%{gitversion}%{?dist}.1
|
||||||
|
|
||||||
Summary: Library providing Trusted Platform Module (TPM) functionality
|
Summary: Library providing Trusted Platform Module (TPM) functionality
|
||||||
@ -55,6 +55,9 @@ find %{buildroot} -type f -name '*.la' | xargs rm -f -- || :
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 01 2021 Stefan Berger <stefanb@linux.ibm.com> - 0.8.1-0.20210301git729fc6a4ca
|
||||||
|
- tpm2: CryptSym: fix AES output IV; a CVE has been filed for this issue
|
||||||
|
|
||||||
* Sat Feb 27 2021 Stefan Berger <stefanb@linux.ibm.com> - 0.8.1-0.20210227git5bf2746e47
|
* Sat Feb 27 2021 Stefan Berger <stefanb@linux.ibm.com> - 0.8.1-0.20210227git5bf2746e47
|
||||||
- Fixed a context save and suspend/resume problem when public keys are loaded
|
- Fixed a context save and suspend/resume problem when public keys are loaded
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libtpms-20210227.tar.xz) = ee3d2009af8c4510dac6754b0d4dd881434d9373472590c21dac91384dda9a8be25c8dd7da61bb9426d3d6ccca59e5fc3b7eff48af6ff98aa04ec123ddde0840
|
SHA512 (libtpms-20210301.tar.xz) = b43484aff359ef2d155b7418f20bba7bd365b66df63b571e9997685f080f5b3f72e1be73129de3dd4b3f12d64d1d16ad1b5d4011c84fc3556ed6b21b39631878
|
||||||
|
Loading…
Reference in New Issue
Block a user