1
0
mirror of https://github.com/godotengine/godot synced 2024-07-08 15:50:44 +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
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
register_types.h
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
tls_context_mbedtls.h mbedTLS: Update to new LTS v3.6.0 2024-04-10 21:19:22 +02:00