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

tls: add min/max protocol version options #24405

Closed
wants to merge 2 commits into from

Commits on Nov 20, 2018

  1. tls: add min/max protocol version options

    The existing secureProtocol option only allows setting the allowed
    protocol to a specific version, or setting it to "all supported
    versions". It also used obscure strings based on OpenSSL C API
    functions. Directly setting the min or max is easier to use and explain.
    sam-github committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    28ea4ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e6fa88 View commit details
    Browse the repository at this point in the history