<feed xmlns='http://www.w3.org/2005/Atom'>
<title>efi-boot-shim.git/Cryptlib, branch Version_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=Version_15</id>
<link rel='self' href='https://git.amelek.net/vyos/efi-boot-shim.git/atom?h=Version_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>CryptLib: Add the AsciiStrCpy() decl.</title>
<updated>2018-03-12T20:21:43+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2017-10-20T15:37:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=ca1d0534faa9382ce09641c4e697223a47851a8f'/>
<id>urn:sha1:ca1d0534faa9382ce09641c4e697223a47851a8f</id>
<content type='text'>
Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Move includes around to clean the source tree up a bit.</title>
<updated>2018-03-12T20:21:43+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2017-10-19T19:44:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=dc62a3c4dc3dd590fbba32c46b717088a132eb5e'/>
<id>urn:sha1:dc62a3c4dc3dd590fbba32c46b717088a132eb5e</id>
<content type='text'>
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>Don't let openssl() try to call an external abort()</title>
<updated>2017-12-19T21:36:55+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2017-11-02T22:12:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=b9e81483bb96b1fb471a981dff625807eb0a58ca'/>
<id>urn:sha1:b9e81483bb96b1fb471a981dff625807eb0a58ca</id>
<content type='text'>
Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Work around some annoying compiler grievances</title>
<updated>2017-09-08T18:49:31+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2017-09-08T17:50:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=1dc35a4fe0bb0b5116e565ee8f827cb22a3f323c'/>
<id>urn:sha1:1dc35a4fe0bb0b5116e565ee8f827cb22a3f323c</id>
<content type='text'>
I'm still having some trouble with the offsetof() definition, so just
nerf it to what stddef.h would say anyway.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Some things went weird with the openssl revert...</title>
<updated>2017-09-08T18:48:57+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2017-09-08T18:28:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=9802023c13859cb2fb2e9df924ec203286994d7d'/>
<id>urn:sha1:9802023c13859cb2fb2e9df924ec203286994d7d</id>
<content type='text'>
I think this works around most of them.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Cryptlib: remove DES</title>
<updated>2017-09-08T18:47:09+00:00</updated>
<author>
<name>Gary Lin</name>
<email>glin@suse.com</email>
</author>
<published>2017-04-10T09:23:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=e992a913cf5f1d8eeaec345cc5c873a96bf4bb39'/>
<id>urn:sha1:e992a913cf5f1d8eeaec345cc5c873a96bf4bb39</id>
<content type='text'>
Disable DES completely since it's already old and insecure.
This makes MokManager not support the DES based password hash but
probably no one is using it.

Signed-off-by: Gary Lin &lt;glin@suse.com&gt;
</content>
</entry>
<entry>
<title>Cryptlib: Remove MD4</title>
<updated>2017-09-08T18:47:09+00:00</updated>
<author>
<name>Gary Lin</name>
<email>glin@suse.com</email>
</author>
<published>2017-04-10T08:55:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=70d49e332d0196a15f19cbc7c603b01057e3e901'/>
<id>urn:sha1:70d49e332d0196a15f19cbc7c603b01057e3e901</id>
<content type='text'>
MD4 is known to be insecure and shim never uses it.

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