Jo-Philipp Wich ac36e05e86 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>
2017-10-12 17:13:56 +02:00
..
2016-10-18 11:43:26 +02:00
2015-05-24 19:15:54 +00:00
2017-09-17 02:00:14 +02:00
2017-10-12 17:07:59 +02:00
2016-09-29 14:20:27 +02:00