mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-03 15:04:39 +00:00
feat(mbedtls): add support for dynamic buffer for TLS1.3
Closes https://github.com/espressif/esp-idf/issues/15448
This commit is contained in:
@@ -23,4 +23,11 @@ menu "Example Configuration"
|
||||
bool
|
||||
default y if EXAMPLE_LOCAL_SERVER_URL = "FROM_STDIN"
|
||||
|
||||
config EXAMPLE_SSL_PROTO_TLS1_3_CLIENT
|
||||
bool "Enable TLS 1.3 client test"
|
||||
default n
|
||||
select MBEDTLS_SSL_PROTO_TLS1_3
|
||||
help
|
||||
Enable TLS 1.3 client test support for the example.
|
||||
|
||||
endmenu
|
||||
|
Reference in New Issue
Block a user