mirror of https://github.com/arendst/Tasmota.git
Merge pull request #10582 from s-hadinger/esp32_use_4k_RSA
ESP32 use 4K RSA for TLS
This commit is contained in:
commit
f9a72f5cb1
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue