1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-29 10:50:10 -04:00
Kedar Sovani 7f35c4ff3e esp-tls: Basic structure
Purpose:
1. TLS calls can be too many, and require a user to know the expected behaviour. A simple TLS socket wrapper that can be used in any higher level protocol.
2. Uses OpenSSL compatibility layer, so applications using esp-tls can be built on the host, and it should just work on ESP
2018-04-06 17:13:14 +05:30

4 lines
55 B
Makefile

COMPONENT_SRCDIRS := .
COMPONENT_ADD_INCLUDEDIRS := .