polarssl: enable AES-GCM and CAMELLIA-GCM ciphersuites
authorJo-Philipp Wich <jo@mein.io>
Mon, 4 Jul 2016 18:44:47 +0000 (20:44 +0200)
committerZoltan HERPAI <wigyori@uid0.hu>
Mon, 4 Jul 2016 18:44:47 +0000 (20:44 +0200)
commitc7789efa7f644173f3ff67c2c9c4cf6a66d8ebb8
treeb41b0e7a23d7d9da2bef2c9c6b7d30b956ee850f
parentf0b59b4b85e9c28481a3c4e81cff018727db8bf5
polarssl: enable AES-GCM and CAMELLIA-GCM ciphersuites

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>
package/libs/polarssl/Makefile
package/libs/polarssl/patches/200-reduce_config.patch