forked from pool/tboot
- update to new upstream erlease 1.10.0:
- Rename TXT related tools to have 'txt-' prefix - Clarify license issues - Fix issues reported by Coverity Scan - Ensure txt-acminfo does not print false information if msr is not loaded - Fix issue with multiboot(1) booting - infinite loop during boot - Fix issue with TPM1.2 - invalid default policy - Unmask NMI# after returning from SINIT - Update GRUB scripts to use multiboot2 only - Enable VGA logging for EFI platforms - Add warning when using SHA1 as hashing algorithm - Add Doxygen documentation - Replace VMAC with Poly1305 - Validate TPM NV index attributes - Move old lcptool to deprecated folder and exclude from build - TrouSerS is not longer required to build - lcptools-v2: meet requirements from MLE DG rev16 - lcptools-v2: Implement SM2 signing and SM2 signature verification - lcptools-v2: Set aux_hash_alg_mask to 0 when policy version != 0x300 OBS-URL: https://build.opensuse.org/package/show/security/tboot?expand=0&rev=102
This commit is contained in:
parent
21fd0c099e
commit
61bba470d2
3
tboot-1.10.0.tar.gz
Normal file
3
tboot-1.10.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c8c411e672b0d07c42a07435b0f56d8a6e3345801cd3012fa6e8d906dc2923b
|
||||
size 8465099
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:007212deacab8eb159d71449766f9b2e0523439f1c4fd64d1932eb38cb60e053
|
||||
size 717624
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 19 13:35:07 UTC 2021 - Matthias Gerstner <matthias.gerstner@suse.com>
|
||||
|
||||
- update to new upstream erlease 1.10.0:
|
||||
- Rename TXT related tools to have 'txt-' prefix
|
||||
- Clarify license issues
|
||||
- Fix issues reported by Coverity Scan
|
||||
- Ensure txt-acminfo does not print false information if msr is not loaded
|
||||
- Fix issue with multiboot(1) booting - infinite loop during boot
|
||||
- Fix issue with TPM1.2 - invalid default policy
|
||||
- Unmask NMI# after returning from SINIT
|
||||
- Update GRUB scripts to use multiboot2 only
|
||||
- Enable VGA logging for EFI platforms
|
||||
- Add warning when using SHA1 as hashing algorithm
|
||||
- Add Doxygen documentation
|
||||
- Replace VMAC with Poly1305
|
||||
- Validate TPM NV index attributes
|
||||
- Move old lcptool to deprecated folder and exclude from build
|
||||
- TrouSerS is not longer required to build
|
||||
- lcptools-v2: meet requirements from MLE DG rev16
|
||||
- lcptools-v2: Implement SM2 signing and SM2 signature verification
|
||||
- lcptools-v2: Set aux_hash_alg_mask to 0 when policy version != 0x300
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 12 12:19:51 UTC 2020 - Matthias Gerstner <matthias.gerstner@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tboot
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: tboot
|
||||
%define ver 1.9.12
|
||||
%define ver 1.10.0
|
||||
Version: 20200429_%{ver}
|
||||
Release: 0
|
||||
Summary: Program for performing a verified launch using Intel TXT
|
||||
|
Loading…
x
Reference in New Issue
Block a user