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

Crypto with --enable-fips accepts OpenSSL 3 lib without fips provider #8762

Conversation

sverker
Copy link
Contributor

@sverker sverker commented Aug 29, 2024

Fix #8562

crypto built with --enable-fips will work with OpenSSL 3 without fips provider as long as fips mode is not enabled.

Accept load of fips provider to fail
and only enable fips if provider is available.


Also don't repeat loading of providers if already done (module upgrade).
into sverker/27/crypto/fips-config-without-fips-provider/OTP-19212
@sverker sverker added team:VM Assigned to OTP team VM fix labels Aug 29, 2024
@sverker sverker self-assigned this Aug 29, 2024
Copy link
Contributor

github-actions bot commented Aug 29, 2024

CT Test Results

  2 files   14 suites   6m 12s ⏱️
186 tests 172 ✅  14 💤 0 ❌
459 runs  329 ✅ 130 💤 0 ❌

Results for commit 070c08c2.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

@sverker sverker added the testing currently being tested, tag is used by OTP internal CI label Sep 2, 2024
@sverker sverker merged commit 68efc89 into erlang:maint Sep 4, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix team:VM Assigned to OTP team VM testing currently being tested, tag is used by OTP internal CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant