Skip to content

Commit cedf481

Browse files
authored
feat(mbedtls): Enable support for non-AES ciphers in GCM operation (#200)
1 parent 248cae4 commit cedf481

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: configs/defconfig.common

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ CONFIG_LWIP_HOOK_IP6_INPUT_CUSTOM=y
7878
CONFIG_MBEDTLS_PSK_MODES=y
7979
CONFIG_MBEDTLS_KEY_EXCHANGE_PSK=y
8080
CONFIG_MBEDTLS_CAMELLIA_C=y
81+
CONFIG_MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER=y
8182
# CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN is not set
8283
CONFIG_MBEDTLS_SSL_PROTO_DTLS=y
8384
CONFIG_OPENSSL_ASSERT_DO_NOTHING=y

0 commit comments

Comments
 (0)