Accepting request 822328 from security
Update to version 0.7.3. Other minor changes to the spec file were done automatically by the format spec service. (forwarded request 822315 from kailiu) OBS-URL: https://build.opensuse.org/request/show/822328 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtpms?expand=0&rev=7
This commit is contained in:
commit
87351a616e
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 23 05:01:12 UTC 2020 - Kai Liu <kai.liu@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.7.3
|
||||||
|
* Fixed the set of PCRs belonging to the TCB group. This affects
|
||||||
|
the pcrUpdateCounter in TPM2_Pcrread() responses, thus needs
|
||||||
|
latest `swtpm` (master, stable branches) for test cases to
|
||||||
|
succeed there.
|
||||||
|
|
||||||
|
- Changes since version 0.7.2
|
||||||
|
* Fix output buffer parameter and size for RSA decryption that
|
||||||
|
could cause stack corruption under certain circumstances
|
||||||
|
* Set the RSA PSS salt length to the digest length rathern than
|
||||||
|
max. possible
|
||||||
|
* Fixes to symmetric decrytion related to input size check, defer
|
||||||
|
padding to the user [EVP_CIPHER_CTX_set_padding(ctx, 0)] and to
|
||||||
|
always use a temporary malloc'ed buffer for decryption
|
||||||
|
|
||||||
|
- Changes since version 0.7.1
|
||||||
|
* tpm2: Fix TDES key creation by adding missing un-/marshalling
|
||||||
|
functions
|
||||||
|
* tpm2: Fix a bug in CheckAuthSession
|
||||||
|
* compilation fixes for TPM 1.2 & TPM 2 and various architectures
|
||||||
|
and gcc versions
|
||||||
|
* Fix support for NIST curves P{192,224,521} and SM2 P256 and
|
||||||
|
BNP648 that would not work;
|
||||||
|
* Runtime filter elliptic curves (that OpenSSL does not support)
|
||||||
|
and do not advertise those curves as capabilities
|
||||||
|
* Removed unnecessary space in MANUFACTURER "IBM " -> "IBM"
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 5 08:21:34 UTC 2019 - Gary Ching-Pang Lin <glin@suse.com>
|
Thu Sep 5 08:21:34 UTC 2019 - Gary Ching-Pang Lin <glin@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libtpms
|
# spec file for package libtpms
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,12 +18,12 @@
|
|||||||
|
|
||||||
%define lname libtpms0
|
%define lname libtpms0
|
||||||
Name: libtpms
|
Name: libtpms
|
||||||
Version: 0.7.0
|
Version: 0.7.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library providing Trusted Platform Module (TPM) functionality
|
Summary: Library providing Trusted Platform Module (TPM) functionality
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: https://github.com/stefanberger/libtpms
|
URL: https://github.com/stefanberger/libtpms
|
||||||
Source0: https://github.com/stefanberger/libtpms/archive/v%{version}.tar.gz
|
Source0: https://github.com/stefanberger/libtpms/archive/v%{version}.tar.gz
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c1ba6b8bfd0c24015ee31127602aba038d58b57f25341acfbaf3fdd6802983b2
|
|
||||||
size 1203837
|
|
3
v0.7.3.tar.gz
Normal file
3
v0.7.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:36564d094440f24bfbc888751f8992e3bb6f9db3d929096230bfed9e9f942a2b
|
||||||
|
size 1206014
|
Loading…
x
Reference in New Issue
Block a user