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

Allow cpb to be statically compiled / exempt from FIPS compliance #2999

Closed
wants to merge 1 commit into from

Commits on Jul 19, 2023

  1. Allow cpb to be statically compiled / exempt from FIPS compliance

    To be FIPS compliant, all binaries shipped in OCP must be dynamically linked against openssl unless they are specifically exempted (e.g. they do not perform any cryptography). The golang builder images made available for CI by ART will enforce this requirement (overriding any attempt to statically link) unless the binary is identified in this environment variable.
    
    Signed-off-by: Alexander Greene <greene.al1991@gmail.com>
    awgreene committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ff5a0ca View commit details
    Browse the repository at this point in the history