commit | 4e103bcb203e883204c1ee7035e4e356bac87b1a | [log] [tgz] |
---|---|---|
author | Lucas Dietrich <ld.adecy@gmail.com> | Fri Nov 19 09:46:22 2021 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Nov 25 10:44:17 2021 -0500 |
tree | 0b35fb4c990e1725f08739983065c0a6cd412fd0 | |
parent | 2fe612742573b59ea838927d5123a3c620323d3d [diff] |
net: sockets: tls: Support for DER cert chain and NOCOPY optimisation Add TLS socket option "TLS_CERT_NOCOPY" to prevent the copy of certificates to mbedTLS heap if possible. Add support to provide a chain of DER certificates by registering them with multiple tags. Signed-off-by: Lucas Dietrich <ld.adecy@gmail.com>