<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/libs/openssl/Config.in, branch reboot</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>openssl: remove the separate configuration menu, use the implicit one (via MENU:=1)</title>
<updated>2016-01-18T12:42:08+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2016-01-18T12:42:08+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8de052800a9dc06d3f8e951aef99d14bacb66948'/>
<id>8de052800a9dc06d3f8e951aef99d14bacb66948</id>
<content type='text'>
Fixes warning on selecting OPENSSL_ENGINE_CRYPTO if openssl is not selected

Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48312
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes warning on selecting OPENSSL_ENGINE_CRYPTO if openssl is not selected

Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48312
</pre>
</div>
</content>
</entry>
<entry>
<title>openssl: add config option for no_hw support</title>
<updated>2015-12-09T22:26:40+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2015-12-09T22:26:40+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f1d3b08fc0c58d60b692bc1d5447f22de7074151'/>
<id>f1d3b08fc0c58d60b692bc1d5447f22de7074151</id>
<content type='text'>
The hardware support is required by some 3rd party engines (tpm)

Signed-off-by: Florian Eckert &lt;Eckert.Florian@googlemail.com&gt;

SVN-Revision: 47817
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The hardware support is required by some 3rd party engines (tpm)

Signed-off-by: Florian Eckert &lt;Eckert.Florian@googlemail.com&gt;

SVN-Revision: 47817
</pre>
</div>
</content>
</entry>
<entry>
<title>openssl: optimize build options, disable old SSL versions</title>
<updated>2014-10-30T13:11:04+00:00</updated>
<author>
<name>Steven Barth</name>
<email>cyrus@openwrt.org</email>
</author>
<published>2014-10-30T13:11:04+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=6a4a437e0421a4b4beb38248c693b3fd321ef414'/>
<id>6a4a437e0421a4b4beb38248c693b3fd321ef414</id>
<content type='text'>
Based on a patchset by Etienne CHAMPETIER &lt;champetier.etienne@gmail.com&gt;
Signed-off-by: Steven Barth &lt;steven@midlink.org&gt;

SVN-Revision: 43123
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on a patchset by Etienne CHAMPETIER &lt;champetier.etienne@gmail.com&gt;
Signed-off-by: Steven Barth &lt;steven@midlink.org&gt;

SVN-Revision: 43123
</pre>
</div>
</content>
</entry>
<entry>
<title>openssl: enable elliptic curve crypto by default (so that it can be used by things like ipsec as well)</title>
<updated>2013-07-24T12:38:06+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2013-07-24T12:38:06+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ca186db09fd646fb8d5de1c05ce506c1a2f8fda6'/>
<id>ca186db09fd646fb8d5de1c05ce506c1a2f8fda6</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 37524
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 37524
</pre>
</div>
</content>
</entry>
<entry>
<title>openssl: add elliptic curve crypto compilation options to openssl</title>
<updated>2013-07-24T12:37:55+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2013-07-24T12:37:55+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=da654a0c4299ca9f35bf85a2e01e95d964edef0b'/>
<id>da654a0c4299ca9f35bf85a2e01e95d964edef0b</id>
<content type='text'>
This patch adds EC compilation options to openssl
OPENSSL_WITH_EC is needed for authsae (OPENSSL_WITH_EC2M isn't)
Activating ec (but not ec2m) in openssl take 35Ko more on ar71xx (ipk size)
Activating both take 52Ko.

Signed-off-by: Etienne CHAMPETIER &lt;etienne.champetier@free.fr&gt;

SVN-Revision: 37523
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds EC compilation options to openssl
OPENSSL_WITH_EC is needed for authsae (OPENSSL_WITH_EC2M isn't)
Activating ec (but not ec2m) in openssl take 35Ko more on ar71xx (ipk size)
Activating both take 52Ko.

Signed-off-by: Etienne CHAMPETIER &lt;etienne.champetier@free.fr&gt;

SVN-Revision: 37523
</pre>
</div>
</content>
</entry>
<entry>
<title>build: consistently use 'depends on' instead of 'depends'</title>
<updated>2013-04-17T15:36:41+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2013-04-17T15:36:41+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=96bb7c123b8b47dfc43002edf4a52aceb410f852'/>
<id>96bb7c123b8b47dfc43002edf4a52aceb410f852</id>
<content type='text'>
make the syntax more compatible with kernel menuconfig

Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 36351
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
make the syntax more compatible with kernel menuconfig

Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 36351
</pre>
</div>
</content>
</entry>
<entry>
<title>move library packages to package/libs/</title>
<updated>2012-10-08T11:24:12+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2012-10-08T11:24:12+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=48db59fab785ce881e154d83115de86d284fce5d'/>
<id>48db59fab785ce881e154d83115de86d284fce5d</id>
<content type='text'>
SVN-Revision: 33657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 33657
</pre>
</div>
</content>
</entry>
</feed>
