[lwip-users] http with minimum TLS example

2018-09-20 Thread wilkxt
Hi I have used http so far but I would like to use https. In httpd.c file is example: httpd_inits(struct altcp_tls_config *conf) My question is what functions I must use before calling "httpd_inits()" to get proper struct altcp_tls_config *conf ? I want to use TLS without certificates with minimal

[lwip-users] http with minimum TLS example

2018-09-20 Thread wilkxt
Hi I have used http so far but I would like to use https. In httpd.c file is example: httpd_inits(struct altcp_tls_config *conf) My question is what functions I must use before calling "httpd_inits()" to get proper struct altcp_tls_config *conf ? I want to use TLS without certificates with minimal