summaryrefslogtreecommitdiffstats
path: root/package/libs/polarssl/patches
Commit message (Collapse)AuthorAgeFilesLines
* polarssl: update to version 1.3.17Hauke Mehrtens2016-07-131-12/+0
| | | | | | | 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-111-10/+0
| | | | | | | | | | | 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-161-15/+15
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48257
* polarssl: update to version 1.3.14Hauke Mehrtens2015-10-182-26/+26
| | | | | | | | This fixes CVE-2015-5291 and some other smaller security issues. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47201
* 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-093-35/+24
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 44361
* polarssl: patch CVE-2015-1182Jo-Philipp Wich2015-01-201-0/+11
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44060
* polarssl: update to 1.3.9Steven Barth2014-11-031-38/+0
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43170
* 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-082-33/+29
| | | | SVN-Revision: 42061
* polarssl: bump to 1.3.7Steven Barth2014-06-013-53/+36
| | | | 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
* polarssl: update to version 1.3.4 and add openssl compat patchFelix Fietkau2014-03-143-75/+180
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39930
* polarssl: update to 1.2.9Luka Perkov2013-10-071-3/+3
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38330
* polarssl: update to version 1.2.8Felix Fietkau2013-07-243-53/+14
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37527
* polarssl: security update (1.2.5) addressing CBC TLS issueTim Yardley2013-02-081-12/+12
| | | | | | 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-304-0/+215
SVN-Revision: 35411