Skip to content
Snippets Groups Projects
Commit 9e45f9d6 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

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: default avatarJo-Philipp Wich <jo@mein.io>
parent 1f86257c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment