tls-max.d 440 B

123456789101112131415161718192021222324
  1. Long: tls-max
  2. Arg: <VERSION>
  3. Tags: Versions
  4. Protocols: SSL
  5. Added: 7.54.0
  6. Requires: TLS
  7. See-also: tlsv1.0 tlsv1.1 tlsv1.2
  8. Help: Use TLSv1.0 or greater
  9. ---
  10. VERSION defines maximum supported TLS version. A minimum is defined
  11. by arguments tlsv1.0 or tlsv1.1 or tlsv1.2.
  12. .RS
  13. .IP "default"
  14. Use up to recommended TLS version.
  15. .IP "1.0"
  16. Use up to TLSv1.0.
  17. .IP "1.1"
  18. Use up to TLSv1.1.
  19. .IP "1.2"
  20. Use up to TLSv1.2.
  21. .IP "1.3"
  22. Use up to TLSv1.3.
  23. .RE