<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib, branch libressl-v2.3.1</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.3.1</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.3.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2015-10-25T18:03:17+00:00</updated>
<entry>
<title>Move the _atfork_list definition to atexit.c so that the fork syscall stub</title>
<updated>2015-10-25T18:03:17+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-10-25T18:03:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0084bf09c568d307bfa52752944542a2cb10fd44'/>
<id>urn:sha1:0084bf09c568d307bfa52752944542a2cb10fd44</id>
<content type='text'>
doesn't get pulled into all static executables

ok millert@ jca@
</content>
</entry>
<entry>
<title>Hide __atexit and __atexit_register_cleanup()</title>
<updated>2015-10-25T18:01:24+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-10-25T18:01:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d26dd1386187b2be08c82b67e3a2199a67c82900'/>
<id>urn:sha1:d26dd1386187b2be08c82b67e3a2199a67c82900</id>
<content type='text'>
Wrap __cxa_{atexit,finalize}() so the call from exit() goes direct
Switch regress/lib/libc/atexit/ to be built with -static so that it can
  still access __atexit*

ok millert@ jca@
</content>
</entry>
<entry>
<title>Sort the obsolete flags.</title>
<updated>2015-10-25T16:07:04+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-10-25T16:07:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fa8b89b99dd0b9e5ae639623c7a1078d667bf0ce'/>
<id>urn:sha1:fa8b89b99dd0b9e5ae639623c7a1078d667bf0ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mark SSL_OP_NO_{COMPRESSION,SSLv2,SSLv3} as obsolete.</title>
<updated>2015-10-25T15:58:57+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-10-25T15:58:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d256da11a93b993f54bb8954ac8809c42d8374bf'/>
<id>urn:sha1:d256da11a93b993f54bb8954ac8809c42d8374bf</id>
<content type='text'>
For backward compatibility, the flags are redefined as 0.

ok jsing@
</content>
</entry>
<entry>
<title>Remove last vestige of SSL_OP_NO_SSLv3 support.</title>
<updated>2015-10-25T15:52:49+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-10-25T15:52:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3f1b7952aea47c899837e322b46789df0cef2709'/>
<id>urn:sha1:3f1b7952aea47c899837e322b46789df0cef2709</id>
<content type='text'>
No part of LibreSSL checks for this flag any longer.

ok jsing@
</content>
</entry>
<entry>
<title>Simplify ssl23_get_client_hello error handling.</title>
<updated>2015-10-25T15:49:04+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-10-25T15:49:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1b22d2c5e4e56c3e39d49b552bf6edb38fe2e738'/>
<id>urn:sha1:1b22d2c5e4e56c3e39d49b552bf6edb38fe2e738</id>
<content type='text'>
ssl23_get_client_hello sets type=1 on error and continues processing.
It should return an error immediately to simplify things.  This also
allows us to start removing the last of SSL_OP_NO_SSL*.

Added extra paranoia for s-&gt;version to make sure it is set properly.

ok jsing@
</content>
</entry>
<entry>
<title>The only thing that was translated into multiple languages in OpenBSD</title>
<updated>2015-10-25T10:22:09+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2015-10-25T10:22:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d3eedb2d4a3440cdd3041229f1700871de7b5b97'/>
<id>urn:sha1:d3eedb2d4a3440cdd3041229f1700871de7b5b97</id>
<content type='text'>
are the errno messages and signal names.  Everything else is in
English.  We are not planning to translate more text.  Running a
mixed system with less than 1% of the text in native language makes
no sense.  So remove the NLS support from libc messages.  The
catopen(3) functions stay as they are.
OK stsp@ mpi@
</content>
</entry>
<entry>
<title>Use sigaction() instead of signal() to avoid pulling in unnecessary</title>
<updated>2015-10-25T04:13:59+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-10-25T04:13:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=80bf6baa97073a30533cc83e43d1bf77ba2baa27'/>
<id>urn:sha1:80bf6baa97073a30533cc83e43d1bf77ba2baa27</id>
<content type='text'>
wrappers.  To keep uses from crawling back in, mark signal() as
deprecated inside libc.

ok deraadt@
</content>
</entry>
<entry>
<title>Switch if_nameindex(3) to use the new NET_RT_IFNAMES sysctl to get the</title>
<updated>2015-10-23T13:09:19+00:00</updated>
<author>
<name>claudio</name>
<email></email>
</author>
<published>2015-10-23T13:09:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bed2ec7d52018eb5b18c05de7214aed29d127e01'/>
<id>urn:sha1:bed2ec7d52018eb5b18c05de7214aed29d127e01</id>
<content type='text'>
list of interface names. At the same time switch if_nametoindex(3) and
if_indextoname(3) to use if_nameindex(3) instead of getifaddrs(3).
if_nameindex(3) exposes much less then getifaddrs(3) and is allowed by
pledge(2).
With and OK deraadt@
</content>
</entry>
<entry>
<title>Use waitpid() instead of wait() to avoid returning early from another child</title>
<updated>2015-10-23T04:45:32+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-10-23T04:45:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f3219d6f98950c898ef82fe58e92354d7b9725ff'/>
<id>urn:sha1:f3219d6f98950c898ef82fe58e92354d7b9725ff</id>
<content type='text'>
exiting, and loop the waitpid() on EINTR

ok deraadt@ millert@
</content>
</entry>
</feed>
