<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libssl, branch OPENBSD_3_5</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_3_5</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_3_5'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2004-03-22T14:57:05+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2git to create branch 'OPENBSD_3_5'.</title>
<updated>2004-03-22T14:57:05+00:00</updated>
<author>
<name>cvs2svn</name>
<email>admin@example.com</email>
</author>
<published>2004-03-22T14:57:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7f48deb4b8030bed5b03cd35950aabb8ff34f0fa'/>
<id>urn:sha1:7f48deb4b8030bed5b03cd35950aabb8ff34f0fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unbreak rmd160.  Was broken on sparc64 when compiled with gcc3.  Fix and report</title>
<updated>2004-03-22T14:57:03+00:00</updated>
<author>
<name>hshoexer</name>
<email></email>
</author>
<published>2004-03-22T14:57:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c051a3c4a24fa90cc755059f99d5c2e7131d5ca7'/>
<id>urn:sha1:c051a3c4a24fa90cc755059f99d5c2e7131d5ca7</id>
<content type='text'>
by Simon Kellner.

XXX  This is only a temporary work-around and we still need a REAL fix for
XXX  this issue.

Testing on different archs by marc@ tdvall@ millert@ otto@ ho@ miod@ hshoexer@
ok deraadt@
</content>
</entry>
<entry>
<title>Insert missing ABORT if EC_GROUP_copy() fails.</title>
<updated>2004-03-21T21:50:29+00:00</updated>
<author>
<name>tom</name>
<email></email>
</author>
<published>2004-03-21T21:50:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1e77dd49006edc60e86242fd15bfa42d7f49ee43'/>
<id>urn:sha1:1e77dd49006edc60e86242fd15bfa42d7f49ee43</id>
<content type='text'>
ok markus@
</content>
</entry>
<entry>
<title>return(00); -&gt; return(0); markus@ ok</title>
<updated>2004-03-17T21:31:34+00:00</updated>
<author>
<name>aaron</name>
<email></email>
</author>
<published>2004-03-17T21:31:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=64ea189ee0511fddc5b6b2271c88779735dd8380'/>
<id>urn:sha1:64ea189ee0511fddc5b6b2271c88779735dd8380</id>
<content type='text'>
</content>
</entry>
<entry>
<title>out-of-bounds read in (unused) kerberos ciphersuites (CAN-2004-0112)</title>
<updated>2004-03-17T14:22:02+00:00</updated>
<author>
<name>markus</name>
<email></email>
</author>
<published>2004-03-17T14:22:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0514fab896ecd7bd5063c1e0853337a09e156448'/>
<id>urn:sha1:0514fab896ecd7bd5063c1e0853337a09e156448</id>
<content type='text'>
</content>
</entry>
<entry>
<title>avoid null-pointer deref (aka CAN-2004-0079)</title>
<updated>2004-03-17T12:28:29+00:00</updated>
<author>
<name>markus</name>
<email></email>
</author>
<published>2004-03-17T12:28:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a300d320eeca00daca7747f4e4327416da173e6f'/>
<id>urn:sha1:a300d320eeca00daca7747f4e4327416da173e6f</id>
<content type='text'>
see http://www.openssl.org/news/secadv_20040317.txt
</content>
</entry>
<entry>
<title>change amd64's MACHINE_ARCH from x86_64 to amd64.  There are many many</title>
<updated>2004-02-27T17:36:18+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2004-02-27T17:36:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=75c3b2d2e6ae84ad1232686b18e5e88996c2cbbe'/>
<id>urn:sha1:75c3b2d2e6ae84ad1232686b18e5e88996c2cbbe</id>
<content type='text'>
reasons for this, quite a few of them technical, and not all of them
in response to Intel's broken ia32e crud.  The gcc toolchain stays at
x86_64 for now.
</content>
</entry>
<entry>
<title>Cleanup and shrink ACSS_KEY a bit.  Thus crank library minor.</title>
<updated>2004-02-13T10:05:44+00:00</updated>
<author>
<name>hshoexer</name>
<email></email>
</author>
<published>2004-02-13T10:05:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1617c4271e2064de608b1d25e4d8b49ea0b00007'/>
<id>urn:sha1:1617c4271e2064de608b1d25e4d8b49ea0b00007</id>
<content type='text'>
Change cipher modes to more generic names and add an additional mode.

ok deraadt@ markus@
</content>
</entry>
<entry>
<title>simpler ssl manpages, using --name=.</title>
<updated>2004-02-09T18:31:19+00:00</updated>
<author>
<name>espie</name>
<email></email>
</author>
<published>2004-02-09T18:31:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f40dac23396a8c0d8c9cac35ba40a92cb4b58852'/>
<id>urn:sha1:f40dac23396a8c0d8c9cac35ba40a92cb4b58852</id>
<content type='text'>
okay markus@
</content>
</entry>
<entry>
<title>remove some debug code and cleanup..</title>
<updated>2004-02-04T21:31:10+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2004-02-04T21:31:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=acb76436eeac44bb2432cf37441f3eba95b589a5'/>
<id>urn:sha1:acb76436eeac44bb2432cf37441f3eba95b589a5</id>
<content type='text'>
</content>
</entry>
</feed>
