CC: 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)
committerZoltan HERPAI <wigyori@uid0.hu>
Thu, 12 Oct 2017 15:13:56 +0000 (17:13 +0200)
commitac36e05e8659cf32b18388092cdbeb358e5a9f86
tree3dcbf9a82a37c34b941250464fc9440ba8d59aeb
parent7333f9defb84abbf6e253b60314542007f0a5db0
CC: 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