esp-open-rtos/examples/tls_server
Angus Gratton 3dfa2272cc mbedtls: mbedlts_net_bind should bind on all interfaces with bind_ip == NULL
As per mbedtls documentation. This is different to lwip_getaddrinfo()
which uses loopback for a NULL address.

Fixes bug mentioned here https://groups.google.com/forum/#!topic/esp-open-rtos/3KH5TZSTMUw
2016-02-09 10:54:57 +11:00
..
cert.c Add tls_server example, showing binding a socket and accepting a TLS connection 2016-02-08 15:41:44 +11:00
Makefile Add tls_server example, showing binding a socket and accepting a TLS connection 2016-02-08 15:41:44 +11:00
tls_server.c mbedtls: mbedlts_net_bind should bind on all interfaces with bind_ip == NULL 2016-02-09 10:54:57 +11:00