<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/arc4random/getentropy_solaris.c, branch OPENBSD_6_8_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2020-05-17T14:44:20+00:00</updated>
<entry>
<title>As done everywhere else, use a local version of MINIMUM() and avoid</title>
<updated>2020-05-17T14:44:20+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2020-05-17T14:44:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=032a35a73bdeb0ea0007bfc5219e6c96db991681'/>
<id>urn:sha1:032a35a73bdeb0ea0007bfc5219e6c96db991681</id>
<content type='text'>
conflict against a potential define min() from some other scope.
</content>
</entry>
<entry>
<title>Saw a mention somewhere a while back that the gotdata() function in</title>
<updated>2018-11-20T08:04:28+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2018-11-20T08:04:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1c9e20cbc776ff1a1ba01d20a3d7ae740718e16e'/>
<id>urn:sha1:1c9e20cbc776ff1a1ba01d20a3d7ae740718e16e</id>
<content type='text'>
here could creates non-uniformity since very short fetches of 0 would
be excluded.  blocks of 0 are just as random as any other data, including
blocks of 4 4 4..  This is a misguided attempt to identify errors from the
entropy churn/gather code doesn't make sense, errors don't happen.
ok bcook
</content>
</entry>
<entry>
<title>Update the link for the getentropy(2) manual to man.openbsd.org/</title>
<updated>2016-08-07T03:27:21+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2016-08-07T03:27:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=45a99457661a695d9e6070e26d9383b3a955a536'/>
<id>urn:sha1:45a99457661a695d9e6070e26d9383b3a955a536</id>
<content type='text'>
ok deraadt@
</content>
</entry>
<entry>
<title>unify files further</title>
<updated>2015-09-11T11:52:55+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2015-09-11T11:52:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2a8f39dde4eb3fc8b492e8c665128c557ff500af'/>
<id>urn:sha1:2a8f39dde4eb3fc8b492e8c665128c557ff500af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unify versions, so they are easier to diff.</title>
<updated>2015-08-25T17:26:43+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2015-08-25T17:26:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fc3d3d60211a42640c6c2273a1d4edf9901f1492'/>
<id>urn:sha1:fc3d3d60211a42640c6c2273a1d4edf9901f1492</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use explicit_bzero() instead of memset() on buffers going out of scope.</title>
<updated>2014-07-21T20:19:47+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2014-07-21T20:19:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0872907b62794cd6aa17af938318ed13aef2aecc'/>
<id>urn:sha1:0872907b62794cd6aa17af938318ed13aef2aecc</id>
<content type='text'>
Also, zero the SHA256 context.

suggested by "eric" in a comment on an opensslrampage.org post
ok miod@ deraadt@
</content>
</entry>
<entry>
<title>remove disabled main hook; we use phdr now; ok bcook</title>
<updated>2014-07-19T16:12:00+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-07-19T16:12:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7d86fd87164e886f422ae29e3aab9bf04502316d'/>
<id>urn:sha1:7d86fd87164e886f422ae29e3aab9bf04502316d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use dl_iterate_phdr() to iterate over the segments and throw the addresses</title>
<updated>2014-07-13T13:37:38+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-07-13T13:37:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7b3b70e21bf263aeb1b8fa2297e567734a24367c'/>
<id>urn:sha1:7b3b70e21bf263aeb1b8fa2297e567734a24367c</id>
<content type='text'>
into the hash; hoping the system has some ASLR or PIE.  This replaces and
substantially improves upon &amp;main which proved problematic with some picky
linkers.
Work with kettenis, testing by beck
</content>
</entry>
<entry>
<title>Provide a link to the canonical API specification.</title>
<updated>2014-07-13T13:03:09+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-07-13T13:03:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3eef0b7f101f6ffe732366f0ba4b4e78c672a5f7'/>
<id>urn:sha1:3eef0b7f101f6ffe732366f0ba4b4e78c672a5f7</id>
<content type='text'>
ok beck
</content>
</entry>
<entry>
<title>Take away the use of the address of main as a source of entropy. Causes</title>
<updated>2014-07-13T08:24:20+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2014-07-13T08:24:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9dc40c4cb8a8d7a877ed1c8f5bc3cbc3f2ac2851'/>
<id>urn:sha1:9dc40c4cb8a8d7a877ed1c8f5bc3cbc3f2ac2851</id>
<content type='text'>
distractions to people testing and seeing link errors in some setups.
This will come back in another form
ok deraadt@
</content>
</entry>
</feed>
