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

Commits on Oct 16, 2023

  1. Support :SSL{Min,Max}Version config options

    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 committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    3df1658 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Fix typo in comment

    jeremyevans committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    e03bd33 View commit details
    Browse the repository at this point in the history