<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src, branch libressl-v2.3.2</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.3.2</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.3.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2016-01-27T02:06:16+00:00</updated>
<entry>
<title>deprecate SSL_OP_SINGLE_DH_USE</title>
<updated>2016-01-27T02:06:16+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2016-01-27T02:06:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e2e517f4c81621a7346f82a2064c31e7066f1198'/>
<id>urn:sha1:e2e517f4c81621a7346f82a2064c31e7066f1198</id>
<content type='text'>
ok jsing@
</content>
</entry>
<entry>
<title>Don't crash dumping malloc stats if malloc_init hasn't been called, noted by</title>
<updated>2016-01-26T15:44:28+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2016-01-26T15:44:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7dd2931bc4345541724ce4f62b54914fbc4e0274'/>
<id>urn:sha1:7dd2931bc4345541724ce4f62b54914fbc4e0274</id>
<content type='text'>
David CARLIER
</content>
</entry>
<entry>
<title>Call BIO_sock_init() from tls_init() to ensure sockets are enabled on Windows.</title>
<updated>2016-01-18T16:15:14+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2016-01-18T16:15:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7cfa61f0dbe53464bdf7cd75df2987d409912e05'/>
<id>urn:sha1:7cfa61f0dbe53464bdf7cd75df2987d409912e05</id>
<content type='text'>
This is of course a no-op on other platforms.  Noted by equalsraf from github.
</content>
</entry>
<entry>
<title>Long ago, malloc internally had two kinds of failures, warnings and errors.</title>
<updated>2016-01-06T17:57:22+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2016-01-06T17:57:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d2d3923b962fcdc33d76e08bb585d64d78b0a09f'/>
<id>urn:sha1:d2d3923b962fcdc33d76e08bb585d64d78b0a09f</id>
<content type='text'>
The 'A' option elevated warnings to errors, and has been the default for some
time. Then warnings were effectively eliminated in favor of everything
being an error, but then the 'a' flag turned real errors into warnings!
Remove the 'a' option entirely. You shouldn't have used it anyway.
ok tb tdeval
</content>
</entry>
<entry>
<title>Follow style(9) and drop lint /* NOTREACHED */ annotations from</title>
<updated>2016-01-04T19:43:13+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2016-01-04T19:43:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0d944e745b286c8b496cde9e6ef33728246bf5b4'/>
<id>urn:sha1:0d944e745b286c8b496cde9e6ef33728246bf5b4</id>
<content type='text'>
the examples.

Diff from Juuso Lapinlampi &lt; wub () partyvan ! eu &gt;, thanks!

ok schwarze@
</content>
</entry>
<entry>
<title>Use the correct values for TLS certificate / private key flags.</title>
<updated>2016-01-04T02:18:31+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2016-01-04T02:18:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=08ca90351f9e9dc49c335fcd84085091480bb1e7'/>
<id>urn:sha1:08ca90351f9e9dc49c335fcd84085091480bb1e7</id>
<content type='text'>
fix from Andreas Bartelt &lt;obsd at bartula.de&gt;
</content>
</entry>
<entry>
<title>Calling clone(2) with CLONE_NEWPID yields multiple processes with pid=1.</title>
<updated>2016-01-04T02:04:56+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2016-01-04T02:04:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0f894628446dec0db2f00dac168dac6bcb7dd705'/>
<id>urn:sha1:0f894628446dec0db2f00dac168dac6bcb7dd705</id>
<content type='text'>
Work around this particular case by reseeding whenever pid=1, but as guenther@
notes, directly calling clone(2), and then forking to match another pid,
provides other ways to bypass new process detection on Linux.
Hopefully at some point Linux implements something like MAP_INHERIT_ZERO, and
does not invent a corresponding mechanism to subvert it.

Noted by Sebastian Krahmer and the opmsg team.
See http://stealth.openwall.net/crypto/randup.c for a test program.

ok beck@
</content>
</entry>
<entry>
<title>Document that the ssl free() functions are NULL safe.  OK mmcc@</title>
<updated>2015-12-30T18:45:02+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2015-12-30T18:45:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fc1b61ff7d2b1dfc2853e6759ce2780b4a72f280'/>
<id>urn:sha1:fc1b61ff7d2b1dfc2853e6759ce2780b4a72f280</id>
<content type='text'>
</content>
</entry>
<entry>
<title>another case where bad things would happen after wrterror</title>
<updated>2015-12-30T06:04:39+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2015-12-30T06:04:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9db9334bfd2327783d1ec88b9a740fa95f9c31aa'/>
<id>urn:sha1:9db9334bfd2327783d1ec88b9a740fa95f9c31aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>if somebody makes the mistake of disabling abort, don't deref null in</title>
<updated>2015-12-30T06:01:18+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2015-12-30T06:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=43d3e77da291417f1d53ae05da95959b45334cb5'/>
<id>urn:sha1:43d3e77da291417f1d53ae05da95959b45334cb5</id>
<content type='text'>
validate_junk. from Michal Mazurek
</content>
</entry>
</feed>
