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

Support :SSL{Min,Max}Version config options #23

Merged
merged 2 commits into from
Oct 18, 2023

Conversation

jeremyevans
Copy link
Contributor

These are necessary to get the tests passing with LibreSSL 3.8.1+, which dropped support for TLSv1.0 and TLSv1.1 for security reasons.

This updates the tests to use TLSv1.2 on OpenBSD. This is only strictly necessary on OpenBSD 7.4+, but it will work fine in previous versions as well.

These are necessary to get the tests passing with LibreSSL 3.8.1+,
which dropped support for TLSv1.0 and TLSv1.1 for security reasons.

This updates the tests to use TLSv1.2 on OpenBSD.  This is only
strictly necessary on OpenBSD 7.4+, but it will work fine in previous
versions as well.
@jeremyevans jeremyevans requested a review from seki October 16, 2023 19:31
@jeremyevans
Copy link
Contributor Author

@seki This issue this fixes is blocking the update of the Ruby CI OpenBSD machine to OpenBSD 7.4, so I plan to commit it in a couple of days unless there are objections.

lib/drb/ssl.rb Outdated Show resolved Hide resolved
@jeremyevans jeremyevans merged commit 32707b2 into ruby:master Oct 18, 2023
17 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.

2 participants