godot/modules/mbedtls
Rémi Verschelde 25b2f1780a
Style: Harmonize header includes in modules
This applies our existing style guide, and adds a new rule to that style
guide for modular components such as platform ports and modules:

Includes from the platform port or module ("local" includes) should be listed
first in their own block using relative paths, before Godot's "core" includes
which use "absolute" (project folder relative) paths, and finally thirdparty
includes.

Includes in `#ifdef`s come after their relevant section, i.e. the overall
structure is:

- Local includes
  * Conditional local includes
- Core includes
  * Conditional core includes
- Thirdparty includes
  * Conditional thirdparty includes
2023-06-15 14:35:45 +02:00
..
tests Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
config.py Cleanup: Remove executable bit from files which don't need it 2021-01-19 23:36:42 +01:00
crypto_mbedtls.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
crypto_mbedtls.h Exposes String functions for X509Certificates 2023-05-09 19:02:33 -04:00
dtls_server_mbedtls.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
dtls_server_mbedtls.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
packet_peer_mbed_dtls.cpp mbedTLS: disable weak crypto and TLS versions. 2023-05-10 11:13:19 +02:00
packet_peer_mbed_dtls.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
register_types.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub mbedTLS: disable weak crypto and TLS versions. 2023-05-10 11:13:19 +02:00
stream_peer_mbedtls.cpp [Net] Remove StreamPeerTLS.blocking_handshake option. 2023-01-28 11:08:02 +01:00
stream_peer_mbedtls.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
tls_context_mbedtls.cpp [NET] Refactor TLS configuration. 2023-01-28 11:08:02 +01:00
tls_context_mbedtls.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00