<feed xmlns='http://www.w3.org/2005/Atom'>
<title>efi-boot-shim.git/Cryptlib, branch 0.7</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.7</id>
<link rel='self' href='https://git.amelek.net/vyos/efi-boot-shim.git/atom?h=0.7'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/'/>
<updated>2013-10-04T15:51:09+00:00</updated>
<entry>
<title>Reapply patches lost in the update</title>
<updated>2013-10-04T15:51:09+00:00</updated>
<author>
<name>Matthew Garrett</name>
<email>matthew.garrett@nebula.com</email>
</author>
<published>2013-10-03T17:24:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=aa8f89d08f87707a03f6d286f84eb5d1bcd8a9bb'/>
<id>urn:sha1:aa8f89d08f87707a03f6d286f84eb5d1bcd8a9bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to current Tiano Cryptlib</title>
<updated>2013-10-04T15:51:09+00:00</updated>
<author>
<name>Matthew Garrett</name>
<email>matthew.garrett@nebula.com</email>
</author>
<published>2013-10-03T17:19:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=9107ff9046dc09e8afdb89e86ce588edb3f4a642'/>
<id>urn:sha1:9107ff9046dc09e8afdb89e86ce588edb3f4a642</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Tiano patch e98e59c237e17f064a4ecffb39d45499f89720a1</title>
<updated>2013-10-04T15:51:09+00:00</updated>
<author>
<name>Matthew Garrett</name>
<email>matthew.garrett@nebula.com</email>
</author>
<published>2013-10-03T16:56:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=16c55f99e872fe52a22336ccb4f09f35d33b2ffa'/>
<id>urn:sha1:16c55f99e872fe52a22336ccb4f09f35d33b2ffa</id>
<content type='text'>
This is:
    Fix a bug in OpensslLib that PKCS7_verify will use over 8k stack space.

    Signed-off-by: Fu Siyuan &lt;siyuan.fu@intel.com&gt;
    Reviewed-by: Ye Ting  &lt;ting.ye@intel.com&gt;
    Reviewed-by: Dong Guo &lt;guo.dong@intel.com&gt;

from upstream.
</content>
</entry>
<entry>
<title>Adjust the result of gmtime() to fit the definition</title>
<updated>2013-09-26T15:58:02+00:00</updated>
<author>
<name>Gary Ching-Pang Lin</name>
<email>glin@suse.com</email>
</author>
<published>2013-07-09T09:30:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=f6d1f6aa3238d9ec8798458bdd6f87691e81a11b'/>
<id>urn:sha1:f6d1f6aa3238d9ec8798458bdd6f87691e81a11b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rand: check the status of the pseudorandom number generator</title>
<updated>2013-09-26T15:58:02+00:00</updated>
<author>
<name>Gary Ching-Pang Lin</name>
<email>glin@suse.com</email>
</author>
<published>2013-07-04T08:12:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=681082e6c4722bfbc4d8b4b651d62bf139c3df6b'/>
<id>urn:sha1:681082e6c4722bfbc4d8b4b651d62bf139c3df6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable floating points in b_print</title>
<updated>2013-09-26T15:58:02+00:00</updated>
<author>
<name>Gary Ching-Pang Lin</name>
<email>glin@suse.com</email>
</author>
<published>2013-06-27T04:03:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=9222860d32bb5cfb4912cb4d1954df78d5cb2f87'/>
<id>urn:sha1:9222860d32bb5cfb4912cb4d1954df78d5cb2f87</id>
<content type='text'>
The long double declaration will enable SSE and cause a compilation
error. Disabling everything related to floating points avoids the
error.
</content>
</entry>
<entry>
<title>Enable openssl bio_printf()</title>
<updated>2013-09-26T15:58:02+00:00</updated>
<author>
<name>Gary Ching-Pang Lin</name>
<email>glin@suse.com</email>
</author>
<published>2013-06-27T03:59:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=ad23233e2d0a380a7c9736387fdedabbd88121a3'/>
<id>urn:sha1:ad23233e2d0a380a7c9736387fdedabbd88121a3</id>
<content type='text'>
bio_printf() was replaced with a dummy function and this made
several openssl functions useless. This commit adds the print
functions back, so that we don't have to implement our own
ASN1 time print function.
</content>
</entry>
<entry>
<title>MokManager: support SHA512-based crypt() hash</title>
<updated>2013-09-26T15:58:01+00:00</updated>
<author>
<name>Gary Ching-Pang Lin</name>
<email>glin@suse.com</email>
</author>
<published>2013-01-24T10:24:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=9b41d26597e03af91de22b84c13d82a350d877ec'/>
<id>urn:sha1:9b41d26597e03af91de22b84c13d82a350d877ec</id>
<content type='text'>
</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>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>
