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