Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mbedTLS: Disable weak crypto and TLS versions. #76905

Merged

Conversation

Faless
Copy link
Collaborator

@Faless Faless commented May 10, 2023

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).

Closes #76838 (superseded).

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).
@Faless Faless force-pushed the mbedtls/no_weak_crypto_no_patch branch from 19dc9b4 to 024a4b1 Compare May 10, 2023 09:13
@akien-mga akien-mga merged commit 74c34ae into godotengine:master May 10, 2023
@akien-mga
Copy link
Member

Thanks!

@Faless Faless deleted the mbedtls/no_weak_crypto_no_patch branch May 10, 2023 13:46
@akien-mga akien-mga changed the title mbedTLS: disable weak crypto and TLS versions. mbedTLS: Disable weak crypto and TLS versions. Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants