ESP32 use 4K RSA for TLS

This commit is contained in:
Stephan Hadinger 2021-01-16 16:49:37 +01:00
parent 1cd72956ed
commit a823584238
1 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,8 @@ build_flags = ${esp_defaults.build_flags}
-Dsint16_t=int16_t
-Dmemcpy_P=memcpy
-Dmemcmp_P=memcmp
;for TLS we can afford compiling for 4K RSA keys
-DUSE_4K_RSA
[core32]