Skip to content

remove openssl #153

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

Closed
clux opened this issue May 20, 2025 · 1 comment · Fixed by #154
Closed

remove openssl #153

clux opened this issue May 20, 2025 · 1 comment · Fixed by #154

Comments

@clux
Copy link
Owner

clux commented May 20, 2025

For a multitude of reasons;

  • It's EOL and unsupported since september 2023. we only ever made openssl 1 work.
  • am personally not using it anymore and do not plan on returning to it (kube is changed to rustls by default and rustls has multiple providers - the main two both work on muslrust)
  • openssl 3 performance is also not great

Obviously this is a breaking change, but pretending we are providing a safe thing here by including it is also not great.

I would rather have a workable build container, than one that sneaks in unsafe versions into my tools by default.

@clux
Copy link
Owner Author

clux commented May 27, 2025

fyi

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