CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2017/07/15 11:27:39
Modified files: usr.bin/nc : nc.1 netcat.c Log message: 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@