<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libssl, 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>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>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>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>
<entry>
<title>Enforce blinding on RSA operations involving private keys.</title>
<updated>2003-03-15T16:35:53+00:00</updated>
<author>
<name>ho</name>
<email></email>
</author>
<published>2003-03-15T16:35:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=68d910a736124944b061ef4eb6d3e07b4682389a'/>
<id>urn:sha1:68d910a736124944b061ef4eb6d3e07b4682389a</id>
<content type='text'>
From http://www.openssl.org/~geoff, modified to be enabled at all times.
</content>
</entry>
<entry>
<title>jmc wrote a combination man page that covers all openssl(1) functionality,</title>
<updated>2003-03-05T20:59:17+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2003-03-05T20:59:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=608076f3980f669b320ef391c35132bd474541e3'/>
<id>urn:sha1:608076f3980f669b320ef391c35132bd474541e3</id>
<content type='text'>
based on the pod files from openssl.  This may need by-hand updating once
in a while, but at least now people can read a real man page instead of
the mess that the openssl team provides us with.
</content>
</entry>
<entry>
<title>DSAparams_print_pf() -&gt; DSAparams_print_fp()</title>
<updated>2003-02-28T13:12:40+00:00</updated>
<author>
<name>cedric</name>
<email></email>
</author>
<published>2003-02-28T13:12:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6739bef0b892a063bee07460073d25748d39c95c'/>
<id>urn:sha1:6739bef0b892a063bee07460073d25748d39c95c</id>
<content type='text'>
ok deraadt@
</content>
</entry>
<entry>
<title>check for size &lt; 0 when allocating memory, from openssl (-r1.34)</title>
<updated>2003-02-21T12:39:17+00:00</updated>
<author>
<name>markus</name>
<email></email>
</author>
<published>2003-02-21T12:39:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=449a81d8ab21ae7082ab3e22e14f32e3dcb513b0'/>
<id>urn:sha1:449a81d8ab21ae7082ab3e22e14f32e3dcb513b0</id>
<content type='text'>
</content>
</entry>
</feed>
