mbed-os/source
Kevin Bracey 6d263723c1 Fix secure operation; some name and logical tidies
Secure sending code was passing the remote address as the source
address, bizarrely. This records the local address last used as the
destination for incoming packets and uses that.

Other fix-ups:

* dest_addr (ie remote address) removed from internal_socket_t; this isn't
  safe, as one socket talks to multiple remote peers. Use address in
  secure_session_t instead.
* Some renaming: listen_socket->socket, send/receive callbacks,
  remote_address+remote_port -> remote_host
2016-10-28 10:04:03 +03:00
..
include Delete all transactions when secure session is closed (#41) 2016-10-27 09:42:59 +03:00
coap_connection_handler.c Fix secure operation; some name and logical tidies 2016-10-28 10:04:03 +03:00
coap_message_handler.c Delete all transactions when secure session is closed (#41) 2016-10-27 09:42:59 +03:00
coap_security_handler.c Allow build without SSL 2016-10-24 10:45:10 +01:00
coap_service_api.c Support for setting source address to socket (#40) 2016-10-24 11:58:53 +03:00