summaryrefslogtreecommitdiffstats
path: root/modules/mbedtls/dtls_server_mbedtls.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
|
* Reworked signal connection system, added support for Callable and Signal ↵Juan Linietsky2020-02-201-2/+2
| | | | objects and made them default.
* New PacketPeerDTLS and DTLSServer classes.Fabio Alessandrelli2020-02-171-0/+78
Custom instance implementation via the mbedtls module.