b141171 Appended signatures support, unify GRUB config location and some fixes

Authored and Committed by javierm 3 years ago
27 files changed. 16838 lines added. 1 lines removed.
0280-Add-at_keyboard_fallback_set-var-to-force-the-set-ma.patch
file added
+251
0281-verifiers-Fix-calling-uninitialized-function-pointer.patch
file added
+41
0282-ieee1275-claim-up-to-256MB-memory.patch
file added
+52
0283-Add-suport-for-signing-grub-with-an-appended-signatu.patch
file added
+309
0284-docs-grub-Document-signing-grub-under-UEFI.patch
file added
+59
0285-docs-grub-Document-signing-grub-with-an-appended-sig.patch
file added
+66
0286-docs-grub-grub-install-is-no-longer-a-shell-script.patch
file added
+33
0287-docs-grub-pubkey-has-been-supported-for-some-time.patch
file added
+36
0288-dl-provide-a-fake-grub_dl_set_persistent-for-the-emu.patch
file added
+44
0289-verifiers-provide-unsafe-module-list.patch
file added
+97
0290-pgp-factor-out-rsa_pad.patch
file added
+191
0291-crypto-move-storage-for-grub_crypto_pk_-to-crypto.c.patch
file added
+71
0292-posix_wrap-tweaks-in-preparation-for-libtasn1.patch
file added
+64
0293-libtasn1-import-libtasn1-4.16.0.patch
file added
+8934
0294-libtasn1-disable-code-not-needed-in-grub.patch
file added
+307
0295-libtasn1-changes-for-grub-compatibility.patch
file added
+202
0296-libtasn1-compile-into-asn1-module.patch
file added
+70
0297-test_asn1-test-module-for-libtasn1.patch
file added
+1455
0298-grub-install-support-embedding-x509-certificates.patch
file added
+255
0299-appended-signatures-import-GNUTLS-s-ASN.1-descriptio.patch
file added
+639
0300-appended-signatures-parse-PKCS-7-signedData-and-X.50.patch
file added
+1542
0301-appended-signatures-support-verifying-appended-signa.patch
file added
+719
0302-appended-signatures-verification-tests.patch
file added
+897
0303-appended-signatures-documentation.patch
file added
+333
0304-ieee1275-link-appended-signature-enforcement-to-ibm-.patch
file added
+137
grub.patches
file modified
+25 -0
grub2.spec
file modified
+9 -1
    Appended signatures support, unify GRUB config location and some fixes
    
    - Remove -fcf-protection compiler flag to allow i386 builds (law)
      Related: rhbz#1915452
    - Unify GRUB configuration file location across all platforms
      Related: rhbz#1918817
    - Add 'at_keyboard_fallback_set' var to force the set manually (rmetrich)
    - Add appended signatures support for ppc64le LPAR Secure Boot (daxtens)
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    
        
file modified
+25 -0
file modified
+9 -1