aboutsummaryrefslogtreecommitdiffstats
path: root/package/openssl/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* AA: openssl: version bump to 1.0.1hHauke Mehrtens2014-06-051-2/+2
| | | | | | | | | | | | | | backport of r41026 today appeared another serious vulnerability in openssl. More info is here http://ccsinjection.lepidum.co.jp. Users are advised to update to openssl 1.0.1h. Signed-off-by: Martin Strbacka <martin.strbacka@nic.cz> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@41027 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: security fix for CVE-2014-0160 - upgrade OpenSSL to version 1.0.1gJo-Philipp Wich2014-04-081-2/+2
| | | | | | | Signed-off-by: Mirko Vogt <mirko@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@40423 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: openssl: Support multi-threaded applicationsFelix Fietkau2014-02-141-1/+1
| | | | | | | | | | | (This is a backport of r39048 from trunk). Allow multi-threaded applications to work properly by removing the "no-threads" flag that is enabled by default. Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@39585 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: backport openssl update from r35600v12.09Florian Fainelli2013-03-191-4/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36088 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl: backport r35524Tim Yardley2013-02-081-2/+4
| | | | | | | | Signed-off-by: Tim Yardley <yardley@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35530 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl: use asm SHA1, SHA256, AES on MIPS.Felix Fietkau2012-09-241-2/+7
| | | | | | | | | On a lightly loaded 24Kc, as measured by 'openssl speed sha1', shows between 27% and 120% speedup depending on block size. SHA1 is notably used in Transmission for piece verification. Patch by Catalin Patulea git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33531 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [openssl] revert threadsafe patchJohn Crispin2012-08-291-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33292 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [openssl] add missin -lpthread to the util - build bots spotted thisJohn Crispin2012-08-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33273 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [openssl] add safethreadJohn Crispin2012-08-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33269 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl: enable the use of cryptodev digestsLuka Perkov2012-07-111-3/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32673 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl does not compile with uml and arch x86_64Jo-Philipp Wich2012-06-181-2/+7
| | | | | | | | | | | | | Hi, I found that openssl did not compile on the uml target under x86_64. The attached patch should correct this and is working for me. Is this the right way to do it? thanks, Thomas git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32443 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] openssl: update to v1.0.1c (CVE-2012-2333)Jo-Philipp Wich2012-05-191-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31819 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] openssl: update to 1.0.1bFlorian Fainelli2012-05-021-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31551 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] openssl: update to v1.0.1a (CVE-2012-2110)Jo-Philipp Wich2012-04-191-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31346 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl 1.0.1 update patchJo-Philipp Wich2012-03-181-2/+3
| | | | | | | | This patch updates openssl to 1.0.1 and refreshes all patches. Signed-off-by: Peter Wagner <tripolar@gmx.at> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30984 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl 1.0.0h update patchJo-Philipp Wich2012-03-131-2/+2
| | | | | | | | | | | Hi this patch updates openssl to 1.0.0h and refreshes all patches. This fixes CVE-2012-0884. Signed-off-by: Peter Wagner <tripolar@gmx.at> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30939 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] openssl: update to v1.0.0g (CVE-2012-0050)Jo-Philipp Wich2012-01-201-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29832 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] openssl: fix syntax error in OpenWrt MakefileJo-Philipp Wich2012-01-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29774 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] openssl: don't fail with empty TARGET_LDFLAGSJo-Philipp Wich2012-01-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29770 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] openssl: bump to v1.0.0f (CVE-2011-4108, CVE-2011-4576, ↵Jo-Philipp Wich2012-01-061-3/+3
| | | | | | CVE-2011-4577, CVE-2011-4619, CVE-2012-0027) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29670 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl: update to 1.0.0e (patch by tripolar)Felix Fietkau2011-11-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28735 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl: update to 1.0.0d - includes important bug and security fixes (patch ↵Felix Fietkau2011-02-081-2/+2
| | | | | | by tripolar) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25427 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl: update to 1.0.0cFelix Fietkau2011-02-031-3/+3
| | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25348 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] openssl: update to 0.9.8pJo-Philipp Wich2010-11-191-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24037 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] update openssl to 0.9.8o (#7428)Florian Fainelli2010-06-061-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21687 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] openssl: update to v0.9.8n, thanks Peter WagnerJo-Philipp Wich2010-05-051-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21382 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] openssl: update OCF userspace part to version 20100325Jo-Philipp Wich2010-05-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21359 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/openssl: move configuration in submenuNicolas Thill2010-04-161-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20915 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] openssl: add patch for CVE-2010-0740 ("Record of death") vulnerabilityJo-Philipp Wich2010-03-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20592 3c298f89-4303-0410-b956-a3cf2f4a3e73
* this patch fixes openssl parallel build.Travis Kemen2010-03-141-15/+21
| | | | | | -Raphael git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20186 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] openssl: fix build failure on arm, aes asm version is not shipped ↵Nicolas Thill2010-03-021-4/+0
| | | | | | anymore (closes: #6778) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19945 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl: upgrade to 0.9.8m (patch by Peter Wagner)Felix Fietkau2010-03-011-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19939 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl: make engines support dynamically configurable (based on a patch by ↵Felix Fietkau2010-01-281-7/+13
| | | | | | puchu) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19371 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl: use assembler version of aes on arm - nearly doubles aes encryption ↵Felix Fietkau2009-12-161-3/+11
| | | | | | performance git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18790 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update openssl to 0.9.8l -- thanks puchuImre Kaloz2009-11-121-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18398 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] openssl: fix bad chmod in install section (#5433)Jo-Philipp Wich2009-06-291-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16624 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] put the 4 ssl libraries into a ssl submenu (#5156)Florian Fainelli2009-05-261-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16090 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] openssl: fix annoying build errors when changing upstream versionsNicolas Thill2009-05-171-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15880 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] openssl: add a patch to support DTLS compatibility with Cisco ↵Nicolas Thill2009-04-251-2/+2
| | | | | | AnyConnect & OpenConnect VPN clients (thanks to freezer) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15410 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] update openssl to 0.9.8k (#4846)Florian Fainelli2009-04-041-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15106 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] openssl: update to 0.9.8j. thanks puchu.Andy Boyett2009-01-191-5/+5
| | | | | | - addresses CVE-2008-5077 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14102 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] openssl: update ocf to 20080917 Gabor Juhos2008-11-181-7/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13284 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bump openssl PKG_RELEASEFelix Fietkau2008-11-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13184 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable rc2 in openssl again, because disabling it breaks pkcs12 (thx, eJunky)Felix Fietkau2008-11-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13182 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update openssl to 0.9.8i (#4060)Florian Fainelli2008-11-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13109 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change the an openssl sed command to be safe for -Wl,-rpath-link in ldflagsFelix Fietkau2008-09-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12511 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use $(FPIC) in a few places where it mattersFelix Fietkau2008-08-061-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12225 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable the cryptodev engine on ixp4xxImre Kaloz2008-07-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11805 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable openssl engine support on ixp4xxImre Kaloz2008-07-121-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11788 3c298f89-4303-0410-b956-a3cf2f4a3e73