aboutsummaryrefslogtreecommitdiffstats
path: root/package/openssl
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-082-33/+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-192-4/+34
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36088 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl: backport r35524Tim Yardley2013-02-086-79/+17
| | | | | | | | 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-243-6/+77
| | | | | | | | | 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-112-4/+12
| | | | 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-193-12/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31819 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] openssl: update to 1.0.1bFlorian Fainelli2012-05-022-14/+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-192-2/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31346 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl 1.0.1 update patchJo-Philipp Wich2012-03-187-21/+22
| | | | | | | | 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-134-15/+15
| | | | | | | | | | | 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: refresh patchesFelix Fietkau2011-11-035-20/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28736 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-039-1287/+41
| | | | | | 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: refresh 200-ocf-20100325.patchJo-Philipp Wich2010-11-191-12/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24042 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-053-38/+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-042-269/+215
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21359 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/openssl: move configuration in submenuNicolas Thill2010-04-162-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20915 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl: fix timestamp patch - previous version patched the wrong fileFelix Fietkau2010-04-141-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20859 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl: remove the makefile timestamp check, it breaks on some host systemsFelix Fietkau2010-04-141-0/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20858 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] openssl: add patch for CVE-2010-0740 ("Record of death") vulnerabilityJo-Philipp Wich2010-03-292-1/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20592 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/openssl: refresh patchesGabor Juhos2010-03-267-72/+70
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20473 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-022-16/+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-0114-512/+16
| | | | 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-282-7/+22
| | | | | | puchu) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19371 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl: add fixes for CVE-2009-1387 and CVE-2009-2409 (thx, puchu)Felix Fietkau2010-01-282-0/+112
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19369 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl: refresh patchesFelix Fietkau2010-01-2817-146/+100
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19368 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl: use assembler version of aes on arm - nearly doubles aes encryption ↵Felix Fietkau2009-12-162-3/+24
| | | | | | 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-125-3/+122
| | | | 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-252-2/+141
| | | | | | 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] allow openssl to compile with ccache enabled (#4518)Florian Fainelli2009-04-111-0/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15212 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] update openssl to 0.9.8k (#4846)Florian Fainelli2009-04-044-18/+41
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15106 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] openssl: add a patch to fix link segfault when using a ↵Nicolas Thill2009-02-021-0/+18
| | | | | | glibc/eglibc based toolchain (closes: #4517), thanks to Luigi Mantellini git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14375 3c298f89-4303-0410-b956-a3cf2f4a3e73