<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib, branch OPENBSD_6_4</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_4</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_4'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2018-12-15T15:13:56+00:00</updated>
<entry>
<title>bump for LibreSSL 2.8.3</title>
<updated>2018-12-15T15:13:56+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2018-12-15T15:13:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0fc41ea005912a273e7de8a691f9d0ec475fcc31'/>
<id>urn:sha1:0fc41ea005912a273e7de8a691f9d0ec475fcc31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Backport getentropy changes from deraadt@ on MAIN</title>
<updated>2018-12-15T15:10:12+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2018-12-15T15:10:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=203ad8b5e85fae34d2e8c084c821a20204f9c0c9'/>
<id>urn:sha1:203ad8b5e85fae34d2e8c084c821a20204f9c0c9</id>
<content type='text'>
    Saw a mention somewhere a while back that the gotdata() function in
    here could creates non-uniformity since very short fetches of 0 would
    be excluded.  blocks of 0 are just as random as any other data, including
    blocks of 4 4 4..  This is a misguided attempt to identify errors from the
    entropy churn/gather code doesn't make sense, errors don't happen.
    ok bcook
</content>
</entry>
<entry>
<title>Implement coordinate blinding for EC_POINT as an additional mitigation</title>
<updated>2018-11-17T18:55:41+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-11-17T18:55:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=eaa93660fa7be62891e2623769b71e381fdff5ff'/>
<id>urn:sha1:eaa93660fa7be62891e2623769b71e381fdff5ff</id>
<content type='text'>
for the portsmash vulnerability.

OpenBSD 6.4 errata 003
</content>
</entry>
<entry>
<title>As per POSIX, when str{,r}chr is comparing it should convert c to a char.</title>
<updated>2018-10-01T06:37:37+00:00</updated>
<author>
<name>martijn</name>
<email></email>
</author>
<published>2018-10-01T06:37:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=14762f7fed750ccdd7b8473696771f67b80a6639'/>
<id>urn:sha1:14762f7fed750ccdd7b8473696771f67b80a6639</id>
<content type='text'>
The C implementation of str{,r}chr are not linked to the build, because
assembly implementations are used, but change to code for easier reference.
At least the i386 and amd64 are checked and seem to do the correct thing.

Found thanks to the csh any/strchr change.

minor pointers and OK millert@
</content>
</entry>
<entry>
<title>bump for LibreSSL 2.8.2</title>
<updated>2018-09-30T02:35:23+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2018-09-30T02:35:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2604166bb4c06ee78e75aaae187af2921ac48bd8'/>
<id>urn:sha1:2604166bb4c06ee78e75aaae187af2921ac48bd8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bump for LibreSSL 2.8.1</title>
<updated>2018-09-23T17:52:40+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2018-09-23T17:52:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f5abecb9062e0d8c0287a85f40ca95017c254540'/>
<id>urn:sha1:f5abecb9062e0d8c0287a85f40ca95017c254540</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify initialization of asn1_cb; use correct spelling of NULL.</title>
<updated>2018-09-17T18:18:01+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-09-17T18:18:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f0f374ba92c5b66a086071327dcd9e602dd74237'/>
<id>urn:sha1:f0f374ba92c5b66a086071327dcd9e602dd74237</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sync with mozilla-release (one removal, TURKTRUST, more details at</title>
<updated>2018-09-12T22:17:08+00:00</updated>
<author>
<name>sthen</name>
<email></email>
</author>
<published>2018-09-12T22:17:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0731e37042e0d53709a76cd8c185118bfdc9a087'/>
<id>urn:sha1:0731e37042e0d53709a76cd8c185118bfdc9a087</id>
<content type='text'>
https://bugzilla.mozilla.org/show_bug.cgi?id=1439127)

ok danj guenther millert
</content>
</entry>
<entry>
<title>tweak previous;</title>
<updated>2018-09-12T15:09:22+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2018-09-12T15:09:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=aa9ad6b8b696d669df75e1543f0d0d8d5c25a693'/>
<id>urn:sha1:aa9ad6b8b696d669df75e1543f0d0d8d5c25a693</id>
<content type='text'>
</content>
</entry>
<entry>
<title>crank to follow minor crank in libcrypto; ok tb@ jsing@</title>
<updated>2018-09-12T06:36:15+00:00</updated>
<author>
<name>djm</name>
<email></email>
</author>
<published>2018-09-12T06:36:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=acf423199f07a7c18afa9a7e6000e17d6d4fce38'/>
<id>urn:sha1:acf423199f07a7c18afa9a7e6000e17d6d4fce38</id>
<content type='text'>
</content>
</entry>
</feed>
