diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2017-01-24 23:47:35 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2017-01-24 23:47:35 +0000 |
commit | fb0e96c86ec553a9cae3f448550ee30d2f660826 (patch) | |
tree | 7fbbb7bcec5e443f5a36866a731dee03e5c49e0f /usr.bin/ftp/ftp.1 | |
parent | 1260fef9e5f3b9d57736703384fe45b3746f546a (diff) |
Add -S noverifytime to ftp to permit an unvalidated TLS connection when
you don't knwo what time it is
Diffstat (limited to 'usr.bin/ftp/ftp.1')
-rw-r--r-- | usr.bin/ftp/ftp.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1 index daf7433a67c..c498896fa7d 100644 --- a/usr.bin/ftp/ftp.1 +++ b/usr.bin/ftp/ftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftp.1,v 1.105 2017/01/03 17:00:04 deraadt Exp $ +.\" $OpenBSD: ftp.1,v 1.106 2017/01/24 23:47:34 beck Exp $ .\" $NetBSD: ftp.1,v 1.22 1997/08/18 10:20:22 lukem Exp $ .\" .\" Copyright (c) 1985, 1989, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)ftp.1 8.3 (Berkeley) 10/9/94 .\" -.Dd $Mdocdate: January 3 2017 $ +.Dd $Mdocdate: January 24 2017 $ .Dt FTP 1 .Os .Sh NAME @@ -251,6 +251,8 @@ Perform server certificate validation. Don't perform server certificate validation. .It Cm muststaple Require the server to present a valid OCSP stapling in the TLS handshake. +.It Cm noverifytime +Disable validation of cetificate times and OCSP validation. .El .Pp By default, server certificate validation is performed, and if it fails |