mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-22 23:07:28 +02:00
feat(tls_cxx): Publish mbedtls component
Adds examples and tests. Also supports DTLS now.
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
idf_component_register(
|
||||
EMBED_TXTFILES srv.crt
|
||||
EMBED_TXTFILES srv.key
|
||||
EMBED_TXTFILES ca.crt
|
||||
EMBED_TXTFILES client.crt
|
||||
EMBED_TXTFILES client.key
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES mbedtls_cxx)
|
Reference in New Issue
Block a user