Merge pull request #10582 from s-hadinger/esp32_use_4k_RSA

ESP32 use 4K RSA for TLS
This commit is contained in:
Theo Arends 2021-01-17 14:20:38 +01:00 committed by GitHub
commit f9a72f5cb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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]