[source] mbedtls: re-enable CFB support

LEDE Commits lede-commits at lists.infradead.org
Mon Jan 9 01:59:43 PST 2017


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/f0353c5e8ceefee65728b6507229aab791cf6732

commit f0353c5e8ceefee65728b6507229aab791cf6732
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Mon Jan 9 10:57:26 2017 +0100

    mbedtls: re-enable CFB support
    
    It is safe and required by some software, e.g. shadowsocks
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/libs/mbedtls/patches/200-config.patch | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/package/libs/mbedtls/patches/200-config.patch b/package/libs/mbedtls/patches/200-config.patch
index cea2a04..96d7c15 100644
--- a/package/libs/mbedtls/patches/200-config.patch
+++ b/package/libs/mbedtls/patches/200-config.patch
@@ -9,15 +9,6 @@
  
  /* \} name SECTION: System support */
  
-@@ -347,7 +347,7 @@
-  *
-  * Enable Cipher Feedback mode (CFB) for symmetric ciphers.
-  */
--#define MBEDTLS_CIPHER_MODE_CFB
-+//#define MBEDTLS_CIPHER_MODE_CFB
- 
- /**
-  * \def MBEDTLS_CIPHER_MODE_CTR
 @@ -441,17 +441,17 @@
   *
   * Comment macros to disable the curve and functions for it



More information about the lede-commits mailing list