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

Add support for building with boringcrypto #3398

Merged
merged 6 commits into from
Dec 14, 2022

Commits on Dec 13, 2022

  1. Adds an option to go_register_toolchains and the various go_*_sdk fun…

    …ctions to specify boringcrypto = True. Doing so builds the standard library and all library/binary packages using the GOEXPERIMENT=boringcrypto environment variable setting, which switches out the crypto implementation for boringcrypto on Go 1.19+.
    matloob committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    57ecff2 View commit details
    Browse the repository at this point in the history
  2. add tests back

    matloob committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    00db789 View commit details
    Browse the repository at this point in the history
  3. add in fix

    matloob committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    4b63838 View commit details
    Browse the repository at this point in the history
  4. fix the fix

    matloob committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    ea0109b View commit details
    Browse the repository at this point in the history
  5. really fix the fix

    matloob committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    182d97e View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. fix typo

    matloob committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    f1cf889 View commit details
    Browse the repository at this point in the history