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: Backport Windows fix to use bcrypt for entropy #84042

Commits on Oct 27, 2023

  1. mbedtls: Backport Windows fix to use bcrypt for entropy

    We had a slightly older version of it for UWP, as the wincrypt API isn't allowed there.
    We removed this with UWP in godotengine#81416, but since this was enabled inconditionally before,
    this actually changed behavior for Windows compared to Godot 4.1 and earlier.
    
    This change is also needed to properly supported Windows Store.
    akien-mga committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    b9d008d View commit details
    Browse the repository at this point in the history