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

fix: ubi9 #53

Merged
merged 2 commits into from
Sep 5, 2024
Merged

fix: ubi9 #53

merged 2 commits into from
Sep 5, 2024

Conversation

dacleyra
Copy link
Contributor

@dacleyra dacleyra commented Sep 4, 2024

  • ubi9
  • remove fips-detect

For UBI9, openssl v3, the GetSymbolPointer for FIPS_mode in fips-detect is no longer correct and leads to an error.

https://github.com/acardace/fips-detect/blob/main/pkg/fips/fips.go#L115

It may be that a Get for EVP_default_properties_is_fips_enabled would be a correct substitution
https://github.com/dacleyra/fips-detect/blob/main/pkg/fips/fips.go#L115

https://docs.openssl.org/3.0/man3/

In any case, at this point we have confidence we are building with openssl fips with the ubi go-toolset, so the tool is not necessary.

@dacleyra dacleyra merged commit 0c5fc9c into main Sep 5, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants