<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libssl, branch OPENBSD_4_7_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_4_7_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_4_7_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2010-03-10T20:46:17+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2git to create tag 'OPENBSD_4_7_BASE'.</title>
<updated>2010-03-10T20:46:17+00:00</updated>
<author>
<name>cvs2svn</name>
<email>admin@example.com</email>
</author>
<published>2010-03-10T20:46:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b11b85914ed7b8e8f47cb4d0af86678bc41d4354'/>
<id>urn:sha1:b11b85914ed7b8e8f47cb4d0af86678bc41d4354</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cherrypick patch from OpenSSL 0.9.8m:</title>
<updated>2010-03-04T11:02:42+00:00</updated>
<author>
<name>djm</name>
<email></email>
</author>
<published>2010-03-04T11:02:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9f75721dec306b453d31851a26bad908e9605c4f'/>
<id>urn:sha1:9f75721dec306b453d31851a26bad908e9605c4f</id>
<content type='text'>
  *) Always check bn_wexpend() return values for failure.  (CVE-2009-3245)
     [Martin Olsson, Neel Mehta]
</content>
</entry>
<entry>
<title>Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent</title>
<updated>2010-02-03T20:49:00+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2010-02-03T20:49:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=aaa0cabd6a83ca6edba4b6122b65033db1337306'/>
<id>urn:sha1:aaa0cabd6a83ca6edba4b6122b65033db1337306</id>
<content type='text'>
files or directories when applicable.
The inspiration and name of MACHINE_CPU come from NetBSD, although the way to
provide it to Makefiles is completely different.
ok kettenis@
</content>
</entry>
<entry>
<title>add a fix from OpenSSL CVS for SA38200.</title>
<updated>2010-01-31T21:10:57+00:00</updated>
<author>
<name>jasper</name>
<email></email>
</author>
<published>2010-01-31T21:10:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6007738228ce1f7b878db03c3e504020350a7e30'/>
<id>urn:sha1:6007738228ce1f7b878db03c3e504020350a7e30</id>
<content type='text'>
"Modify compression code so it avoids using ex_data free functions.
This stops applications that call CRYPTO_free_all_ex_data()
prematurely leaking memory."

looks ok to markus@
</content>
</entry>
<entry>
<title>new ipsca root.</title>
<updated>2009-12-31T07:13:15+00:00</updated>
<author>
<name>dlg</name>
<email></email>
</author>
<published>2009-12-31T07:13:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2b56f982cbba39b8740b0a4e07047b813c77197c'/>
<id>urn:sha1:2b56f982cbba39b8740b0a4e07047b813c77197c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipsca has expired</title>
<updated>2009-12-31T07:06:29+00:00</updated>
<author>
<name>dlg</name>
<email></email>
</author>
<published>2009-12-31T07:06:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f1ee178592ebcf18d85457f83d41dff80160be5d'/>
<id>urn:sha1:f1ee178592ebcf18d85457f83d41dff80160be5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>plug a memory leak; found by parfait, ok djm</title>
<updated>2009-12-11T16:56:39+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2009-12-11T16:56:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e08e7c71900784252a73d16bdbe29c5f7c2288aa'/>
<id>urn:sha1:e08e7c71900784252a73d16bdbe29c5f7c2288aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pull Ben Lauries blind prefix injection fix for CVE-2009-3555 from</title>
<updated>2009-11-10T09:09:40+00:00</updated>
<author>
<name>markus</name>
<email></email>
</author>
<published>2009-11-10T09:09:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f1d42d6eee1da63866ae153d6e369735e5a8d456'/>
<id>urn:sha1:f1d42d6eee1da63866ae153d6e369735e5a8d456</id>
<content type='text'>
openssl 0.9.8l; crank minor version; ok djm@ deraadt@; initially from jsg@
</content>
</entry>
<entry>
<title>s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz).</title>
<updated>2009-10-31T13:29:07+00:00</updated>
<author>
<name>sobrado</name>
<email></email>
</author>
<published>2009-10-31T13:29:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f26acbc19d7b441bbd6b8a3670a11bd78abd13d5'/>
<id>urn:sha1:f26acbc19d7b441bbd6b8a3670a11bd78abd13d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>another cert that makes godaddy.com and launchpad.net (among others) happy.</title>
<updated>2009-10-12T07:44:44+00:00</updated>
<author>
<name>fgsch</name>
<email></email>
</author>
<published>2009-10-12T07:44:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d5f58668153ca5e46c78a9ab8360cf436dd8e6d6'/>
<id>urn:sha1:d5f58668153ca5e46c78a9ab8360cf436dd8e6d6</id>
<content type='text'>
found by Guillaume Protet (guillaume dot protet at mortheres dot info)
while testing bzr update.  deraadt@ ok
</content>
</entry>
</feed>
