Discussion:
lftp patch for option "ftp:ssl-priority"
Wade Carpenter
2012-10-26 22:01:06 UTC
Permalink
Hi Alexander,

I have a specific need in my environment to control / restrict the TLS
protocol in use. As such, I created this patch to add a new option to
specify the GNUTLS priority string directly:

e.g.
set ftp:ssl-priority NORMAL:-VERS-TLS1.2

Please have a look and consider it for inclusion if you like it.
Perhaps the option should be "ssl:gnutls-priority", but the code is
near where "ftp:ssl-auth" is used, so a similar naming scheme seemed
someow appropriate there.

Thanks for lftp!

Wade
Alexander V. Lukyanov
2013-09-09 06:16:54 UTC
Permalink
Post by Wade Carpenter
I have a specific need in my environment to control / restrict the TLS
protocol in use. As such, I created this patch to add a new option to
e.g.
set ftp:ssl-priority NORMAL:-VERS-TLS1.2
Is it possible to extend this patch for openssl too?
--
Alexander.
Loading...