<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/secure, branch releng/5.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<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/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>Join the 21st century: Cryptography is no longer an optional component</title>
<updated>2004-08-06T07:27:08Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2004-08-06T07:27:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d37df47d3104331743c4d05ebba3f996f5a2308a'/>
<id>urn:sha1:d37df47d3104331743c4d05ebba3f996f5a2308a</id>
<content type='text'>
of releases.  The -DNOCRYPT build option still exists for anyone who
really wants to build non-cryptographic binaries, but the "crypto"
release distribution is now part of "base", and anyone installing from a
release will get cryptographic binaries.

Approved by:	re (scottl), markm
Discussed on:	freebsd-current, in late April 2004
</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/commit/?id=59315819d53207123b0c83ec20f57c4bad288896'/>
<id>urn:sha1:59315819d53207123b0c83ec20f57c4bad288896</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Record the libssl.so dependency on libcrypto.so.  This should</title>
<updated>2004-05-13T07:51:47Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-05-13T07:51:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1116791977851dad8aeba748cfdc2062bd57f5d1'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Fix release builds (release.3 target). We also need to rebuild libradius,</title>
<updated>2004-05-02T17:38:27Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2004-05-02T17:38:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a1cd6de6a6d6a4134782fd16d449633e1672ac08'/>
<id>urn:sha1:a1cd6de6a6d6a4134782fd16d449633e1672ac08</id>
<content type='text'>
because otherwise it will remain having a dependency upon libssl. This
breaks the non-crypto build that happens for release.3

While here, order the list of programs and libraries.

Speculating review feedback from: ru
</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/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/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/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/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/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>
</feed>
