commit | a7c698d936cf593901f6e8cd21223c01ba93780c | [log] [tgz] |
---|---|---|
author | Robert Lubos <robert.lubos@nordicsemi.no> | Mon Jul 02 16:14:27 2018 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Jul 13 15:03:45 2018 -0400 |
tree | 992e5f6d3bf5a0f3c604c0353a12cba33af7690c | |
parent | 00a69bf9bb5865eb215920f59631c305ae48a22e [diff] |
net: tls: Add TLS context allocation/deallocation Add tls_context structure that stored data required by TLS socket implementation. This structure is allocated from global pool during socket creation and freed during socket closure. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>