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

Upgrade OpenSSL to 3.x #451

Closed
Tracked by #292
Googulator opened this issue Apr 12, 2024 · 1 comment · Fixed by #453
Closed
Tracked by #292

Upgrade OpenSSL to 3.x #451

Googulator opened this issue Apr 12, 2024 · 1 comment · Fixed by #453

Comments

@Googulator
Copy link
Collaborator

Googulator commented Apr 12, 2024

When #292 was posted, upgrading OpenSSL was included as an optional item. At the time, v1.0 was expected to be reached before the EOL date of OpenSSL 1.1.1.

Since then, OpenSSL 1.1.1 has gone out of support, making this a lot more urgent. IMO it now warrants more than an optional status for v1.0.

Unfortunately OpenSSL 3.0 reportedly has severe performance regressions compared to 1.1.1. These are fixed in later (non-LTS) OpenSSL releases; in particular, the latest 3.3 release, while not an LTS, has a support period ending only a few months before that of 3.0. Of course, newer versions introduce increased risk of failing to build with the gcc 4.0.4-based toolchain available when we build OpenSSL.

@Googulator Googulator mentioned this issue Apr 12, 2024
36 tasks
@Googulator Googulator changed the title OpenSSL 3 (optional) Upgrade OpenSSL to 3.x Apr 12, 2024
@Googulator
Copy link
Collaborator Author

3.3.0 unfortunately causes Curl to lock up in a futex; luckily 3.0.13 seems to work just fine.

Googulator added a commit to Googulator/live-bootstrap that referenced this issue Apr 13, 2024
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 a pull request may close this issue.

1 participant