zephyr/samples/net/http_server/src
Sergio Rodriguez de60e4c8cd samples/net/http: Add HTTP over TLS sample application
Add the HTTPS (HTTP over TLS) server sample application on top
of the current HTTP Parser Library and mbedTLS. This code uses
TLS to stablish a secure connection and HTTP parser to identify
the request and the proper response.

Jira: ZEP-799

Change-Id: Ifbbcd0347bec47d12158440e50a82dc2966334d3
Signed-off-by: Sergio Rodriguez <sergio.sf.rodriguez@intel.com>
Signed-off-by: Flavio Santes <flavio.santes@intel.com>
2017-02-14 08:30:35 +02:00
..
config.h samples/net/http: Add HTTP over TLS sample application 2017-02-14 08:30:35 +02:00
http_server.c net/http: Improve network configuration routines 2017-02-14 08:30:34 +02:00
http_server.h net/http: Improve network configuration routines 2017-02-14 08:30:34 +02:00
http_types.h samples/net/http: Add the HTTP server sample application 2017-02-03 15:59:20 +02:00
http_utils.c samples/net/http: Add the HTTP server sample application 2017-02-03 15:59:20 +02:00
http_utils.h samples/net/http: Add the HTTP server sample application 2017-02-03 15:59:20 +02:00
http_write_utils.c net: nbuf: Add timeout to net_buf getters 2017-02-08 10:12:35 +02:00
http_write_utils.h samples/net/http: Add the HTTP server sample application 2017-02-03 15:59:20 +02:00
https_server.c samples/net/http: Add HTTP over TLS sample application 2017-02-14 08:30:35 +02:00
main.c samples/net/http: Add HTTP over TLS sample application 2017-02-14 08:30:35 +02:00
Makefile samples/net/http: Add HTTP over TLS sample application 2017-02-14 08:30:35 +02:00
ssl_utils.c samples/net/http: Add HTTP over TLS sample application 2017-02-14 08:30:35 +02:00
ssl_utils.h samples/net/http: Add HTTP over TLS sample application 2017-02-14 08:30:35 +02:00
test_certs.h samples/net/http: Add HTTP over TLS sample application 2017-02-14 08:30:35 +02:00