<feed xmlns='http://www.w3.org/2005/Atom'>
<title>efi-boot-shim.git, branch 0.4</title>
<subtitle> (mirror of https://github.com/vyos/efi-boot-shim.git)
</subtitle>
<id>https://git.amelek.net/vyos/efi-boot-shim.git/atom?h=0.4</id>
<link rel='self' href='https://git.amelek.net/vyos/efi-boot-shim.git/atom?h=0.4'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/'/>
<updated>2013-06-10T21:51:57+00:00</updated>
<entry>
<title>Bump version to 0.4</title>
<updated>2013-06-10T21:51:57+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2013-06-10T21:44:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=967152aa9c462bb2013acd4b32ff729311e95522'/>
<id>urn:sha1:967152aa9c462bb2013acd4b32ff729311e95522</id>
<content type='text'>
Since I've finally merged in the "sections" branch, best to increment
the version number.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Make DBX be included in build if the environment is set right.</title>
<updated>2013-06-10T21:51:57+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2013-06-10T21:48:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=24c9d9d05911ce39f14a77578081be749676a758'/>
<id>urn:sha1:24c9d9d05911ce39f14a77578081be749676a758</id>
<content type='text'>
Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Make .vendor_cert get the right flags set.</title>
<updated>2013-06-10T21:36:23+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2013-06-10T21:27:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=030d4748cbaa9952a06e0430c7313a3e3da8f0e3'/>
<id>urn:sha1:030d4748cbaa9952a06e0430c7313a3e3da8f0e3</id>
<content type='text'>
Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>add a .gitignore</title>
<updated>2013-06-10T21:36:22+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2013-06-04T13:22:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=738fbe276126d58f589188e493c7546d13fee769'/>
<id>urn:sha1:738fbe276126d58f589188e493c7546d13fee769</id>
<content type='text'>
Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Move embedded certificates to their own section.</title>
<updated>2013-06-10T21:35:33+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2013-03-20T17:18:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=4541fce44f88d335b9a72e1cc07687e4198e4847'/>
<id>urn:sha1:4541fce44f88d335b9a72e1cc07687e4198e4847</id>
<content type='text'>
With this change, the embedded certificate and dbx lists (vendor_cert,
vendor_cert_size, vendor_dbx, and vendor_dbx_size) wind up being in a
section named .vendor_cert, and so will look something like:
------
fenchurch:~/devel/github.com/shim$ objdump -h shim.efi

shim.efi:     file format pei-x86-64

Sections:
Idx Name          Size      VMA               LMA               File off  Algn
  0 .eh_frame     000174a8  0000000000005000  0000000000005000  00000400  2**3
                  CONTENTS, ALLOC, LOAD, READONLY, DATA
  1 .text         000aa7e1  000000000001d000  000000000001d000  00017a00  2**4
                  CONTENTS, ALLOC, LOAD, READONLY, CODE
  2 .reloc        0000000a  00000000000c8000  00000000000c8000  000c2200  2**0
                  CONTENTS, ALLOC, LOAD, READONLY, DATA
  3 .data         00031228  00000000000c9000  00000000000c9000  000c2400  2**5
                  CONTENTS, ALLOC, LOAD, DATA
  4 .vendor_cert  00000375  00000000000fb000  00000000000fb000  000f3800  2**0
                  CONTENTS, READONLY
  5 .dynamic      000000f0  00000000000fc000  00000000000fc000  000f3c00  2**3
                  CONTENTS, ALLOC, LOAD, DATA
  6 .rela         0002afa8  00000000000fd000  00000000000fd000  000f3e00  2**3
                  CONTENTS, ALLOC, LOAD, READONLY, DATA
  7 .dynsym       0000f1f8  0000000000128000  0000000000128000  0011ee00  2**3
                  CONTENTS, ALLOC, LOAD, READONLY, DATA
------

This simplifies a security audit, because it means that different
versions of shim with substantially the same code with different keys
will be more easily comperable, and therefore logic differences may be
more easily identified.

This also means that if there's a trusted build you want to use, you can
remove the certificates, implant new ones, and have it signed, and the
code sections won't change.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>vendor_cert_size's size in the binary should be 4, not -4.</title>
<updated>2013-06-10T21:35:33+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2013-03-20T17:16:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=829fd24f18a72f5d3b15b54293cb78c4aecd1971'/>
<id>urn:sha1:829fd24f18a72f5d3b15b54293cb78c4aecd1971</id>
<content type='text'>
The thing about subtraction is that the minuend needs to be before the
subtrahend in the text.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Remove FALLBACK_OBJS during clean as well.</title>
<updated>2013-06-10T21:34:55+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2013-06-10T21:30:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=6c49c04551ce351f6089958eca3f44917d91e409'/>
<id>urn:sha1:6c49c04551ce351f6089958eca3f44917d91e409</id>
<content type='text'>
Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Make sure all the Makefiles use the same arguments for mmx/sse/ms_abi.</title>
<updated>2013-06-10T20:38:05+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2013-06-10T20:38:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=b78a8d656e2b91fecab59baaea46606e9e3db4f6'/>
<id>urn:sha1:b78a8d656e2b91fecab59baaea46606e9e3db4f6</id>
<content type='text'>
Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>EFI_PXE_BASE_CODE_DHCPV6_PACKET is in gnu-efi-3.0t</title>
<updated>2013-05-31T19:34:11+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2013-05-30T21:23:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=5a82ef99c8ff146280cb4134d84ee242d3bdb98d'/>
<id>urn:sha1:5a82ef99c8ff146280cb4134d84ee242d3bdb98d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't use MMX and SSE registers, they aren't initialized.</title>
<updated>2013-05-31T19:34:11+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2013-05-31T19:22:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=547d57156f8019af2aaf9a4bf9d324a0895a7411'/>
<id>urn:sha1:547d57156f8019af2aaf9a4bf9d324a0895a7411</id>
<content type='text'>
GCC 4.8.0 will try to use these by default, and you'll wind up looping
across the (uninitialized!) trap handler for uninitialized instructions.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
</feed>
