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

Force TLS version to 1.2 when using LibreSSL #159

Merged
merged 1 commit into from
Oct 16, 2023

Commits on Oct 16, 2023

  1. Force TLS version to 1.2 when using LibreSSL

    This comment previously specified TLS 1.2, but actually set the
    version to TLS 1.0.  LibreSSL 3.8.1 (included in OpenBSD 7.4)
    dropped support for TLS 1.0/1.1 for security reasons, which
    broke this test.  Switch the test to use TLS 1.2 as documented
    so it will continue to work on OpenBSD 7.4+.
    jeremyevans committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    4f7ca52 View commit details
    Browse the repository at this point in the history