summaryrefslogtreecommitdiffstats
path: root/package/libs/polarssl
Commit message (Collapse)AuthorAgeFilesLines
* polarssl: update to version 1.3.17Hauke Mehrtens2016-07-132-16/+4
| | | | | | | This fixes 3 minor security problems. SSLv3 is deactivated by default now. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* polarssl: enable AES-GCM and CAMELLIA-GCM ciphersuitesJo-Philipp Wich2016-06-112-11/+1
| | | | | | | | | | | Recent versions of Chrome require this ciphers to successfully handshake with a TLS enabled uhttpd server using the ustream-polarssl backend. If `CONFIG_GCM` is disabled, `ssl_ciphersuite_from_id()` will return `NULL` when cipher `0x9d` is looked up, causing the calling `ssl_ciphersuite_match()` to fail with `POLARSSL_ERR_SSL_INTERNAL_ERROR`. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* polarssl: update to 1.3.16, fixes intermediate certificate validationFelix Fietkau2016-01-162-17/+17
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48257
* polarssl: update to version 1.3.15Hauke Mehrtens2015-12-031-2/+2
| | | | | | | | | This is a minor version update which fixes some small bugs. None of these bugs were exploitable according to the release notes. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> SVN-Revision: 47724
* polarssl: update to version 1.3.14Hauke Mehrtens2015-10-183-28/+28
| | | | | | | | This fixes CVE-2015-5291 and some other smaller security issues. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47201
* cosmetic: remove trailing whitespacesLuka Perkov2015-10-151-1/+1
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 47197
* polarssl: bump to 1.3.12Steven Barth2015-09-011-3/+3
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 46762
* polarssl: Fix build failures due to PKG_NAME != dir nameSteven Barth2015-08-181-2/+5
| | | | | | | | | | | | | Packages that depend on PolarSSL fail to build because polarssl's InstallDev section never actually gets executed because (prior to this patch) the package name does not match the subdir the package is in (presumably due to upstream name change). As a workaround I have changed the package name back to polarssl and used a new variable SRC_PKG_NAME for the purposes of downloading the upstream tarball and creating PKG_BUILD_DIR. Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com> SVN-Revision: 46683
* mbedtls: package version 2.0, make polarssl compatibleSteven Barth2015-07-241-5/+5
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 46484
* polarssl: bump to 1.3.11Steven Barth2015-06-081-3/+3
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 45925
* polarssl: include PKG_RELEASE in ABI_VERSIONFelix Fietkau2015-05-051-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45610
* polarssl: disable runtime version checks to save some spaceFelix Fietkau2015-05-051-0/+20
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45607
* polarssl: disable an unused random number generatorFelix Fietkau2015-05-051-0/+20
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45606
* polarssl: bump to 1.3.10, work around rename to mbedtlsSteven Barth2015-02-094-43/+34
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 44361
* polarssl: patch CVE-2015-1182Jo-Philipp Wich2015-01-202-2/+13
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44060
* polarssl: update to 1.3.9Steven Barth2014-11-032-41/+3
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43170
* license info - revert r43155John Crispin2014-11-031-3/+0
| | | | | | | | turns out that r43155 adds duplicate info. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43167
* Add more license tags with SPDX identifiersJohn Crispin2014-11-031-0/+3
| | | | | | | | | | | | | | | | | | Note, that licensing stuff is a nightmare: many packages does not clearly state their licenses, and often multiple source files are simply copied together - each with different licensing information in the file headers. I tried hard to ensure, that the license information extracted into the OpenWRT's makefiles fit the "spirit" of the packages, e.g. such small packages which come without a dedicated source archive "inherites" the OpenWRT's own license in my opinion. However, I can not garantee that I always picked the correct information and/or did not miss license information. Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 43155
* Add a few SPDX tagsSteven Barth2014-11-021-0/+1
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43151
* polarssl: do not build the unused programsFelix Fietkau2014-10-191-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42960
* polarssl: add missing version bumpFelix Fietkau2014-10-181-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42949
* polarssl: disable SSLv3 support, fixes CVE-2014-3566 (POODLE)Felix Fietkau2014-10-181-0/+12
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42947
* polarssl: bump to 1.3.8Steven Barth2014-08-083-35/+31
| | | | SVN-Revision: 42061
* polarssl: enable parallel buildFelix Fietkau2014-06-021-0/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40950
* polarssl: remove polarssl-progs, it is just a random collection of test programsFelix Fietkau2014-06-021-19/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40949
* polarssl: bump to 1.3.7Steven Barth2014-06-014-55/+39
| | | | SVN-Revision: 40892
* polarssl: add support for generating rsa keysFelix Fietkau2014-03-211-10/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39999
* libpolarssl: add missing dependency (#15321)Felix Fietkau2014-03-201-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39959
* polarssl: update to version 1.3.4 and add openssl compat patchFelix Fietkau2014-03-144-77/+183
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39930
* polarssl: update to 1.2.9Luka Perkov2013-10-072-5/+5
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38330
* polarssl: disable mips16Felix Fietkau2013-08-141-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37772
* polarssl: update to version 1.2.8Felix Fietkau2013-07-244-55/+16
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37527
* polarssl: update to 1.2.6Jonas Gorski2013-04-231-3/+3
| | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 36396
* polarssl: security update (1.2.5) addressing CBC TLS issueTim Yardley2013-02-082-15/+15
| | | | | | Signed-off-by: Tim Yardley <yardley@gmail.com> SVN-Revision: 35525
* polarssl: add from /packages, update to 1.2.4, fix openssl compatibilityFelix Fietkau2013-01-305-0/+296
SVN-Revision: 35411