<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto, branch OPENBSD_2_8_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_2_8_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_2_8_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2000-10-25T15:23:16+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2git to create tag 'OPENBSD_2_8_BASE'.</title>
<updated>2000-10-25T15:23:16+00:00</updated>
<author>
<name>cvs2svn</name>
<email>admin@example.com</email>
</author>
<published>2000-10-25T15:23:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f7f03a2c738fa3cb523a5e509685f72fd0879bb2'/>
<id>urn:sha1:f7f03a2c738fa3cb523a5e509685f72fd0879bb2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typo; claudio@core-sdi.com.</title>
<updated>2000-10-10T22:29:25+00:00</updated>
<author>
<name>fgsch</name>
<email></email>
</author>
<published>2000-10-10T22:29:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=04199a0ac8d5e64a4c04d30cd9eb933f7eb99648'/>
<id>urn:sha1:04199a0ac8d5e64a4c04d30cd9eb933f7eb99648</id>
<content type='text'>
</content>
</entry>
<entry>
<title>$HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zero</title>
<updated>2000-08-02T04:10:47+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2000-08-02T04:10:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e56127299dd3bb78db3838b2df516606d1911299'/>
<id>urn:sha1:e56127299dd3bb78db3838b2df516606d1911299</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use %s with fprintf</title>
<updated>2000-07-07T20:59:47+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2000-07-07T20:59:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=123edfa10cd441942267fef4a093c5f856f911e1'/>
<id>urn:sha1:123edfa10cd441942267fef4a093c5f856f911e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>RSA goes in tree for next our next release, as it will be after</title>
<updated>2000-06-15T17:16:32+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2000-06-15T17:16:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e3350922cdf6f87e98fa62cd9c641232af168534'/>
<id>urn:sha1:e3350922cdf6f87e98fa62cd9c641232af168534</id>
<content type='text'>
Sept 21.  Note: This means you shouldn't really be running -current
for anything in the United States. Either wait for Sept 21, or for the
next release, or move to the free world :)
</content>
</entry>
<entry>
<title>Fix strcpy/strcat abuse and fix stupid behaviour of the default</title>
<updated>2000-04-16T23:50:12+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2000-04-16T23:50:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6c6b1d3d1d43480c21468b276a64c1fb7d82c152'/>
<id>urn:sha1:6c6b1d3d1d43480c21468b276a64c1fb7d82c152</id>
<content type='text'>
RAND_file_name - changed so that it stats the filename it returns
before returing it. If the file won't stat, return DEVRANDOM (for us
/dev/arandom) instead, thus making the default behaviour moderately
intelligent.
</content>
</entry>
<entry>
<title>Fix randfile so it doesn't attempt to chmod and write entropy back to</title>
<updated>2000-04-16T21:46:36+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2000-04-16T21:46:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=78ac5255911b9af24b3ecda501019be4b4d73a24'/>
<id>urn:sha1:78ac5255911b9af24b3ecda501019be4b4d73a24</id>
<content type='text'>
devices. This caused people's /dev/arandom's to be permitted 600,
which causes rsa to fail to get random data, which results in all
kinds of fun with ssh :)
</content>
</entry>
<entry>
<title>link to correct renamed pages</title>
<updated>2000-04-16T04:59:27+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2000-04-16T04:59:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b956df9eb25970ee609f7eccdb22bdf688763bae'/>
<id>urn:sha1:b956df9eb25970ee609f7eccdb22bdf688763bae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix this for the case where the file is a device - make sure we don't</title>
<updated>2000-04-16T04:47:06+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2000-04-16T04:47:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=18182bf4235acc07afff11459f872661caf43dcc'/>
<id>urn:sha1:18182bf4235acc07afff11459f872661caf43dcc</id>
<content type='text'>
attempt to read from a device forever.
</content>
</entry>
<entry>
<title>OpenSSL 0.9.5a merge</title>
<updated>2000-04-15T06:18:51+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2000-04-15T06:18:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b608c7f2b175e121f2c22d53341a317153afdc8e'/>
<id>urn:sha1:b608c7f2b175e121f2c22d53341a317153afdc8e</id>
<content type='text'>
</content>
</entry>
</feed>
