From 155536cc12e4bba7a1cb7ddab54503fc8439dbffead6b487dc11f1a5993fa6ce Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 8 May 2015 12:09:59 +0000 Subject: [PATCH] - Updated to 1.8.3/20140728 * Added verified launch control policy user guide * Fixed a bug about var MTRR settings to follow the rule that each VAR MTRR base must be a multiple of that MTRR's size. * Access tpm sts reg with 3-byte width in v1.2 case and 4-byte width in v2.0 case * Bugfix: lcp2_mlehash get wrong hash if the cmdline string length > 7 * Optimized tboot log processing flow to avoid log buffer overflow by adopting lz Compress/Uncompress algorithms * Added SGX support for Skylake platform * tpm2: use the primary object in NULL Hierarchy instead of Platform Hierarchy for seal/unseal usage * Fixed a bug for lcp2_mlehash tool * Fixed system hang issue caused by TXT disable, TPM disable or SINIT ACM not correctly provided in EFI booting mode * Fixed bug for wrong assumption on the way how GRUB2 load modules * Fixed MB2 tags mess issue caused by moving shorter module cmdline to head * Fixed compile issue when debug=y - refreshed tboot-grub2-fix-xen-submenu-name.patch OBS-URL: https://build.opensuse.org/package/show/security/tboot?expand=0&rev=44 --- tboot.changes | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/tboot.changes b/tboot.changes index 8e221f6..ed65d50 100644 --- a/tboot.changes +++ b/tboot.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri May 8 12:08:52 UTC 2015 - meissner@suse.com + +- Updated to 1.8.3/20140728 + * Added verified launch control policy user guide + * Fixed a bug about var MTRR settings to follow the rule that each VAR MTRR base must be a multiple of that MTRR's size. + * Access tpm sts reg with 3-byte width in v1.2 case and 4-byte width in v2.0 case + * Bugfix: lcp2_mlehash get wrong hash if the cmdline string length > 7 + * Optimized tboot log processing flow to avoid log buffer overflow by adopting lz Compress/Uncompress algorithms + * Added SGX support for Skylake platform + * tpm2: use the primary object in NULL Hierarchy instead of Platform Hierarchy for seal/unseal usage + * Fixed a bug for lcp2_mlehash tool + * Fixed system hang issue caused by TXT disable, TPM disable or SINIT ACM not correctly provided in EFI booting mode + * Fixed bug for wrong assumption on the way how GRUB2 load modules + * Fixed MB2 tags mess issue caused by moving shorter module cmdline to head + * Fixed compile issue when debug=y + +- refreshed tboot-grub2-fix-xen-submenu-name.patch + ------------------------------------------------------------------- Mon Jul 28 12:14:12 UTC 2014 - meissner@suse.com