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

Min supported tls version #387

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Apr 25, 2016

  1. Added parameter minSupportedVersion that specifies which TLS protocol…

    … should be supported at minimum by the other side
    Rachid Ben Moussa authored and TomHanekamp committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    2c81ddb View commit details
    Browse the repository at this point in the history
  2. Fixed a bug in the check of supported TLS version on a incoming clien…

    …t hello. The check would only succeed if the TLS version from the client matched the supported TLS versions of Forge, while it should also succeed if the TLS version of the client is higher than the supported TLS version of Forge. In that case it should use the highest TLS version supported by Forge that matches or is lower than the TLS version sent by the client. If no supported TLS version is found that matches or is lower than the client's TLS version a proper error will be thrown.
    TomHanekamp committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    79a71f9 View commit details
    Browse the repository at this point in the history