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 #3001

Closed

Commits on Jul 24, 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 <[email protected]>
    awgreene committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    a2f0634 View commit details
    Browse the repository at this point in the history