<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib, branch libressl-v2.6.0</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.6.0</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.6.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2017-07-08T21:45:35+00:00</updated>
<entry>
<title>update the little endian processor list to give it a chance of matching</title>
<updated>2017-07-08T21:45:35+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2017-07-08T21:45:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2690810b2613ff98fe956e8a46c5737b6fb12313'/>
<id>urn:sha1:2690810b2613ff98fe956e8a46c5737b6fb12313</id>
<content type='text'>
what the reader is using.
</content>
</entry>
<entry>
<title>Only access offset if canaries are enabled *and* size &gt; 0, otherwise offset</title>
<updated>2017-07-07T19:14:46+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2017-07-07T19:14:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=512778df383f9fd2b98bd35d7a2f50cd5130c1b1'/>
<id>urn:sha1:512778df383f9fd2b98bd35d7a2f50cd5130c1b1</id>
<content type='text'>
is not initialized. Problem spotted by Carlin Bingham; ok phessler@ tedu@
</content>
</entry>
<entry>
<title>Document tls_config_set_crl_file() and tls_config_set_crl_mem().</title>
<updated>2017-07-06T17:27:19+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-07-06T17:27:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bafcff4a3b028a010846e8740bb2aaa4fd74c94e'/>
<id>urn:sha1:bafcff4a3b028a010846e8740bb2aaa4fd74c94e</id>
<content type='text'>
Based on a diff from Jack Burton &lt;jack at saosce dot com dot au&gt;, thanks!
</content>
</entry>
<entry>
<title>Bump minor due to symbol addition.</title>
<updated>2017-07-06T17:12:44+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-07-06T17:12:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3ea06e51622be628d60e045857249c4e2eb66e2a'/>
<id>urn:sha1:3ea06e51622be628d60e045857249c4e2eb66e2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for providing CRLs to libtls - once a CRL is provided we</title>
<updated>2017-07-06T17:12:22+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-07-06T17:12:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=98d8f250ae4bc4d9b4a4f49d8df340640852319b'/>
<id>urn:sha1:98d8f250ae4bc4d9b4a4f49d8df340640852319b</id>
<content type='text'>
enable CRL checking for the full certificate chain.

Based on a diff from Jack Burton &lt;jack at saosce dot com dot au&gt;, thanks!

Discussed with beck@
</content>
</entry>
<entry>
<title>The 0x (or 0X) prefix in base 16 is optional so only skip over the</title>
<updated>2017-07-06T16:23:11+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2017-07-06T16:23:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=dae2542cf4dc008b3b61b507d9ee18993ba9def4'/>
<id>urn:sha1:dae2542cf4dc008b3b61b507d9ee18993ba9def4</id>
<content type='text'>
prefix if the character following it is a valid hex char.  The C99
standard is clear that given the string "0xy" zero should be returned
and endptr set to point to the "x".  OK deraadt@ espie@
</content>
</entry>
<entry>
<title>fix broken cross references; found with mandoc -Tlint</title>
<updated>2017-07-06T15:42:04+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2017-07-06T15:42:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4633cfbfe1188ff5cdb819c2aa46163c0d1cfe3e'/>
<id>urn:sha1:4633cfbfe1188ff5cdb819c2aa46163c0d1cfe3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>RFC 6066 states that IP literals are not permitted in "HostName" for a</title>
<updated>2017-07-05T15:38:35+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-07-05T15:38:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=23f8730872473ece83a0897191d237776311af34'/>
<id>urn:sha1:23f8730872473ece83a0897191d237776311af34</id>
<content type='text'>
TLS Server Name extension, however seemingly several clients (including
Python, Ruby and Safari) violate the RFC. Given that this is a fairly
widespread issue, if we receive a TLS Server Name extension that contains
an IP literal, pretend that we did not receive the extension rather than
causing a handshake failure.

Issue raised by jsg@

ok jsg@
</content>
</entry>
<entry>
<title>nits about trailing punctuation found with mandoc -Tlint</title>
<updated>2017-07-05T12:23:46+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2017-07-05T12:23:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=38c8cef451a204b2690aaa0d3385c8fbf25c4575'/>
<id>urn:sha1:38c8cef451a204b2690aaa0d3385c8fbf25c4575</id>
<content type='text'>
</content>
</entry>
<entry>
<title>void functions don't return 0</title>
<updated>2017-07-05T11:44:35+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2017-07-05T11:44:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f37ad20e5396fb55dc5b17c9bafe005c8a02a4e4'/>
<id>urn:sha1:f37ad20e5396fb55dc5b17c9bafe005c8a02a4e4</id>
<content type='text'>
From Klemens Nanni
</content>
</entry>
</feed>
