]> granicus.if.org Git - esp-idf/commit
esp-tls: Basic structure
authorKedar Sovani <kedars@gmail.com>
Sat, 3 Feb 2018 03:31:45 +0000 (09:01 +0530)
committerJitin George <jitin@espressif.com>
Fri, 6 Apr 2018 11:43:14 +0000 (17:13 +0530)
commit7f35c4ff3eb1f574f24c38a4bd90fa329dbc60f7
tree963376f44ca5c1b4f64a8e2e54bc1856b67837fb
parentf586f5e690e687f8db219a8b509bbf483fc416d6
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
components/esp-tls/component.mk [new file with mode: 0644]
components/esp-tls/esp-tls.c [new file with mode: 0644]
components/esp-tls/esp-tls.h [new file with mode: 0644]