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

Commits on May 10, 2023

  1. 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).
    Faless committed May 10, 2023
    Configuration menu
    Copy the full SHA
    024a4b1 View commit details
    Browse the repository at this point in the history