polarssl: enable AES-GCM and CAMELLIA-GCM ciphersuites
authorJo-Philipp Wich <jo@mein.io>
Sat, 11 Jun 2016 01:18:07 +0000 (03:18 +0200)
committerJo-Philipp Wich <jo@mein.io>
Sat, 11 Jun 2016 01:24:57 +0000 (03:24 +0200)
commit9e45f9d63c797baab2b3bd2574990ee94d3f80cb
treead1b81d8cbbbdc2237a865699bff273f851c263c
parent1f86257c2fa7eff11a2898e7f2ff5edc793495f5
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