CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2020/09/06 03:00:37

Modified files:
        usr.bin/ftp    : main.c 

Log message:
Allow specifying supported TLS protocols in ftp(1)

This adds the possibility of specifying the TLS protocols for ftp(1) to
use via -S "protocols=tlsv1.2:tlsv1.1" or -S "protocols=all" or simlar
options. This works the same way as nc(1)'s -T protocols option using
tls_config_{parse,set}_protocols(3) internally.

ok jca

Reply via email to