<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/secure/lib/libcrypto, branch release/5.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-08-14T13:38:35Z</updated>
<entry>
<title>Add support for C3 Nehemiah ACE ("Padlock") AES crypto. This comes</title>
<updated>2004-08-14T13:38:35Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2004-08-14T13:38:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1f9bb6cd2551e99f570c3a36d016fc74c05bbc12'/>
<id>urn:sha1:1f9bb6cd2551e99f570c3a36d016fc74c05bbc12</id>
<content type='text'>
from OpenSSL 0.9.5 (yet to be released), and is pretty complete.
</content>
</entry>
<entry>
<title>Import the openssl conf for arm.</title>
<updated>2004-05-14T12:26:51Z</updated>
<author>
<name>Olivier Houchard</name>
<email>cognet@FreeBSD.org</email>
</author>
<published>2004-05-14T12:26:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=59315819d53207123b0c83ec20f57c4bad288896'/>
<id>urn:sha1:59315819d53207123b0c83ec20f57c4bad288896</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Turn MAKE_IDEA into a true "bool" type variable, as documented in</title>
<updated>2004-04-19T11:35:15Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-04-19T11:35:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1f2cef4790d830cd1e3a80cb27513cccf118ff3d'/>
<id>urn:sha1:1f2cef4790d830cd1e3a80cb27513cccf118ff3d</id>
<content type='text'>
the make.conf(5) manpage.

PR:		conf/65738
OK'ed by:	markm
</content>
</entry>
<entry>
<title>Turn on the amd64-specific bignum code in openssl.  This is actually</title>
<updated>2004-04-14T23:26:26Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2004-04-14T23:26:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d901a5218e0664600dc8db23f51ec0c274240a59'/>
<id>urn:sha1:d901a5218e0664600dc8db23f51ec0c274240a59</id>
<content type='text'>
a variant of the C code but with some scattered asm and things laid out
more optimally for the platform.  This means that we need to the asm
directory to the search path for the amd64 case so that make can find
the source.
</content>
</entry>
<entry>
<title>Remove the -pthread from the last commit, as OpenSSL doesn't actually</title>
<updated>2004-03-30T21:04:04Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2004-03-30T21:04:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8a56b124828180a6ab6c807f08e33ba4da139edd'/>
<id>urn:sha1:8a56b124828180a6ab6c807f08e33ba4da139edd</id>
<content type='text'>
call any pthread functions as we use compile it. We keep the
-DOPENSSL_THREADS, which stops OpenSSL doing thread-unsafe stuff.

Requested by:	ru
</content>
</entry>
<entry>
<title>Build OpenSSL so that it extects that is may be used in a threaded</title>
<updated>2004-03-30T11:30:02Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2004-03-30T11:30:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1251855f52a502d465941b59cc41d43f3dd5bf89'/>
<id>urn:sha1:1251855f52a502d465941b59cc41d43f3dd5bf89</id>
<content type='text'>
environment. This stops some ports keeling over on an OpenSSL assert.
(The patch is not exactly the one from the PR, but has been refined
based on advice from freebsd-threads.)

PR:		51205
Submitted by:	Jim Westfall &lt;jwestfall@surrealistic.net&gt;
MFC after:	1 month
</content>
</entry>
<entry>
<title>Re-add the hand-optimised assembler versions of some of the ciphers</title>
<updated>2004-03-23T08:32:29Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2004-03-23T08:32:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f3d90904b0a71a5ad826232f4c7462784e772e26'/>
<id>urn:sha1:f3d90904b0a71a5ad826232f4c7462784e772e26</id>
<content type='text'>
to the build.

Should have done this ages ago:	markm
Reminded above to do this:	peter
</content>
</entry>
<entry>
<title>Update manual pages for OpenSSL 0.9.7d.</title>
<updated>2004-03-17T16:15:46Z</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2004-03-17T16:15:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=03886b36818b5e5b17b03abee300f329bc2ff730'/>
<id>urn:sha1:03886b36818b5e5b17b03abee300f329bc2ff730</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stage 3 of dynamic root support. Make all the libraries needed to run</title>
<updated>2003-08-17T08:28:46Z</updated>
<author>
<name>Gordon Tetlow</name>
<email>gordon@FreeBSD.org</email>
</author>
<published>2003-08-17T08:28:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=41d8423f714369ea23708399e02792045f9c3f56'/>
<id>urn:sha1:41d8423f714369ea23708399e02792045f9c3f56</id>
<content type='text'>
binaries in /bin and /sbin installed in /lib. Only the versioned files
reside in /lib, the .so symlink continues to live /usr/lib so the
toolchain doesn't need to be modified.
</content>
</entry>
<entry>
<title>Ugg, wrong version.</title>
<updated>2003-06-01T23:39:16Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-06-01T23:39:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=631a2b1ed8ce140ece9b5ece5a64d11f3b47bd1d'/>
<id>urn:sha1:631a2b1ed8ce140ece9b5ece5a64d11f3b47bd1d</id>
<content type='text'>
CSTD=gnu89, c89 wont do.
</content>
</entry>
</feed>
