<feed xmlns='http://www.w3.org/2005/Atom'>
<title>efi-boot-shim.git/Cryptlib/Makefile, branch 15</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=15</id>
<link rel='self' href='https://git.amelek.net/vyos/efi-boot-shim.git/atom?h=15'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/'/>
<updated>2018-03-15T15:23:26+00:00</updated>
<entry>
<title>Work around clang bugs for scan-build.</title>
<updated>2018-03-15T15:23:26+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2018-03-15T15:13:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=138deeff23707b2db46bbb5c90f1c08bd4b2a429'/>
<id>urn:sha1:138deeff23707b2db46bbb5c90f1c08bd4b2a429</id>
<content type='text'>
I don't think the x86 binaries clang builds will actually work unless
they just infer -maccumulate-outgoing-args from __attribute__((__ms_abi__),
but it's nice to have the analyzer working.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Add -m64 compiler flag to allow cross-compiling to 64-bit version on 32-bit system</title>
<updated>2018-03-06T19:33:19+00:00</updated>
<author>
<name>Tamas K Lengyel</name>
<email>lengyelt@ainfosec.com</email>
</author>
<published>2017-11-11T17:10:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=3d932631980a29cf584afbf80bc6c278129ae2e2'/>
<id>urn:sha1:3d932631980a29cf584afbf80bc6c278129ae2e2</id>
<content type='text'>
Signed-off-by: Tamas K Lengyel &lt;lengyelt@ainfosec.com&gt;
</content>
</entry>
<entry>
<title>Cryptlib: replace CryptPem with CryptPemNull</title>
<updated>2018-02-28T19:47:18+00:00</updated>
<author>
<name>Gary Lin</name>
<email>glin@suse.com</email>
</author>
<published>2018-01-04T06:54:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=bc3b6525d898e130e1e9fbfe76e2f4d890e49148'/>
<id>urn:sha1:bc3b6525d898e130e1e9fbfe76e2f4d890e49148</id>
<content type='text'>
We don't need the functions in CryptPem.c.

Signed-off-by: Gary Lin &lt;glin@suse.com&gt;
</content>
</entry>
<entry>
<title>Revert lots of Cryptlib updates.</title>
<updated>2017-08-31T19:13:58+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2017-08-31T17:57:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=1d39ada8cb336d9e7c156be7526b674851fbdd40'/>
<id>urn:sha1:1d39ada8cb336d9e7c156be7526b674851fbdd40</id>
<content type='text'>
OpenSSL changes quite a bit of the key validation, and most of the keys
I can find in the wild aren't marked as trusted by the new checker.

Intel noticed this too: https://github.com/vathpela/edk2/commit/f536d7c3ed
but instead of fixing the compatibility error, they switched their test
data to match the bug.

So that's pretty broken.

For now, I'm reverting OpenSSL 1.1.0e, because we need those certs in
the wild to work.

This reverts commit 513cbe2aea689bf968f171f894f3d4cdb43524d5.
This reverts commit e9cc33d6f2b7f35c6f5e349fd83fb9ae0bc66226.
This reverts commit 80d49f758ead0180bfe6161931838e0578248303.
This reverts commit 9bc647e2b23bcfd69a0077c0717fbc454c919a57.
This reverts commit ae75df6232ad30f3e8736e9449692d58a7439260.
This reverts commit e883479f35644d17db7efed710657c8543cfcb68.
This reverts commit 97469449fda5ba933a64280917e776487301a127.
This reverts commit e39692647f78e13d757ddbfdd36f440d5f526050.
This reverts commit 0f3dfc01e2d5e7df882c963dd8dc4a0dfbfc96ad.
This reverts commit 4da6ac819510c7cc4ba21d7a735d69b45daa5873.
This reverts commit d064bd7eef201f26cb926450a76260b5187ac689.
This reverts commit 9bc86cfd6f9387f0da9d5c0102b6aa5627e91c91.
This reverts commit ab9a05a10f16b33f7ee1e9da360c7801eebdb9d2.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Fix openssl compile flags for x86_64</title>
<updated>2017-08-11T18:10:43+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2017-08-08T21:48:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=b9354fc4aa32a4c30483bb0c83f0fb13297e7891'/>
<id>urn:sha1:b9354fc4aa32a4c30483bb0c83f0fb13297e7891</id>
<content type='text'>
Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Make it possible to build in a subdirectory.</title>
<updated>2017-07-25T00:11:28+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2017-07-25T00:07:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=8a6d270d707df229a3f2a1d5bcf52a84141950b8'/>
<id>urn:sha1:8a6d270d707df229a3f2a1d5bcf52a84141950b8</id>
<content type='text'>
This lets you do:

mkdir build-x64 build-ia32
cd build-x64
make TOPDIR=.. -f ../Makefile
cd ../build-ia32
setarch i686 -B make ARCH=ia32 TOPDIR=.. -f ../Makefile

And not worry about generated sources and headers mixing and matching.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Cryptlib: replace CryptPem with the Null version</title>
<updated>2017-04-11T14:42:19+00:00</updated>
<author>
<name>Gary Lin</name>
<email>glin@suse.com</email>
</author>
<published>2017-04-10T09:40:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=513cbe2aea689bf968f171f894f3d4cdb43524d5'/>
<id>urn:sha1:513cbe2aea689bf968f171f894f3d4cdb43524d5</id>
<content type='text'>
CryptPem only provides one function: RsaGetPrivateKeyFromPem(). Since we
don't need to retrieve any private key, it's safe to disable the
function.

Signed-off-by: Gary Lin &lt;glin@suse.com&gt;
</content>
</entry>
<entry>
<title>Update Cryptlib</title>
<updated>2017-03-24T22:28:30+00:00</updated>
<author>
<name>Gary Lin</name>
<email>glin@suse.com</email>
</author>
<published>2017-03-15T07:39:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=832152986545e8fc66f1ed5cf9d8bf518c7df2b3'/>
<id>urn:sha1:832152986545e8fc66f1ed5cf9d8bf518c7df2b3</id>
<content type='text'>
Update to edk2 commit 6e4489d8129d233ef0fe85eeb6eebfecafe9ea6e
(CryptoPkg: Refine type cast for pointer subtraction)

Also replaced CryptAes.c, CryptArc4.c, CryptTdes.c, CryptMd4.c,
CryptHmacMd5.c, and CryptHmacSha1.c with the Null version since
we don't really need those functions.

Signed-off-by: Gary Lin &lt;glin@suse.com&gt;
</content>
</entry>
<entry>
<title>Cryptlib: Implement memset() to avoid the potential crash</title>
<updated>2016-11-30T17:57:34+00:00</updated>
<author>
<name>Gary Lin</name>
<email>glin@suse.com</email>
</author>
<published>2016-10-17T05:47:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=7ab40ee92c0066cc8777a4d72078a61b1b9fe6a6'/>
<id>urn:sha1:7ab40ee92c0066cc8777a4d72078a61b1b9fe6a6</id>
<content type='text'>
Although the prototype of memset() is already defined in OpenSslSupport.h,
the function was never implemented. It was fine since a macro was
designed to replace all memset() with SetMem() after including
OpenSslSupport.h. However, since openssl 1.0.2j, a new function pointer
in crypto/mem_clr.c requires the "real" memset() or the program would
crash due to the NULL function pointer access. This commit implements
memset() (just a wrapper of SetMem()) to avoid the potential crash.

Signed-off-by: Gary Lin &lt;glin@suse.com&gt;
</content>
</entry>
<entry>
<title>Update to openssl to 1.0.2e</title>
<updated>2016-09-06T19:05:34+00:00</updated>
<author>
<name>Gary Lin</name>
<email>glin@suse.com</email>
</author>
<published>2015-12-15T02:48:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=e571428e21280c28d0d591b70f13add7d8dbfe81'/>
<id>urn:sha1:e571428e21280c28d0d591b70f13add7d8dbfe81</id>
<content type='text'>
Also update Cryptlib to edk2 r19218
- Undefine NO_BUILTIN_VA_FUNCS in Cryptlib/OpenSSL/ for x86_64 to use
  the gcc builtins and remove all EFIAPI from the functions
- Move the most of defines into the headers instead of Makefile
- Remove the global variable 'timeval'
- Remove the unused code: crypto/pqueue/* and crypto/ts/*
- Include bn.h in MokManager.c due to the changes in openssl

Signed-off-by: Gary Lin &lt;glin@suse.com&gt;
</content>
</entry>
</feed>
