summaryrefslogtreecommitdiffstats
path: root/modules/mbedtls/packet_peer_mbed_dtls.cpp
Commit message (Expand)AuthorAgeFilesLines
* mbedTLS: disable weak crypto and TLS versions.Fabio Alessandrelli2023-05-101-1/+0
* [NET] Refactor TLS configuration.Fabio Alessandrelli2023-01-281-8/+8
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Code simplifications found by cppcheckMarkus Sauermann2022-11-211-4/+3
* [Net] Rename "ssl" references to "tls" in methods and members.Fabio Alessandrelli2022-09-081-21/+21
* [Net] Rename StreamPeerSSL to StreamPeerTLS.Fabio Alessandrelli2022-09-071-1/+1
* Merge pull request #59582 from Faless/net/4.x_tcp_explicit_pollRémi Verschelde2022-04-271-1/+1
|\
| * [Net] Drop is_connected_to_host for TCP and UDP.Fabio Alessandrelli2022-03-271-1/+1
* | Fix some issues found by cppcheck.bruvzg2022-04-061-4/+4
|/
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio2021-05-061-1/+1
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-3/+3
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-1/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-6/+10
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-15/+0
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-2/+4
* Replace NULL with nullptrlupoDharkael2020-04-021-8/+8
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-2/+2
* New PacketPeerDTLS and DTLSServer classes.Fabio Alessandrelli2020-02-171-0/+297