summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/usr.bin/openssl/openssl.116
1 files changed, 14 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1
index d139d13231..a2d62ed1e0 100644
--- a/src/usr.bin/openssl/openssl.1
+++ b/src/usr.bin/openssl/openssl.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: openssl.1,v 1.10 2015/01/05 03:54:55 lteo Exp $ 1.\" $OpenBSD: openssl.1,v 1.11 2015/01/13 14:09:54 bluhm Exp $
2.\" ==================================================================== 2.\" ====================================================================
3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
4.\" 4.\"
@@ -112,7 +112,7 @@
112.\" 112.\"
113.\" OPENSSL 113.\" OPENSSL
114.\" 114.\"
115.Dd $Mdocdate: January 5 2015 $ 115.Dd $Mdocdate: January 13 2015 $
116.Dt OPENSSL 1 116.Dt OPENSSL 1
117.Os 117.Os
118.Sh NAME 118.Sh NAME
@@ -6485,6 +6485,7 @@ which it can be seen agrees with the recovered value above.
6485.Op Fl pause 6485.Op Fl pause
6486.Op Fl policy_check 6486.Op Fl policy_check
6487.Op Fl prexit 6487.Op Fl prexit
6488.Op Fl proxy Ar host : Ns Ar port
6488.Op Fl psk Ar key 6489.Op Fl psk Ar key
6489.Op Fl psk_identity Ar identity 6490.Op Fl psk_identity Ar identity
6490.Op Fl quiet 6491.Op Fl quiet
@@ -6628,6 +6629,17 @@ requested only after an attempt is made to access a certain URL.
6628.Sy Note : 6629.Sy Note :
6629the output produced by this option is not always accurate because a 6630the output produced by this option is not always accurate because a
6630connection might never have been established. 6631connection might never have been established.
6632.It Fl proxy Ar host : Ns Ar port
6633Use the HTTP proxy at
6634.Ar host
6635and
6636.Ar port .
6637The connection to the proxy is done in cleartext and the
6638.Fl connect
6639argument is given to the proxy.
6640If not specified, localhost is used as final destination.
6641After that, switch the connection through the proxy to the destination
6642to TLS.
6631.It Fl psk Ar key 6643.It Fl psk Ar key
6632Use the PSK key 6644Use the PSK key
6633.Ar key 6645.Ar key