mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
This commit adds a new mbedTLS configuration header to customize the built-in library (and can be optionally replaced by a platform-specific one). Currently, it disables most weak cryptographic functions (with the notable exceptions of MD5 and SHA-1), along with removing support for TLS versions 1.0 and 1.1 (making TLSv1.2 the only supported one). |
||
|---|---|---|
| .. | ||
| tests | ||
| config.py | ||
| crypto_mbedtls.cpp | ||
| crypto_mbedtls.h | ||
| 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 | ||
| stream_peer_mbedtls.cpp | ||
| stream_peer_mbedtls.h | ||
| tls_context_mbedtls.cpp | ||
| tls_context_mbedtls.h | ||