This website requires JavaScript.
Explore
Help
Register
Sign In
Crash_Override
/
OVMS3-idf
Watch
1
Star
0
Fork
You've already forked OVMS3-idf
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
ebffa5f9f2
OVMS3-idf
/
components
/
esp-tls
/
component.mk
4 lines
71 B
Makefile
Raw
Normal View
History
Unescape
Escape
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-02-03 03:31:45 +00:00
COMPONENT_SRCDIRS
:=
.
esp-tls: capturing specific errors to be available in tcp_transport and then in application code
2019-04-09 14:08:05 +00:00
COMPONENT_ADD_INCLUDEDIRS
:=
. private_include
Reference in a new issue
Copy permalink