8000 Disable non-AES GCM on ESP. It is off in 5.2 · codetiger/circuitpython@295890d · GitHub
[go: up one dir, main page]

Skip to content

Commit 295890d

Browse files
committed
Disable non-AES GCM on ESP. It is off in 5.2
1 parent 7a260bd commit 295890d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/espressif/esp-idf-config/sdkconfig.defaults

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE=y
100100
CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE_PATH="../../lib/certificates/data/roots.pem"
101101
# end of Certificate Bundle
102102

103+
# CONFIG_MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER is not set
103104
#
104105
# TLS Key Exchange Methods
105106
#

0 commit comments

Comments
 (0)
0