mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 02:07:27 +02:00
feat(tls_cxx): Publish mbedtls component
Adds examples and tests. Also supports DTLS now.
This commit is contained in:
7
components/mbedtls_cxx/idf_component.yml
Normal file
7
components/mbedtls_cxx/idf_component.yml
Normal file
@ -0,0 +1,7 @@
|
||||
version: 0.0.0
|
||||
url: https://github.com/espressif/esp-protocols/tree/master/components/mbedtls_cxx
|
||||
description: C++ wrapper of mbedtls to perform (D)TLS connection
|
||||
license: Apache-2.0
|
||||
dependencies:
|
||||
idf:
|
||||
version: '>=5.0'
|
Reference in New Issue
Block a user