diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-07-04 20:44:47 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-07-04 20:44:47 +0200 |
commit | c7789efa7f644173f3ff67c2c9c4cf6a66d8ebb8 (patch) | |
tree | b41b0e7a23d7d9da2bef2c9c6b7d30b956ee850f /package/libs/polarssl/patches | |
parent | f0b59b4b85e9c28481a3c4e81cff018727db8bf5 (diff) | |
download | master-187ad058-c7789efa7f644173f3ff67c2c9c4cf6a66d8ebb8.tar.gz master-187ad058-c7789efa7f644173f3ff67c2c9c4cf6a66d8ebb8.tar.bz2 master-187ad058-c7789efa7f644173f3ff67c2c9c4cf6a66d8ebb8.zip |
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>
Diffstat (limited to 'package/libs/polarssl/patches')
-rw-r--r-- | package/libs/polarssl/patches/200-reduce_config.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/package/libs/polarssl/patches/200-reduce_config.patch b/package/libs/polarssl/patches/200-reduce_config.patch index 6fef1a6f5c..9e2734aa6c 100644 --- a/package/libs/polarssl/patches/200-reduce_config.patch +++ b/package/libs/polarssl/patches/200-reduce_config.patch @@ -170,16 +170,6 @@ /** * \def POLARSSL_ENTROPY_C -@@ -1662,8 +1662,8 @@ - * - * This module enables the AES-GCM and CAMELLIA-GCM ciphersuites, if other - * requisites are enabled as well. -- */ - #define POLARSSL_GCM_C -+ */ - - /** - * \def POLARSSL_HAVEGE_C @@ -1699,8 +1699,8 @@ * Requires: POLARSSL_MD_C * |