<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src, branch libressl-v2.2.1</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.2.1</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.2.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2015-07-01T07:21:10+00:00</updated>
<entry>
<title>specify the array initializer value</title>
<updated>2015-07-01T07:21:10+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2015-07-01T07:21:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e47b67744082b755a39d814873574be333764132'/>
<id>urn:sha1:e47b67744082b755a39d814873574be333764132</id>
<content type='text'>
noted by kinichiro from github
</content>
</entry>
<entry>
<title>fix the build on arm after the recent addition of -Wundef</title>
<updated>2015-06-29T06:40:06+00:00</updated>
<author>
<name>jsg</name>
<email></email>
</author>
<published>2015-06-29T06:40:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2a9a1731b76b595e191b19a5030aa4fb8288bbf1'/>
<id>urn:sha1:2a9a1731b76b595e191b19a5030aa4fb8288bbf1</id>
<content type='text'>
ok doug@ deraadt@
</content>
</entry>
<entry>
<title>Convert ssl_bytes_to_cipher_list to CBS.</title>
<updated>2015-06-28T00:08:27+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-06-28T00:08:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1618490a96ac0f443d379bc3d4dcf04769edd0ce'/>
<id>urn:sha1:1618490a96ac0f443d379bc3d4dcf04769edd0ce</id>
<content type='text'>
Link in the new 'unit' regress and expand the invalid tests to include
some that would fail before the CBS conversion.

input + ok miod@ jsing@
</content>
</entry>
<entry>
<title>Add unit tests for LibreSSL.</title>
<updated>2015-06-27T23:35:52+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-06-27T23:35:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a37b07aa0776c4c4f84a698161d022b845148dde'/>
<id>urn:sha1:a37b07aa0776c4c4f84a698161d022b845148dde</id>
<content type='text'>
cipher_list.c is based on code from jsing@.

Discussed with jsing@
</content>
</entry>
<entry>
<title>Fix pointer to unsigned long conversion.</title>
<updated>2015-06-27T22:42:02+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-06-27T22:42:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d788c94c3402544911d6c17ebe52027adc5f4c42'/>
<id>urn:sha1:d788c94c3402544911d6c17ebe52027adc5f4c42</id>
<content type='text'>
bcook@ notes that this check really only impacted 64-bit Windows.  Also,
changed the check to be unsigned for consistency.

ok bcook@
</content>
</entry>
<entry>
<title>Put BUF_memdup() and BUF_reverse() under #ifndef LIBRESSL_INTERNAL.</title>
<updated>2015-06-24T10:05:14+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-06-24T10:05:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=87bad77cfdbb2f203b527a9651aa4c96f14b8e77'/>
<id>urn:sha1:87bad77cfdbb2f203b527a9651aa4c96f14b8e77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stop using BUF_memdup() within the LibreSSL code base - it is correctly</title>
<updated>2015-06-24T09:44:18+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-06-24T09:44:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=346042b6e220ac94d87729e430272193855ae67a'/>
<id>urn:sha1:346042b6e220ac94d87729e430272193855ae67a</id>
<content type='text'>
spelt malloc+memcpy, which is what is used in all except two places.

ok deraadt@ doug@
</content>
</entry>
<entry>
<title>Change CBS_dup() to also sync the offset.</title>
<updated>2015-06-23T05:58:28+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-06-23T05:58:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9a31903e554f01ace552d6ed0a48e3af5e464664'/>
<id>urn:sha1:9a31903e554f01ace552d6ed0a48e3af5e464664</id>
<content type='text'>
Previously, CBS_dup() had its own offset.  However, it is more consistent
to copy everything.

ok miod@ jsing@
</content>
</entry>
<entry>
<title>Convert bytestringtest to individual checks and don't short circuit.</title>
<updated>2015-06-23T01:20:24+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-06-23T01:20:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=84ef3d24fb4f24599400c3ca9569f6d0ba74b2bf'/>
<id>urn:sha1:84ef3d24fb4f24599400c3ca9569f6d0ba74b2bf</id>
<content type='text'>
The statements were chained together with OR which makes it more annoying
to debug.  Also, it was short circuiting all tests as soon as one function
failed.  Since the functions are independent, they should each run until
error.

Discussed with miod@ and jsing@
</content>
</entry>
<entry>
<title>Remove unnecessary regress target.</title>
<updated>2015-06-23T00:02:01+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-06-23T00:02:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=76830927a2141b0895f5f91362d3e8480143efb2'/>
<id>urn:sha1:76830927a2141b0895f5f91362d3e8480143efb2</id>
<content type='text'>
</content>
</entry>
</feed>
