<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/secure/lib, branch release/5.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-11-04T19:12:42+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-11-04T19:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3f86d8a2ea3f3265afaa1fd263b0004c5c000e69'/>
<id>3f86d8a2ea3f3265afaa1fd263b0004c5c000e69</id>
<content type='text'>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for C3 Nehemiah ACE ("Padlock") AES crypto. This comes</title>
<updated>2004-08-14T13:38:35+00:00</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2004-08-14T13:38:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1f9bb6cd2551e99f570c3a36d016fc74c05bbc12'/>
<id>1f9bb6cd2551e99f570c3a36d016fc74c05bbc12</id>
<content type='text'>
from OpenSSL 0.9.5 (yet to be released), and is pretty complete.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
from OpenSSL 0.9.5 (yet to be released), and is pretty complete.
</pre>
</div>
</content>
</entry>
<entry>
<title>Import the openssl conf for arm.</title>
<updated>2004-05-14T12:26:51+00:00</updated>
<author>
<name>Olivier Houchard</name>
<email>cognet@FreeBSD.org</email>
</author>
<published>2004-05-14T12:26:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=59315819d53207123b0c83ec20f57c4bad288896'/>
<id>59315819d53207123b0c83ec20f57c4bad288896</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Record the libssl.so dependency on libcrypto.so.  This should</title>
<updated>2004-05-13T07:51:47+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-05-13T07:51:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1116791977851dad8aeba748cfdc2062bd57f5d1'/>
<id>1116791977851dad8aeba748cfdc2062bd57f5d1</id>
<content type='text'>
help some ports that depend on libradius that recently gained
the dependency on libssl.  This is also how the stock OpenSSL
build would link libssl.so on FreeBSD.

Prompted by:	kris
OK'ed by:	markm, nectar
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
help some ports that depend on libradius that recently gained
the dependency on libssl.  This is also how the stock OpenSSL
build would link libssl.so on FreeBSD.

Prompted by:	kris
OK'ed by:	markm, nectar
</pre>
</div>
</content>
</entry>
<entry>
<title>Turn MAKE_IDEA into a true "bool" type variable, as documented in</title>
<updated>2004-04-19T11:35:15+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-04-19T11:35:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1f2cef4790d830cd1e3a80cb27513cccf118ff3d'/>
<id>1f2cef4790d830cd1e3a80cb27513cccf118ff3d</id>
<content type='text'>
the make.conf(5) manpage.

PR:		conf/65738
OK'ed by:	markm
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the make.conf(5) manpage.

PR:		conf/65738
OK'ed by:	markm
</pre>
</div>
</content>
</entry>
<entry>
<title>Turn on the amd64-specific bignum code in openssl.  This is actually</title>
<updated>2004-04-14T23:26:26+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2004-04-14T23:26:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d901a5218e0664600dc8db23f51ec0c274240a59'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the -pthread from the last commit, as OpenSSL doesn't actually</title>
<updated>2004-03-30T21:04:04+00:00</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2004-03-30T21:04:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8a56b124828180a6ab6c807f08e33ba4da139edd'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
call any pthread functions as we use compile it. We keep the
-DOPENSSL_THREADS, which stops OpenSSL doing thread-unsafe stuff.

Requested by:	ru
</pre>
</div>
</content>
</entry>
<entry>
<title>Build OpenSSL so that it extects that is may be used in a threaded</title>
<updated>2004-03-30T11:30:02+00:00</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2004-03-30T11:30:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1251855f52a502d465941b59cc41d43f3dd5bf89'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-add the hand-optimised assembler versions of some of the ciphers</title>
<updated>2004-03-23T08:32:29+00:00</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2004-03-23T08:32:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f3d90904b0a71a5ad826232f4c7462784e772e26'/>
<id>f3d90904b0a71a5ad826232f4c7462784e772e26</id>
<content type='text'>
to the build.

Should have done this ages ago:	markm
Reminded above to do this:	peter
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to the build.

Should have done this ages ago:	markm
Reminded above to do this:	peter
</pre>
</div>
</content>
</entry>
<entry>
<title>Update manual pages for OpenSSL 0.9.7d.</title>
<updated>2004-03-17T16:15:46+00:00</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2004-03-17T16:15:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=03886b36818b5e5b17b03abee300f329bc2ff730'/>
<id>03886b36818b5e5b17b03abee300f329bc2ff730</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
