godot/core/crypto
Fabio Alessandrelli 024a4b1f2a mbedTLS: disable weak crypto and TLS versions.
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).
2023-05-10 11:13:19 +02:00
..
aes_context.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
aes_context.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
crypto.cpp Exposes String functions for X509Certificates 2023-05-09 19:02:33 -04:00
crypto.h Exposes String functions for X509Certificates 2023-05-09 19:02:33 -04:00
crypto_core.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
crypto_core.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
hashing_context.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
hashing_context.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