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 FIPS build. #1076

Closed
wants to merge 1 commit into from
Closed

Add FIPS build. #1076

wants to merge 1 commit into from

Conversation

joshdrake
Copy link

This PR adds a new Dockerfile using an Alpine base with OpenSSL compiled in FIPS-mode and a binary built with boringcrypto.

💔Thank you!

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@github-actions github-actions bot added the needs triage Waiting for discussion / prioritization by team label Dec 4, 2023
Copy link
Collaborator

@maraino maraino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use tags and add a file like this:

//go:build fips
// +build fips

package something

import _ "crypto/tls/fipsonly"

@hslatman
Copy link
Member

Closing this, as it has been solved in a different way.

@hslatman hslatman closed this Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Waiting for discussion / prioritization by team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants