summaryrefslogtreecommitdiff
path: root/src/usr.bin/nc/nc.1
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/nc/nc.1')
-rw-r--r--src/usr.bin/nc/nc.111
1 files changed, 9 insertions, 2 deletions
diff --git a/src/usr.bin/nc/nc.1 b/src/usr.bin/nc/nc.1
index 8c7790f72a..2dda57af92 100644
--- a/src/usr.bin/nc/nc.1
+++ b/src/usr.bin/nc/nc.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: nc.1,v 1.76 2016/11/04 07:34:17 jmc Exp $ 1.\" $OpenBSD: nc.1,v 1.77 2016/11/05 15:13:26 beck Exp $
2.\" 2.\"
3.\" Copyright (c) 1996 David Sacerdote 3.\" Copyright (c) 1996 David Sacerdote
4.\" All rights reserved. 4.\" All rights reserved.
@@ -25,7 +25,7 @@
25.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 25.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27.\" 27.\"
28.Dd $Mdocdate: November 4 2016 $ 28.Dd $Mdocdate: November 5 2016 $
29.Dt NC 1 29.Dt NC 1
30.Os 30.Os
31.Sh NAME 31.Sh NAME
@@ -43,6 +43,7 @@
43.Op Fl M Ar ttl 43.Op Fl M Ar ttl
44.Op Fl m Ar minttl 44.Op Fl m Ar minttl
45.Op Fl O Ar length 45.Op Fl O Ar length
46.Op Fl o Ar staplefile
46.Op Fl P Ar proxy_username 47.Op Fl P Ar proxy_username
47.Op Fl p Ar source_port 48.Op Fl p Ar source_port
48.Op Fl R Ar CAfile 49.Op Fl R Ar CAfile
@@ -187,6 +188,12 @@ Do not do any DNS or service lookups on any specified addresses,
187hostnames or ports. 188hostnames or ports.
188.It Fl O Ar length 189.It Fl O Ar length
189Specifies the size of the TCP send buffer. 190Specifies the size of the TCP send buffer.
191.It Fl o Ar staplefile
192Specifies the filename from which to load data to be stapled
193during the TLS handshake.
194The file is expected to contain an OSCP response from an OCSP server in
195DER format.
196May only be used with TLS and when a certificate is being used.
190.It Fl P Ar proxy_username 197.It Fl P Ar proxy_username
191Specifies a username to present to a proxy server that requires authentication. 198Specifies a username to present to a proxy server that requires authentication.
192If no username is specified then authentication will not be attempted. 199If no username is specified then authentication will not be attempted.