aboutsummaryrefslogtreecommitdiffstats
path: root/package/openssl
Commit message (Collapse)AuthorAgeFilesLines
* move library packages to package/libs/Felix Fietkau2012-10-0812-545/+0
| | | | SVN-Revision: 33657
* 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 SVN-Revision: 33531
* revert threadsafe patchJohn Crispin2012-08-291-2/+2
| | | | SVN-Revision: 33292
* add missin -lpthread to the util - build bots spotted thisJohn Crispin2012-08-261-1/+1
| | | | SVN-Revision: 33273
* add safethreadJohn Crispin2012-08-241-1/+1
| | | | SVN-Revision: 33269
* openssl: enable the use of cryptodev digestsLuka Perkov2012-07-112-4/+12
| | | | SVN-Revision: 32673
* 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 SVN-Revision: 32443
* openssl: update to v1.0.1c (CVE-2012-2333)Jo-Philipp Wich2012-05-193-12/+12
| | | | SVN-Revision: 31819
* openssl: update to 1.0.1bFlorian Fainelli2012-05-022-14/+2
| | | | SVN-Revision: 31551
* openssl: update to v1.0.1a (CVE-2012-2110)Jo-Philipp Wich2012-04-192-2/+14
| | | | SVN-Revision: 31346
* 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> SVN-Revision: 30984
* 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> SVN-Revision: 30939
* openssl: update to v1.0.0g (CVE-2012-0050)Jo-Philipp Wich2012-01-201-2/+2
| | | | SVN-Revision: 29832
* openssl: fix syntax error in OpenWrt MakefileJo-Philipp Wich2012-01-181-1/+1
| | | | SVN-Revision: 29774
* openssl: don't fail with empty TARGET_LDFLAGSJo-Philipp Wich2012-01-181-1/+1
| | | | SVN-Revision: 29770
* openssl: bump to v1.0.0f (CVE-2011-4108, CVE-2011-4576, CVE-2011-4577, ↵Jo-Philipp Wich2012-01-061-3/+3
| | | | | | CVE-2011-4619, CVE-2012-0027) SVN-Revision: 29670
* openssl: refresh patchesFelix Fietkau2011-11-035-20/+20
| | | | SVN-Revision: 28736
* openssl: update to 1.0.0e (patch by tripolar)Felix Fietkau2011-11-031-2/+2
| | | | SVN-Revision: 28735
* openssl: update to 1.0.0d - includes important bug and security fixes (patch ↵Felix Fietkau2011-02-081-2/+2
| | | | | | by tripolar) SVN-Revision: 25427
* openssl: update to 1.0.0cFelix Fietkau2011-02-039-1287/+41
| | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at> SVN-Revision: 25348
* openssl: refresh 200-ocf-20100325.patchJo-Philipp Wich2010-11-191-12/+12
| | | | SVN-Revision: 24042
* openssl: update to 0.9.8pJo-Philipp Wich2010-11-191-2/+2
| | | | SVN-Revision: 24037
* update openssl to 0.9.8o (#7428)Florian Fainelli2010-06-061-2/+2
| | | | SVN-Revision: 21687
* openssl: update to v0.9.8n, thanks Peter WagnerJo-Philipp Wich2010-05-053-38/+3
| | | | SVN-Revision: 21382
* openssl: update OCF userspace part to version 20100325Jo-Philipp Wich2010-05-042-269/+215
| | | | SVN-Revision: 21359
* package/openssl: move configuration in submenuNicolas Thill2010-04-162-4/+4
| | | | SVN-Revision: 20915
* openssl: fix timestamp patch - previous version patched the wrong fileFelix Fietkau2010-04-141-4/+4
| | | | SVN-Revision: 20859
* openssl: remove the makefile timestamp check, it breaks on some host systemsFelix Fietkau2010-04-141-0/+23
| | | | SVN-Revision: 20858
* openssl: add patch for CVE-2010-0740 ("Record of death") vulnerabilityJo-Philipp Wich2010-03-292-1/+16
| | | | SVN-Revision: 20592
* package/openssl: refresh patchesGabor Juhos2010-03-267-72/+70
| | | | SVN-Revision: 20473
* this patch fixes openssl parallel build.Travis Kemen2010-03-141-15/+21
| | | | | | -Raphael SVN-Revision: 20186
* openssl: fix build failure on arm, aes asm version is not shipped anymore ↵Nicolas Thill2010-03-022-16/+0
| | | | | | (closes: #6778) SVN-Revision: 19945
* openssl: upgrade to 0.9.8m (patch by Peter Wagner)Felix Fietkau2010-03-0114-512/+16
| | | | SVN-Revision: 19939
* openssl: make engines support dynamically configurable (based on a patch by ↵Felix Fietkau2010-01-282-7/+22
| | | | | | puchu) SVN-Revision: 19371
* openssl: add fixes for CVE-2009-1387 and CVE-2009-2409 (thx, puchu)Felix Fietkau2010-01-282-0/+112
| | | | SVN-Revision: 19369
* openssl: refresh patchesFelix Fietkau2010-01-2817-146/+100
| | | | SVN-Revision: 19368
* openssl: use assembler version of aes on arm - nearly doubles aes encryption ↵Felix Fietkau2009-12-162-3/+24
| | | | | | performance SVN-Revision: 18790
* update openssl to 0.9.8l -- thanks puchuImre Kaloz2009-11-125-3/+122
| | | | SVN-Revision: 18398
* openssl: fix bad chmod in install section (#5433)Jo-Philipp Wich2009-06-291-2/+2
| | | | SVN-Revision: 16624
* put the 4 ssl libraries into a ssl submenu (#5156)Florian Fainelli2009-05-261-0/+1
| | | | SVN-Revision: 16090
* openssl: fix annoying build errors when changing upstream versionsNicolas Thill2009-05-171-2/+3
| | | | SVN-Revision: 15880
* openssl: add a patch to support DTLS compatibility with Cisco AnyConnect & ↵Nicolas Thill2009-04-252-2/+141
| | | | | | OpenConnect VPN clients (thanks to freezer) SVN-Revision: 15410
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* allow openssl to compile with ccache enabled (#4518)Florian Fainelli2009-04-111-0/+40
| | | | SVN-Revision: 15212
* update openssl to 0.9.8k (#4846)Florian Fainelli2009-04-044-18/+41
| | | | SVN-Revision: 15106
* openssl: add a patch to fix link segfault when using a glibc/eglibc based ↵Nicolas Thill2009-02-021-0/+18
| | | | | | toolchain (closes: #4517), thanks to Luigi Mantellini SVN-Revision: 14375
* openssl: update to 0.9.8j. thanks puchu. - addresses CVE-2008-5077Andy Boyett2009-01-194-36/+56
| | | | SVN-Revision: 14102
* openssl: update ocf to 20080917Gabor Juhos2008-11-183-679/+352
| | | | SVN-Revision: 13284
* bump openssl PKG_RELEASEFelix Fietkau2008-11-111-1/+1
| | | | SVN-Revision: 13184
* enable rc2 in openssl again, because disabling it breaks pkcs12 (thx, eJunky)Felix Fietkau2008-11-111-1/+1
| | | | SVN-Revision: 13182