Add support for SSL/TLS server certificate validation, enabled by
authorjca <jca@openbsd.org>
Tue, 24 Dec 2013 13:00:59 +0000 (13:00 +0000)
committerjca <jca@openbsd.org>
Tue, 24 Dec 2013 13:00:59 +0000 (13:00 +0000)
commit4be470b4a09962192ad69156f16628dc4cf12ac3
tree06e3e7d1829832699862744b32f54e38a2fd0c35
parent2364927919f878ee74b38733b5751f21a21d24f3
Add support for SSL/TLS server certificate validation, enabled by
default.  See the documentation for the `-S' switch.  This also allows
setting the preferred ciphers for the communication.  Documentation bits
ok'ed by jmc@, ok beck@ sthen@.
usr.bin/ftp/fetch.c
usr.bin/ftp/ftp.1
usr.bin/ftp/ftp_var.h
usr.bin/ftp/main.c