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

feat: update scripts to use OpenSSL 3 #4992

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chenrui333
Copy link

@chenrui333 chenrui333 commented Jan 3, 2025

Description of changes:

since 1.3.22 release, homebrew has switched to use openssl@3, also [email protected] has been disabled on the homebrew side for quite some time.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@lrstewart lrstewart requested a review from dougch January 3, 2025 07:24
Copy link
Contributor

@lrstewart lrstewart left a comment

Choose a reason for hiding this comment

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

Thanks for the PR!

You can ignore the "Performance Regression Test" failure-- it looks like that's failing for several PRs right now and is probably just misbehaving.

For the "macOS build and test S2n" failure, I think your problem is that script calls s2n_setup_env.sh, which sets S2N_LIBCRYPTO to "openssl-1.1.1" by default. s2n_build_test then complains that S2N_LIBCRYPTO was set to "openssl-1.1.1" but you actually built against openssl-3. You should be able to fix this by just setting S2N_LIBCRYPTO to "openssl-3.0" in the s2n_osx.sh script.

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.

2 participants