<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd, branch OPENBSD_3_3</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_3_3</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_3_3'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2004-03-17T18:07:42+00:00</updated>
<entry>
<title>MFC:</title>
<updated>2004-03-17T18:07:42+00:00</updated>
<author>
<name>brad</name>
<email></email>
</author>
<published>2004-03-17T18:07:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2013286ddfd847433e517f8bd8dc1a0a7da53a40'/>
<id>urn:sha1:2013286ddfd847433e517f8bd8dc1a0a7da53a40</id>
<content type='text'>
Fix by markus@

avoid null-pointer deref (aka CAN-2004-0079)
see http://www.openssl.org/news/secadv_20040317.txt

ok deraadt@ markus@
</content>
</entry>
<entry>
<title>Pull patch from -current:</title>
<updated>2003-10-01T15:58:05+00:00</updated>
<author>
<name>margarida</name>
<email></email>
</author>
<published>2003-10-01T15:58:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ea2b2394af4a2ce63b39dc2e6bbe2e0040925dd1'/>
<id>urn:sha1:ea2b2394af4a2ce63b39dc2e6bbe2e0040925dd1</id>
<content type='text'>
SECURITY FIX
Fixed by markus@
security fix from http://www.openssl.org/news/secadv_20030930.txt

ok markus@ deraadt@
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2003-08-03T02:17:03+00:00</updated>
<author>
<name>brad</name>
<email></email>
</author>
<published>2003-08-03T02:17:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=06330453788740869bd2ffcf287c741d75fe6fc6'/>
<id>urn:sha1:06330453788740869bd2ffcf287c741d75fe6fc6</id>
<content type='text'>
Fix by millert@

Rename rootd to needslash and invert its value.  This fixes the check
for ENAMETOOLONG, though since we use strlcpy() and strlcat() this
is not a big deal.  Problem found by vincent@

ok deraadt@
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2git to create branch 'OPENBSD_3_3'.</title>
<updated>2003-03-22T08:02:05+00:00</updated>
<author>
<name>cvs2svn</name>
<email>admin@example.com</email>
</author>
<published>2003-03-22T08:02:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6c1b09d1f4c5f48d3dba5eeee76196e46a515464'/>
<id>urn:sha1:6c1b09d1f4c5f48d3dba5eeee76196e46a515464</id>
<content type='text'>
</content>
</entry>
<entry>
<title>missing space between macro argument and comma</title>
<updated>2003-03-22T08:02:03+00:00</updated>
<author>
<name>david</name>
<email></email>
</author>
<published>2003-03-22T08:02:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2850ebd15c3cfddf6fb7edcd08cb6b2c6f717be9'/>
<id>urn:sha1:2850ebd15c3cfddf6fb7edcd08cb6b2c6f717be9</id>
<content type='text'>
ok jmc@
</content>
</entry>
<entry>
<title>Fix for Klima-Pokorny-Rosa attack on RSA in SSL/TLS, see</title>
<updated>2003-03-19T23:03:01+00:00</updated>
<author>
<name>markus</name>
<email></email>
</author>
<published>2003-03-19T23:03:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=121e69a3174716503bfd88f7116dc9853b35d1e2'/>
<id>urn:sha1:121e69a3174716503bfd88f7116dc9853b35d1e2</id>
<content type='text'>
http://marc.theaimsgroup.com/?l=bugtraq&amp;m=104811162730834&amp;w=2
</content>
</entry>
<entry>
<title>duplicate words: and and, the the</title>
<updated>2003-03-18T12:58:22+00:00</updated>
<author>
<name>david</name>
<email></email>
</author>
<published>2003-03-18T12:58:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=681b86ece831df81bdecaf14f664a68371ddd002'/>
<id>urn:sha1:681b86ece831df81bdecaf14f664a68371ddd002</id>
<content type='text'>
ok miod@ jmc@
</content>
</entry>
<entry>
<title>If hostname != NULL, hostname is not a numeric string, and AI_NUMERICHOST</title>
<updated>2003-03-17T23:16:36+00:00</updated>
<author>
<name>jason</name>
<email></email>
</author>
<published>2003-03-17T23:16:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=91a3972a5e668b7118c88478d6c55bb9554ef87c'/>
<id>urn:sha1:91a3972a5e668b7118c88478d6c55bb9554ef87c</id>
<content type='text'>
is set, return EAI_NONAME like RFC2553 specifies.  millert/itojun ok.
</content>
</entry>
<entry>
<title>update to official patch from openssl.org; ok deraadt@, millert@</title>
<updated>2003-03-17T19:57:16+00:00</updated>
<author>
<name>markus</name>
<email></email>
</author>
<published>2003-03-17T19:57:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f70fbcbe107b93fd24d31f9afa4e99bf2464a2b7'/>
<id>urn:sha1:f70fbcbe107b93fd24d31f9afa4e99bf2464a2b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Less strcpy/strcat/sprintf. tdeval@ ok.</title>
<updated>2003-03-16T12:18:21+00:00</updated>
<author>
<name>ho</name>
<email></email>
</author>
<published>2003-03-16T12:18:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a4c0f9de9c618e0271a7e122136bdfe50301a6d7'/>
<id>urn:sha1:a4c0f9de9c618e0271a7e122136bdfe50301a6d7</id>
<content type='text'>
</content>
</entry>
</feed>
