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

Allow users to request TLS client-side enforcement #525

Merged
merged 4 commits into from
Apr 20, 2022
Merged

Allow users to request TLS client-side enforcement #525

merged 4 commits into from
Apr 20, 2022

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    923ec0f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Add unit testing for min_tls_version

    Test covers trying to connect to a server that only supports TLS 1.0-,
    while trying to enforce TLS 1.2+ on client-side. As expected, the
    connection does not succeed.
    FalacerSelene committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    500f9c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Configuration menu
    Copy the full SHA
    e279ae3 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    ffc0605 View commit details
    Browse the repository at this point in the history