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

Require LibreSSL 3.9 or later (Drop support for 3.1-3.8) #836

Merged
merged 4 commits into from
Jan 14, 2025

Conversation

rhenium
Copy link
Member

@rhenium rhenium commented Jan 8, 2025

This is part of #835.

Drop support for LibreSSL 3.1-3.8. LibreSSL 3.8 has reached its EOL in
2024-10.
LibreSSL 2.7.0 added support for OPENSSL_init_ssl() and
OpenSSL_version().
These paths are only reachable when it is compiled against OpenSSL.
LibreSSL 3.9 does not support ENGINE and defines OPENSSL_NO_ENGINE.
This reverts the change made to this test case in commit a0e98d4
(Enhance TLS 1.3 support on LibreSSL 3.2/3.3, 2020-12-03).

Part of the test case was skipped on LibreSSL because LibreSSL 3.2.2
introduced a stricter check during creation of the extension. The check
was then relaxed in LibreSSL 3.4.0.
@rhenium rhenium merged commit 4831aee into ruby:master Jan 14, 2025
55 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant