mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-22 14:57:30 +02:00
feat(tls_cxx): Publish mbedtls component
Adds examples and tests. Also supports DTLS now.
This commit is contained in:
@ -0,0 +1,19 @@
|
||||
menu "Test Configuration"
|
||||
|
||||
choice TEST_CONNECTION_METHOD
|
||||
prompt "Choose connection method"
|
||||
default TEST_TLS
|
||||
help
|
||||
Select type of connection. Either TLS or DTLS
|
||||
|
||||
config TEST_TLS
|
||||
bool "TLS"
|
||||
help
|
||||
Use TLS method.
|
||||
config TEST_DTLS
|
||||
bool "DTLS"
|
||||
help
|
||||
Use DTLS method.
|
||||
endchoice # TEST_CONNECTION_METHOD
|
||||
|
||||
endmenu
|
Reference in New Issue
Block a user