<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libssl/crypto, branch OPENBSD_3_5_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_3_5_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_3_5_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2004-02-27T17:36:18+00:00</updated>
<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>config for arm, copied from powerpc/sparc ok markus@</title>
<updated>2004-02-03T15:43:35+00:00</updated>
<author>
<name>drahn</name>
<email></email>
</author>
<published>2004-02-03T15:43:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a6190ae4797f54661b7b827424b141d70fb30655'/>
<id>urn:sha1:a6190ae4797f54661b7b827424b141d70fb30655</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cleanup byte order detection per arch a bit; mickey ok</title>
<updated>2004-01-29T03:05:33+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2004-01-29T03:05:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=931ec14a913e15bbe523ba9ab63462c3f6566982'/>
<id>urn:sha1:931ec14a913e15bbe523ba9ab63462c3f6566982</id>
<content type='text'>
</content>
</entry>
<entry>
<title>the rest of the libs stuff; from art@ again</title>
<updated>2004-01-28T01:51:40+00:00</updated>
<author>
<name>mickey</name>
<email></email>
</author>
<published>2004-01-28T01:51:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1fd63fa21c75cf59edbf8a60cfbd14a5f3a85fcd'/>
<id>urn:sha1:1fd63fa21c75cf59edbf8a60cfbd14a5f3a85fcd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>enable acss.</title>
<updated>2004-01-23T17:02:25+00:00</updated>
<author>
<name>hshoexer</name>
<email></email>
</author>
<published>2004-01-23T17:02:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c6d18b94636587d78f7fe00657c4d2e9e01337ae'/>
<id>urn:sha1:c6d18b94636587d78f7fe00657c4d2e9e01337ae</id>
<content type='text'>
ok @deraadt @markus

Also bump minor version.
ok @deraadt
</content>
</entry>
<entry>
<title>Break up the colon-separated path to -I into two -I args so the tree</title>
<updated>2003-11-19T21:06:45+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2003-11-19T21:06:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=63c1ca41edcc63d50fc12ea279dd0dbbffff9d10'/>
<id>urn:sha1:63c1ca41edcc63d50fc12ea279dd0dbbffff9d10</id>
<content type='text'>
can build with perl 5.8.2.  Ok markus@
</content>
</entry>
<entry>
<title>use bn_asm_vax.S (from netbsd); test + ok by miod</title>
<updated>2003-11-18T12:39:05+00:00</updated>
<author>
<name>markus</name>
<email></email>
</author>
<published>2003-11-18T12:39:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3cf6590e9b2b978b44c38897634f84fbf167db4f'/>
<id>urn:sha1:3cf6590e9b2b978b44c38897634f84fbf167db4f</id>
<content type='text'>
use asm code for i386, except for the CBC code, because
it is not clean PIC code.
add &lt;machime/asm.h&gt; support to x86unix.pl
tested by: nick (on 30386), henning, djm, tedu, jmc and more;
no shlib minor crank necessary, only internal symbols changed.
</content>
</entry>
<entry>
<title>crank minor for ERR_release_err_state_table</title>
<updated>2003-11-11T22:17:38+00:00</updated>
<author>
<name>markus</name>
<email></email>
</author>
<published>2003-11-11T22:17:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=540d92336aa741548471edc72ae59cab225f94bb'/>
<id>urn:sha1:540d92336aa741548471edc72ae59cab225f94bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>swap /usr/include/openssl and /usr/include/ssl, clean up the Makefiles</title>
<updated>2003-06-02T08:45:58+00:00</updated>
<author>
<name>markus</name>
<email></email>
</author>
<published>2003-06-02T08:45:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c3f5284e46d81047291e19af7facac131b491c30'/>
<id>urn:sha1:c3f5284e46d81047291e19af7facac131b491c30</id>
<content type='text'>
get rid old include files; with itojun@ and tdeval@; ok itojun@, deraadt@
</content>
</entry>
</feed>
