-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Update to OpenSSL 3.x where possible for official packages #7644
Comments
it seems to me this needs to be a manual check per distro to see which one can use OpenSSL 3 v/s 1 |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. Maintainers can add the |
@patrick-stephens is it possible to put OpenSSL 3.x static linking so other distros can use ? |
If the distro provides openssl 3 then it should be, just need a PR to update. |
Is your feature request related to a problem? Please describe.
OpenSSL 3.x series should be compatible with Fluent Bit and is used for the most recent Ubuntu 22 target but almost all other targets still prefer to use OpenSSL 1.x series. This can lead to security issues and is not best practice so we should step up to OpenSSL 3.x series for all possible targets.
fluent-bit/packaging/distros/ubuntu/Dockerfile
Lines 112 to 122 in 0714d10
We need to ensure there is no dual linkage to both OpenSSL libraries via other dependencies.
Describe the solution you'd like
See above.
Modify the official build containers in
packaging/distros
.Describe alternatives you've considered
None.
Additional context
The text was updated successfully, but these errors were encountered: