1
0
mirror of https://github.com/godotengine/godot synced 2024-07-08 17:25:46 +00:00
godot/modules/mbedtls
Lyuma 40fa684c18 mbedTLS: Update to new LTS v3.6.0
Keep module compatibility with mbedtls 2.x (old LTS branch).

A patch has been added to allow compiling after removing all the `psa_*`
files from the library folder (will look into upstreaming it).

Note: mbedTLS 3.6 finally enabled TLSv1.3 by default, but it requires
some module changes, and to enable PSA crypto (new "standard" API
specification), so it might be best done in a separate commit/PR.
2024-04-10 21:19:22 +02:00
..
tests Add unit tests for CryptoKey 2024-03-01 07:17:59 +00: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 mbedTLS: Update to new LTS v3.6.0 2024-04-10 21:19:22 +02:00
crypto_mbedtls.h mbedTLS: Update to new LTS v3.6.0 2024-04-10 21:19:22 +02: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 [Modules] Replace ERR_FAIL_COND with ERR_FAIL_NULL where applicable 2023-09-26 16:44:52 +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: Update to new LTS v3.6.0 2024-04-10 21:19:22 +02:00
stream_peer_mbedtls.cpp [Modules] Replace ERR_FAIL_COND with ERR_FAIL_NULL where applicable 2023-09-26 16:44:52 +02: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 mbedTLS: Update to new LTS v3.6.0 2024-04-10 21:19:22 +02:00