summaryrefslogtreecommitdiff
path: root/src/usr.bin/nc/nc.1
diff options
context:
space:
mode:
authorjsing <>2017-07-15 17:27:39 +0000
committerjsing <>2017-07-15 17:27:39 +0000
commit9eaa4cb6e81813fe936e19a8268bea5bbff1076f (patch)
tree703ecdf262b5973e5d7a099cf012d0a0894b8e93 /src/usr.bin/nc/nc.1
parentaf3b67bd96b09e3317ac761a44d87f718bc54020 (diff)
downloadopenbsd-9eaa4cb6e81813fe936e19a8268bea5bbff1076f.tar.gz
openbsd-9eaa4cb6e81813fe936e19a8268bea5bbff1076f.tar.bz2
openbsd-9eaa4cb6e81813fe936e19a8268bea5bbff1076f.zip
Add a "-T tlscompat" option to nc(1), which enables the use of all TLS
protocols and "compat" ciphers. This allows for TLS connections to TLS servers that are using less than ideal cipher suites, without having to resort to "-T tlsall" which enables all known cipher suites. Diff from Kyle J. McKay <mackyle at gmail dot com> ok beck@
Diffstat (limited to 'src/usr.bin/nc/nc.1')
-rw-r--r--src/usr.bin/nc/nc.16
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr.bin/nc/nc.1 b/src/usr.bin/nc/nc.1
index b1fa272040..4dfef93986 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.85 2017/05/10 21:56:53 bluhm Exp $ 1.\" $OpenBSD: nc.1,v 1.86 2017/07/15 17:27:39 jsing 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: May 10 2017 $ 28.Dd $Mdocdate: July 15 2017 $
29.Dt NC 1 29.Dt NC 1
30.Os 30.Os
31.Sh NAME 31.Sh NAME
@@ -235,6 +235,8 @@ For TLS options
235may be one of 235may be one of
236.Ar tlsall ; 236.Ar tlsall ;
237which allows the use of all supported TLS protocols and ciphers, 237which allows the use of all supported TLS protocols and ciphers,
238.Ar tlscompat ;
239which allows the use of all supported TLS protocols and "compat" ciphers,
238.Ar noverify ; 240.Ar noverify ;
239which disables certificate verification; 241which disables certificate verification;
240.Ar noname , 242.Ar noname ,