<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/modes, branch libressl-v2.1.2</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.1.2</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.1.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2014-09-27T20:17:52+00:00</updated>
<entry>
<title>Doh, rev 1.4 had left out one routine with both 32-bit and 64-bit code, where</title>
<updated>2014-09-27T20:17:52+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-09-27T20:17:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4f2a574b54bdde0486a45b6138a02397226c28a4'/>
<id>urn:sha1:4f2a574b54bdde0486a45b6138a02397226c28a4</id>
<content type='text'>
the 64-bit code has to be disabled under OpenBSD/hppa.
</content>
</entry>
<entry>
<title>Explicitly include &lt;openssl/opensslconf.h&gt; in every file that references</title>
<updated>2014-07-10T22:45:58+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-07-10T22:45:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=62348213609ef233110561d1a6ed67ad66df1c7e'/>
<id>urn:sha1:62348213609ef233110561d1a6ed67ad66df1c7e</id>
<content type='text'>
an OPENSSL_NO_* define. This avoids relying on something else pulling it
in for us, plus it fixes several cases where the #ifndef OPENSSL_NO_XYZ is
never going to do anything, since OPENSSL_NO_XYZ will never defined, due
to the fact that opensslconf.h has not been included.

This also includes some miscellaneous sorting/tidying of headers.
</content>
</entry>
<entry>
<title>Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to be</title>
<updated>2014-07-09T16:06:14+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-07-09T16:06:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fe535df650692f5223eb9afe4a8c46e41351c604'/>
<id>urn:sha1:fe535df650692f5223eb9afe4a8c46e41351c604</id>
<content type='text'>
more friendly to systems where the underscore flavours may be defined as empty.
Found the hard way be bcook@; joint brainstrom with bcook beck and guenther
</content>
</entry>
<entry>
<title>hand-KNF macro the do { } while loops</title>
<updated>2014-06-27T06:07:35+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-06-27T06:07:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=efc653931afe9db67d5a0fb5dbe1d378cb27f869'/>
<id>urn:sha1:efc653931afe9db67d5a0fb5dbe1d378cb27f869</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tags as requested by miod and tedu</title>
<updated>2014-06-12T15:49:31+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-06-12T15:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=59f4f2c61d71e266d37dd2fc97615b3fd35b4721'/>
<id>urn:sha1:59f4f2c61d71e266d37dd2fc97615b3fd35b4721</id>
<content type='text'>
</content>
</entry>
<entry>
<title>malloc() result does not need a cast.</title>
<updated>2014-06-07T14:41:57+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-06-07T14:41:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=800fbde652d67326eeb163d56d8f72ebb239b3c4'/>
<id>urn:sha1:800fbde652d67326eeb163d56d8f72ebb239b3c4</id>
<content type='text'>
ok miod
</content>
</entry>
<entry>
<title>Move the cts128 and gcm128 tests to regress.</title>
<updated>2014-05-31T14:39:06+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-05-31T14:39:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2e095c059a16c4644dd1bba604bd92bcdb683046'/>
<id>urn:sha1:2e095c059a16c4644dd1bba604bd92bcdb683046</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get __STRICT_ALIGNMENT from &lt;machine/endian.h&gt; and decide upon it, rather</title>
<updated>2014-05-07T22:05:48+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-05-07T22:05:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=93133951820983264b9940472403df1d23e0ccb3'/>
<id>urn:sha1:93133951820983264b9940472403df1d23e0ccb3</id>
<content type='text'>
than defining it for not (i386 and amd64 (and sometimes s390)) only.

Compile-time tests remain compile-time tests, and runtime-test remain
runtime-test instead of being converted to compile-time tests, per matthew@'s
explicit demand (rationale: this makes sure the compiler checks your code even
if you won't run it).

No functional change except on s390 (which we don't run on) and vax (which we
run on, but noone cares about)

ok matthew@
</content>
</entry>
<entry>
<title>More use of 64-bit registers which needs to be disabled under OpenBSD.</title>
<updated>2014-05-02T22:22:27+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-05-02T22:22:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c0cb25d6cdf4a39c442cbc7ac8e879c8bdf86814'/>
<id>urn:sha1:c0cb25d6cdf4a39c442cbc7ac8e879c8bdf86814</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not output SOM-specific directives.</title>
<updated>2014-05-01T22:26:22+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-05-01T22:26:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4141f93229a93b2ee4d6f3207c76f405590def05'/>
<id>urn:sha1:4141f93229a93b2ee4d6f3207c76f405590def05</id>
<content type='text'>
</content>
</entry>
</feed>
