<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib, branch OPENBSD_6_4_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_4_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_4_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2018-10-01T06:37:37+00:00</updated>
<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>
<entry>
<title>Add some accessor functions:</title>
<updated>2018-09-12T06:35:38+00:00</updated>
<author>
<name>djm</name>
<email></email>
</author>
<published>2018-09-12T06:35:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f4c645b723e47187baadb03d81e1b313974151a7'/>
<id>urn:sha1:f4c645b723e47187baadb03d81e1b313974151a7</id>
<content type='text'>
RSA_meth_get_finish() RSA_meth_set1_name() EVP_CIPHER_CTX_(get|set)_iv()

feedback and ok jsing@ tb@
</content>
</entry>
<entry>
<title>Remove now unused code for EVP_CIPH_FLAG_AEAD_CIPHER and EVP_CIPH_GCM_MODE.</title>
<updated>2018-09-08T14:39:41+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-09-08T14:39:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=796a6cede5802a1cdee69a9fbb287c26897883f9'/>
<id>urn:sha1:796a6cede5802a1cdee69a9fbb287c26897883f9</id>
<content type='text'>
ok inoguchi@ tb@
</content>
</entry>
<entry>
<title>SSL_MAX_DIGEST is no longer needed.</title>
<updated>2018-09-08T14:29:52+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-09-08T14:29:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f7f25e05343da66a03d305acf325d93ab9cae779'/>
<id>urn:sha1:f7f25e05343da66a03d305acf325d93ab9cae779</id>
<content type='text'>
</content>
</entry>
</feed>
