Revisions of tboot

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1063392 from Matthias Gerstner's avatar Matthias Gerstner (mgerstner) (revision 47)
- required update due to openSSL 3.0 deprecation errors in current version
- updated to v1.11.1 / 20230125:
      20230125: v1.11.1
      - Revert log memory range extension (caused memory overlaps and boot failures)
      20221223: v1.11.0
      - Fixed TPM handling to flush objects after integrity measurement (Intel PTT limitations)
      - Exteded low memory range for logs (HCC CPUs had issue with not enough memory)
      - "agile" removed from PCR Extend policy options (requested deprecation)
      - Added handling for flexible ACM Info Table format
      - lcptools: CPPFLAGS use by environment in build
      - lcptools: removed __DATE__ refs to make build reproducible
      - Only platform-matchin SINIT modules can be selected
      - txt-acminfo: Map TXT heap using mmap
      - Typo fix in man page
      20220304: v1.10.5
      - Fixed mlehash.c to bring back functionality and make it GCC12 compliant
      - Reverted change for replacing EFI memory to bring back Tboot in-memory logs
      20220224: v1.10.4
      - Fix hash printing for SHA384, SHA512 and SM3
      - Touch ups for GCC12
      - Set GDT to map CS and DS to 4GB before jumping to Linux
      - make efi_memmap_reserve handle gaps like e820_protect_region
      - Ensure that growth of Multiboot tags does not go beyond original area
      - Replace EFI memory map in Multiboot2 info
      - Fix endianness of pcr_info->pcr_selection.size_of_select
      -  Don't ignore locality in PCR file
      - Fix composite hashing algorithm for PCONF elements to match lcptools-1
      20211210: v1.10.3
      - Add UNI-VGA license information
      - Remove poly1305 object files on clean
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 912700 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 46)
- dropped tboot-Unmask-NMI-after-returning-from-SINIT.patch (upstream)
- dropped tboot-Release-localities-in-S3-flow-for-CRB-interface.patch (upstream)
- dropped tboot-Configure-IOMMU-before-executing-GETSEC-SENTER.patch (upstream) 
- dropped tboot-Do-not-try-to-read-EFI-mem-map-when-booted-with-mult.patch (upstream)
- dropped tboot-Release-localities-in-S3-flow-for-CRB-interface.patch (upstream)
- dropped tboot-support-sinit-padding.patch (upstream)
- dropped tboot-Add-support-for-EFI-memory-map-parse-modification.patch
- dropped tboot-fix-memmap1-boot-issues.patch
- dropped tboot-Add-more-mbi-validation.patch
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 900884 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 45)
- updated to v1.10.2 / 20210614
        Fix ACM chipset/processor list validation
        Check for client/server match when selecting SINIT
        Fix issues when building with GCC11
        Default to D/A mapping when TPM1.2 and CBnT platform
- updated to 1.10.1 / 20210330
  - Indicate to SINIT that CBnT is supported by TBOOT
  - lcptools: Fix issues from static code analysis (forwarded request 900328 from msmeissn)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 864334 from Matthias Gerstner's avatar Matthias Gerstner (mgerstner) (revision 44)
- release 1.10.0 ramifications:
  - README is now README.md
  - acminfo and parse_err now are called txt-acminfo and txt-parse_err
  - lcptools are deprecated (tpm 1.2, TrouSerS dependency) and are no longer
    packaged.
  - no longer needs TrouSerS dependency due to deprecation

- tboot-grub2-fix-menu-in-xen-host-server.patch: refreshed to match new
  upstream version.
- tboot-grub2-fix-xen-submenu-name.patch: refreshed to match new upstream
  version.

- update to new upstream release 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 848115 from Matthias Gerstner's avatar Matthias Gerstner (mgerstner) (revision 43)
- add tboot-grub2-refuse-secure-boot.patch: don't generate tboot menu entries
  in grub when the system is running with UEFI Secure Boot (bsc#1175114). This
  prevents hard to understand error messages when trying to boot tboot in this
  context.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 838277 from Matthias Gerstner's avatar Matthias Gerstner (mgerstner) (revision 42)
- update to new upstream release 1.9.12:
    - changes from 1.9.12:
        - Release localities in S3 flow for CRB interface
        - Config.mk, safestringlib/makefile : allow tool overrides
        - safestringlib: fix warnings with GCC 6.4.0
        - Strip executable file before generating tboot.gz
        - Add support for EFI memory map parse/modification
        - Add SHA384 and SHA512 digest algorithms
        - lcptools-v2: add pconf2 policy element support
        - tb_polgen: Add SHA384 and SHA512 support
        - Disable GCC9 address-of-packed-member warning
        - Fix warnings after "Avoid unsafe functions" scan
        - Use SHA256 as default hashing algorithm
    - changes from 1.9.11:
        - tb_polgen: Add support for SHA256
        - Configure IOMMU before executing GETSEC[SENTER]
        - SINIT ACM can have padding, handle that when checking size
    - disable-address-of-packed-member-warning.patch: now contained upstream
    - tboot-grub2-fix-xen-submenu-name.patch: refreshed
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 715443 from Matthias Gerstner's avatar Matthias Gerstner (mgerstner) (revision 41)
- Disable LTO in more elegant way (boo#1141323). (forwarded request 715441 from marxin)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 714590 from Matthias Gerstner's avatar Matthias Gerstner (mgerstner) (revision 40)
- explicitly disable gcc9 link time optimization to fix the build and avoid
  trouble in low level tboot code.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 705831 from Matthias Gerstner's avatar Matthias Gerstner (mgerstner) (revision 39)
- add disable-address-of-packed-member-warning.patch: taken over patch found
  in the Fedora package to disable a new gcc-9 warning that breaks the build.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 704217 from Matthias Gerstner's avatar Matthias Gerstner (mgerstner) (revision 38)
- update to new upstream release 1.9.10:
    - changes from 1.9.10:
        - lcp-gen2: update with latest version (wxWidgets wildcard bugfix)
        - print latest tag in logs
        - add support for 64bit framebuffer address
    - changes from 1.9.9:
        - tools: fix some dereference-NULL issues reported by klocwork
        - tools: replace banned mem/str fns with corresponding ones in safestringlib
        - Add safestringlib code to support replacement of banned mem/str fns
        - lcptools: remove tools supporting platforms before 2008
        - tboot: update string/memory fn name to differentiate from c lib
        - Fix a harmless overflow caused by wrong loop limits
- rebased patches to match new upstream version
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 665950 from Matthias Gerstner's avatar Matthias Gerstner (mgerstner) (revision 37)
incorporate FATE number in changes file for SLE-15-SP1 (bsc#1121860)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 644201 from Matthias Gerstner's avatar Matthias Gerstner (mgerstner) (revision 36)
- update to new upstream release 1.9.8:
        - Skip tboot launch error index read/write when ignore prev err option is true
        - s3-fix: fix a stack overflow caused by enlarged tb_hash_t union
        - S3 fix: revert the mis-changed type casting in changeset 522:8e881a07c059
        - S3-fix: Adding option save_vtd=true to opt-in the vtd table restore
- rebased patches to match new upstream version
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 635703 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 35)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 632828 from Matthias Gerstner's avatar Matthias Gerstner (mgerstner) (revision 34)
- package new upstream tarball for 1.9.7. It seems the tarball was replaced
  upstream without notice, because some version numbers have not been
  incremented.
- tboot-grub2-fix-menu-in-xen-host-server.patch: rebased
- tboot-grub2-fix-xen-submenu-name.patch: rebased
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 632523 from Matthias Gerstner's avatar Matthias Gerstner (mgerstner) (revision 33)
- update to upstream version 1.9.7. This in mainly a bugfix release:
        Fix a lot of issues in tools reported by klocwork scan.
        Fix a lot of issues in tboot module reported by klocwork scan.
        Remove a redundant tboot option
        Fix indent in heap.c
        Fix 4 issues along with extpol=agile option
        Mitigations for tpm interposer attacks
        Add an option in tboot to force SINIT to use the legacy TPM2 log format.
        Add support for appending to a TPM2 TCG style event log.
        Ensure tboot log is available even when measured launch is skipped.
        Add centos7 instructions for Use in EFI boot mode.
        Fix memory leak and invalid reads and writes issues.
        Fix TPM 1.2 locality selection issue.
        Fix a null pointer dereference bug when Intel TXT is disabled.
        Optimize tboot docs installation.
        Fix security vulnerabilities rooted in tpm_if structure and g_tpm variable.
        The size field of the MB2 tag is the size of the tag header + the size
        Fix openssl-1.0.2 double frees
        Make policy element stm_elt use unique type name
        lcptools-v2 utilities fixes
        port to openssl-1.1.0
        Reset debug PCR16 to zero.
        Fix a logical error in function bool evtlog_append(...).
- removed tboot-CVE-2017-16837.patch: now contained in tarball
- removed tboot-openssl-1-1-0.patch: now contained in tarball
- removed tboot-signature-segfault.patch: now contained in tarball
- removed tboot-ssl-broken.patch: now contained in tarball
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 587462 from Matthias Gerstner's avatar Matthias Gerstner (mgerstner) (revision 32)
- tboot-signature-segfault.patch: Intermediate patch necessary for
  tboot-ssl-broken.patch. Upstream tried to fix OpenSSL issues here, but
  failed to do so.
- tboot-ssl-broken.patch: Fixed memory corruption when using OpenSSL
  functionality like in lcp2_crtpollist (bnc#1083693). Fix has not yet been
  commented on by upstream (posted on tboot-devel mailing list).
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 578926 from Matthias Gerstner's avatar Matthias Gerstner (mgerstner) (revision 31)
- Also cover cleanup of bootloader configuration after package removal.
  (bnc#1078262)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 578146 from Matthias Gerstner's avatar Matthias Gerstner (mgerstner) (revision 30)
- tboot-distributor.patch: don't add GNU/Linux to grub menu entries. SUSE's
  grub2 itself doesn't do it as well. (bnc#1078262)
- perform update of bootloader configuration after installation via
  %posttrans. (bnc#1078262)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 542218 from Matthias Gerstner's avatar Matthias Gerstner (mgerstner) (revision 29)
- tboot-CVE-2017-16837.patch: fix a major security issue in tboot. tboot
  failed to validate a number of immutable function pointers, which could
  allow an attacker to bypass the chain of trust and execute arbitrary code
  (bnc#1068390, CVE-2017-16837).
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 540236 from Matthias Gerstner's avatar Matthias Gerstner (mgerstner) (revision 28)
- tboot-openssl-1-1-0.patch: make package compatible with OpenSSL 1.1.0.
  There's no upstream release containing this patch yet. The patch builds
  against OpenSSL 1.0.x as well. This is for SLE-15 support (bnc#1067229).
Displaying revisions 1 - 20 of 47
openSUSE Build Service is sponsored by