<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/bn/asm, branch libressl-v2.4.0</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.4.0</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.4.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2015-12-24T05:50:16+00:00</updated>
<entry>
<title>More adress -&gt; address</title>
<updated>2015-12-24T05:50:16+00:00</updated>
<author>
<name>mmcc</name>
<email></email>
</author>
<published>2015-12-24T05:50:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c9941e688a2d017068fd83419a3e3346b270db54'/>
<id>urn:sha1:c9941e688a2d017068fd83419a3e3346b270db54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove workaround for old SIMICS toolchain.</title>
<updated>2015-09-12T09:04:12+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-09-12T09:04:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a6fad4398c5c6f137d4e06054ff993a175e1149b'/>
<id>urn:sha1:a6fad4398c5c6f137d4e06054ff993a175e1149b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove horribly old and outdated `documentation' for the assembly code.</title>
<updated>2015-09-12T09:01:45+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-09-12T09:01:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4cd453d742c14bc663f284124b106f53992c76d7'/>
<id>urn:sha1:4cd453d742c14bc663f284124b106f53992c76d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixup inter-bank movq/movd operations, emit bytes for pclmulqdq again.</title>
<updated>2015-09-11T12:17:57+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2015-09-11T12:17:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=eafebfdd3adba0417a72d6cc8a75f367fc2fbbdb'/>
<id>urn:sha1:eafebfdd3adba0417a72d6cc8a75f367fc2fbbdb</id>
<content type='text'>
Fixes builds gcc + Apple's assembler, working on reenabling builds with older
OpenBSD releases.

based on OpenSSL commit:
 https://git.openssl.org/?p=openssl.git;a=commitdiff;h=902b30df193afc3417a96ba72a81ed390bd50de3

ok miod@
</content>
</entry>
<entry>
<title>typos</title>
<updated>2015-08-18T20:19:32+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-08-18T20:19:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2d67b447a2fe41a8268632aadfe110ab61201211'/>
<id>urn:sha1:2d67b447a2fe41a8268632aadfe110ab61201211</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix CVE-2014-3570: properly calculate the square of a BIGNUM value.</title>
<updated>2015-02-25T15:39:49+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2015-02-25T15:39:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f3031aa7bff24911a8cae9bdd7cdcd88d8554f42'/>
<id>urn:sha1:f3031aa7bff24911a8cae9bdd7cdcd88d8554f42</id>
<content type='text'>
See https://www.openssl.org/news/secadv_20150108.txt for a more detailed
discussion.

Original OpenSSL patch here:
https://github.com/openssl/openssl/commit/a7a44ba55cb4f884c6bc9ceac90072dea38e66d0

The regression test is modified a little for KNF.
ok miod@
</content>
</entry>
<entry>
<title>deregister; no binary change</title>
<updated>2014-10-28T07:35:59+00:00</updated>
<author>
<name>jsg</name>
<email></email>
</author>
<published>2014-10-28T07:35:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0505bd63c15c82aead21cde52afbf6c41421d140'/>
<id>urn:sha1:0505bd63c15c82aead21cde52afbf6c41421d140</id>
<content type='text'>
ok jsing@ miod@
</content>
</entry>
<entry>
<title>typos</title>
<updated>2014-07-12T11:25:25+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-07-12T11:25:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f6d02d91130bc0ec3f15ccc3060f955bf75247e1'/>
<id>urn:sha1:f6d02d91130bc0ec3f15ccc3060f955bf75247e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix incorrect bounds check in amd64 assembly version of bn_mul_mont();</title>
<updated>2014-06-20T10:40:13+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-06-20T10:40:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=95e59d009f690c45e20c0e9d2ecf98c91793d45a'/>
<id>urn:sha1:95e59d009f690c45e20c0e9d2ecf98c91793d45a</id>
<content type='text'>
noticed and fix by Fedor Indutny of Joyent
( https://github.com/joyent/node/issues/7704 )
</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>
</feed>
