Skip to content
  • Krasimir Angelov's avatar
    Add config flags to specify TLS versions · 1050f115
    Krasimir Angelov authored
    Introduce two new configuration options -tls-min-version and
    -tls-max-version to control which TLS versions will be supported by the
    server. Accepted values are ssl3, tls1.0, tls1.1, tls1.2, and tls1.3.
    
    Closing #187
    1050f115