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

Prevent unexpected Go crypto fallback: fail instead #965

Merged
merged 4 commits into from
Jun 29, 2023

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    37e407f View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Don't build with goexperiment; fix more tests

    The bootstrap builds fail because they always fall back to Go standard crypto. Instead of adding code in various places of the bootstrap process to allow the fallback, don't enable the experiment at this point in the build process. Enable the experiment for the test run specifically.
    dagood committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    0ca2aee View commit details
    Browse the repository at this point in the history
  2. Fix Windows/CNG tests

    dagood committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    9f580f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    bb8f828 View commit details
    Browse the repository at this point in the history