Mel Weed
0117ec4b98
grammatical corrections
2019-02-08 16:45:28 +00:00
Kari Haapalehto
259d72601a
Review changes
2019-02-08 16:45:28 +00:00
Seppo Takalo
4d6e99c52e
Add more documentation to Socket classes.
2019-02-08 16:45:28 +00:00
Seppo Takalo
1b40e43e0e
Remove extra @param values
2019-02-08 16:45:28 +00:00
Kari Haapalehto
02e2704db0
Doxygen corrections to DTLSSocket.h, TLSSocket.h, TLSSocketWrapper.h and DTLSSocketWrapper.h
2019-02-08 16:45:28 +00:00
Kari Haapalehto
222a36c6f4
Doxygen corrections to: - DTLSSocket.h - TLSSocket.h - TLSSocketWrapper.h
2019-02-08 16:45:28 +00:00
Martin Kojtal
b9ea30abf1
Merge branch 'socket_open_deprecated' of https://github.com/michalpasztamobica/mbed-os into dev_rollup
2018-11-23 18:38:02 +00:00
Seppo Takalo
0f5cec3ebc
Include TLSSocket and DTLSSocket in Doxygen
2018-11-20 11:47:28 +02:00
Seppo Takalo
5d170f2b3e
Clarify that TLSSocket should not be reopened.
2018-11-19 15:19:50 +02:00
Michal Paszta
42940fab3c
Deprecate TCP/UDPSocket open-calling constructors
...
Updated Doxygen, removed the only one call of the deprecated constructor from the tests.
2018-11-19 12:19:52 +01:00
Martin Kojtal
63160d8c5b
netsocket: fix astyle coding style
2018-11-08 08:54:17 +00:00
Seppo Takalo
f92108c0f3
Make sure that close() is called before the transport is destroyed.
...
Transport is a member of TLSSocket which is derived from TLSSocketWrapper.
Make sure that TLSSocketWrapper::close() is called before the transport is
destroyed.
2018-11-01 15:30:27 +02:00
Seppo Takalo
7f39bb4453
Implement TLSSocket
...
Provide TLSSocket implementation. This implementation allows TLSSocket
to wrap around any existing socket. Currently only TLS supported. DTLS
not yet implemented.
Design document also provided with the implementation.
Documentation submitted to Mbed OS handbook.
2018-10-15 13:31:36 +03:00