<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/md32_common.h, branch OPENBSD_6_8_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2016-11-04T13:56:05+00:00</updated>
<entry>
<title>Remove I386_ONLY define. It was only used to prefer a</title>
<updated>2016-11-04T13:56:05+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2016-11-04T13:56:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=098856ba6c9340c7f8061be62dd042763fe233a3'/>
<id>urn:sha1:098856ba6c9340c7f8061be62dd042763fe233a3</id>
<content type='text'>
faster-on-genuine-80386-but-slower-on-80486-onwards innstruction sequence in
the SHA512 code, and had not been enabled in years, if at all.

ok tom@ bcook@
</content>
</entry>
<entry>
<title>Less S390.</title>
<updated>2016-09-04T14:31:29+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2016-09-04T14:31:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d613aa0d6ef93fa8587113d3e866da6c582bdd0d'/>
<id>urn:sha1:d613aa0d6ef93fa8587113d3e866da6c582bdd0d</id>
<content type='text'>
ok deraadt@
</content>
</entry>
<entry>
<title>Allow digest routines to provide their own HASH_FINAL routine; will be</title>
<updated>2014-11-09T19:08:24+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-11-09T19:08:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5d7cd4280f8e0ed4d8d648ab9c7572052af93909'/>
<id>urn:sha1:5d7cd4280f8e0ed4d8d648ab9c7572052af93909</id>
<content type='text'>
necessary for upcoming GOST code.

From Dmitry Eremin-Solenikov
</content>
</entry>
<entry>
<title>digests: *_LONG_LOG2 is not used, stop talking about it.</title>
<updated>2014-10-20T13:06:54+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2014-10-20T13:06:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=10a9b1df4b5ad5428b68d2cae5f7ae6a82108db2'/>
<id>urn:sha1:10a9b1df4b5ad5428b68d2cae5f7ae6a82108db2</id>
<content type='text'>
Modified patch from Dmitry Eremin-Solenikov

leave the sole public define in ripemd.h

ok deraadt@ miod@
</content>
</entry>
<entry>
<title>remove return value from HOST_c2l/l2c macros</title>
<updated>2014-08-18T19:11:48+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2014-08-18T19:11:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e69e6c520df1c38ea3e6925c74ab03a4b4984068'/>
<id>urn:sha1:e69e6c520df1c38ea3e6925c74ab03a4b4984068</id>
<content type='text'>
These macros and asm inlines simulate a function returning a value, but
nothing ever uses this return value. Remove the pseudo-returns and
(void) casts discarding the unused values.

This, maybe unsurprisingly, speeds things up a bit. It also removes the
GCC 4.9 warnings about unused values.

ok miod@ deraadt@
</content>
</entry>
<entry>
<title>Replace intrinsic ROTATE macros with an inline.</title>
<updated>2014-08-12T15:02:52+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2014-08-12T15:02:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e92f0fcadcedf6841afb7b757b90ba64c421b758'/>
<id>urn:sha1:e92f0fcadcedf6841afb7b757b90ba64c421b758</id>
<content type='text'>
Without the cast/mask, the compiler is allowed to optimize this directly
to the correct CPU intrinsic for rotate.
</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>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>Unifdef -UPEDANTIC. ok beck@ tedu@</title>
<updated>2014-04-23T19:09:49+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-04-23T19:09:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5c5b4051455670ca8a2449f23b6a2e3de63f8a77'/>
<id>urn:sha1:5c5b4051455670ca8a2449f23b6a2e3de63f8a77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More KNF.</title>
<updated>2014-04-20T14:32:19+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-04-20T14:32:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=21b8918796c8690927f44901431ed2751dfd1304'/>
<id>urn:sha1:21b8918796c8690927f44901431ed2751dfd1304</id>
<content type='text'>
</content>
</entry>
</feed>
