2020-07-23 10:15:48 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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"
|
|
|
|
|
2019-09-09 14:39:29 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 5 08:21:34 UTC 2019 - Gary Ching-Pang Lin <glin@suse.com>
|
|
|
|
|
|
|
|
- Update to version 0.7.0
|
|
|
|
* fixes for TPM2
|
|
|
|
- Add gcc-c++ to BuildRequires
|
|
|
|
|
2019-02-13 18:01:49 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 28 09:25:27 UTC 2019 - Gary Ching-Pang Lin <glin@suse.com>
|
|
|
|
|
|
|
|
- Update to version 0.6.0
|
|
|
|
* Introduce TPM2 support
|
|
|
|
- Use %license tag for LICENSE
|
|
|
|
|
2018-01-22 17:25:33 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 17 12:05:51 UTC 2018 - vcizek@suse.com
|
|
|
|
|
|
|
|
- Update to version 0.6.0-dev1
|
|
|
|
* no upstream changelog
|
|
|
|
* fix build with openssl 1.1 (bsc#1074801)
|
|
|
|
- fix rpm group
|
|
|
|
|
2015-03-21 13:07:02 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Mar 21 11:50:03 UTC 2015 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
- Update to version 0.5.2
|
|
|
|
* No entry for this release
|
|
|
|
- Update project home and download Urls
|
|
|
|
- Add autoconf, automake and libtool build require; the tarball
|
|
|
|
comes from git and configure script has to be generated
|
|
|
|
|
2014-01-14 15:53:17 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 14 14:51:14 UTC 2014 - meissner@suse.com
|
|
|
|
|
|
|
|
- import 0.5.1
|
|
|
|
- software TPM driver library for hooking into QEMU
|
|
|
|
|