Skip to content

Support GOFIPS140 build time opt-in to FIPS #4293

@mikedanese

Description

@mikedanese

Before 1.24, the API to opt into boringcrypto is:

go_download_sdk(
    name = "go_sdk",
    experiments = ["boringcrypto"],
    ...
)

The new API is to set the GOFIPS140 variable and the GOEXPERIMENT is going to go away in an upcoming release. How should we support this in rules_go?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions