From fb0e96c86ec553a9cae3f448550ee30d2f660826 Mon Sep 17 00:00:00 2001 From: Bob Beck Date: Tue, 24 Jan 2017 23:47:35 +0000 Subject: Add -S noverifytime to ftp to permit an unvalidated TLS connection when you don't knwo what time it is --- usr.bin/ftp/ftp.1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'usr.bin/ftp/ftp.1') 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 -- cgit v1.2.3