File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / docs / cmdline-opts / tls-max.d
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:15 2020 UTC (4 years, 10 months ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    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 tlsv1.3
    8: Help: Set maximum allowed TLS version
    9: ---
   10: VERSION defines maximum supported TLS version. The minimum acceptable version
   11: is set by tlsv1.0, tlsv1.1, tlsv1.2 or tlsv1.3.
   12: 
   13: .RS
   14: .IP "default"
   15: Use up to recommended TLS version.
   16: .IP "1.0"
   17: Use up to TLSv1.0.
   18: .IP "1.1"
   19: Use up to TLSv1.1.
   20: .IP "1.2"
   21: Use up to TLSv1.2.
   22: .IP "1.3"
   23: Use up to TLSv1.3.
   24: .RE

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>